Update VS Code config to C++20

This commit is contained in:
mark9064 2023-11-27 00:44:26 +00:00 committed by JF
parent 54b4750c6f
commit 80607282dd

View File

@ -10,7 +10,7 @@
"defines": [],
"compilerPath": "${env:ARM_NONE_EABI_TOOLCHAIN_PATH}/bin/arm-none-eabi-gcc",
"cStandard": "c11",
"cppStandard": "c++14",
"cppStandard": "c++20",
"intelliSenseMode": "linux-gcc-arm",
"configurationProvider": "ms-vscode.cpp-tools",
"compileCommands": "${workspaceFolder}/build/compile_commands.json"