refining inittial settings

This commit is contained in:
matthias wagner
2023-05-13 11:42:43 +02:00
parent 741f1e56a6
commit e5ad290ac4
8 changed files with 30 additions and 9 deletions

View File

@@ -0,0 +1 @@
[]

View File

@@ -0,0 +1 @@
[]

View File

@@ -6,10 +6,10 @@
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/lib/llvm/15/bin/clang",
"compilerPath": "/usr/bin/arm-none-eabi-gcc",
"cStandard": "c17",
"cppStandard": "c++14",
"intelliSenseMode": "linux-clang-x64",
"intelliSenseMode": "linux-gcc-arm",
"configurationProvider": "ms-vscode.cmake-tools"
}
],

View File

@@ -17,5 +17,6 @@
}
},
"cmake.buildBeforeRun": true,
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools"
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
"C_Cpp.errorSquiggles": "disabled"
}