mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
* 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
13 lines
346 B
JSON
13 lines
346 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "main",
|
|
"compilerPath": "@UFBT_TOOLCHAIN_GCC@",
|
|
"intelliSenseMode": "gcc-arm",
|
|
"compileCommands": "${workspaceFolder}/.vscode/compile_commands.json",
|
|
"cStandard": "gnu23",
|
|
"cppStandard": "c++20"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |