File tree Expand file tree Collapse file tree 3 files changed +10
-14
lines changed
scripts/ufbt/project_template/.vscode Expand file tree Collapse file tree 3 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 55 "compilerPath" : " ${workspaceFolder}/toolchain/x86_64-windows/bin/arm-none-eabi-gcc.exe" ,
66 "intelliSenseMode" : " gcc-arm" ,
77 "compileCommands" : " ${workspaceFolder}/build/latest/compile_commands.json" ,
8- "configurationProvider" : " ms-vscode.cpptools" ,
9- "cStandard" : " gnu17" ,
10- "cppStandard" : " c++17"
8+ "cStandard" : " gnu23" ,
9+ "cppStandard" : " c++20"
1110 },
1211 {
1312 "name" : " Linux" ,
1413 "compilerPath" : " ${workspaceFolder}/toolchain/x86_64-linux/bin/arm-none-eabi-gcc" ,
1514 "intelliSenseMode" : " gcc-arm" ,
1615 "compileCommands" : " ${workspaceFolder}/build/latest/compile_commands.json" ,
17- "configurationProvider" : " ms-vscode.cpptools" ,
18- "cStandard" : " gnu17" ,
19- "cppStandard" : " c++17"
16+ "cStandard" : " gnu23" ,
17+ "cppStandard" : " c++20"
2018 },
2119 {
2220 "name" : " Mac" ,
2321 "compilerPath" : " ${workspaceFolder}/toolchain/x86_64-darwin/bin/arm-none-eabi-gcc" ,
2422 "intelliSenseMode" : " gcc-arm" ,
2523 "compileCommands" : " ${workspaceFolder}/build/latest/compile_commands.json" ,
26- "configurationProvider" : " ms-vscode.cpptools" ,
27- "cStandard" : " gnu17" ,
28- "cppStandard" : " c++17"
24+ "cStandard" : " gnu23" ,
25+ "cppStandard" : " c++20"
2926 }
3027 ],
3128 "version" : 4
Original file line number Diff line number Diff line change 11{
2- "C_Cpp.default.cStandard" : " gnu17 " ,
3- "C_Cpp.default.cppStandard" : " c++17 " ,
2+ "C_Cpp.default.cStandard" : " gnu23 " ,
3+ "C_Cpp.default.cppStandard" : " c++20 " ,
44 "python.formatting.provider" : " black" ,
55 "workbench.tree.indent" : 12 ,
66 "cortex-debug.enableTelemetry" : false ,
Original file line number Diff line number Diff line change 55 "compilerPath" : " @UFBT_TOOLCHAIN_GCC@" ,
66 "intelliSenseMode" : " gcc-arm" ,
77 "compileCommands" : " ${workspaceFolder}/.vscode/compile_commands.json" ,
8- "configurationProvider" : " ms-vscode.cpptools" ,
9- "cStandard" : " gnu17" ,
10- "cppStandard" : " c++17"
8+ "cStandard" : " gnu23" ,
9+ "cppStandard" : " c++20"
1110 }
1211 ],
1312 "version" : 4
You can’t perform that action at this time.
0 commit comments