FBT/uFBT: Enable C++20/GNU23 in VSCode IntelliSense (#3394)

* FBT/uFBT: ms-vscode.cpptools can't be a configuration provider to itself

* FBT/uFBT: Enable C++20/C23 in IntelliSense as the compilation options do
This commit is contained in:
Silent
2024-02-27 14:56:11 +01:00
committed by GitHub
parent bc309cebe6
commit 7fc4ba7c1c
3 changed files with 10 additions and 14 deletions

View File

@@ -5,9 +5,8 @@
"compilerPath": "@UFBT_TOOLCHAIN_GCC@",
"intelliSenseMode": "gcc-arm",
"compileCommands": "${workspaceFolder}/.vscode/compile_commands.json",
"configurationProvider": "ms-vscode.cpptools",
"cStandard": "gnu17",
"cppStandard": "c++17"
"cStandard": "gnu23",
"cppStandard": "c++20"
}
],
"version": 4