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

@@ -1,6 +1,6 @@
{
"C_Cpp.default.cStandard": "gnu17",
"C_Cpp.default.cppStandard": "c++17",
"C_Cpp.default.cStandard": "gnu23",
"C_Cpp.default.cppStandard": "c++20",
"python.formatting.provider": "black",
"workbench.tree.indent": 12,
"cortex-debug.enableTelemetry": false,