29 lines
792 B
JSON
29 lines
792 B
JSON
{
|
|
"files.associations": {
|
|
"chassis.h": "c"
|
|
},
|
|
"cmake.cmakePath": "cube-cmake",
|
|
"cmake.configureArgs": [
|
|
"-DCMAKE_COMMAND=cube-cmake"
|
|
],
|
|
"cmake.preferredGenerators": [
|
|
"Ninja"
|
|
],
|
|
"stm32cube-ide-clangd.path": "cube",
|
|
"stm32cube-ide-clangd.arguments": [
|
|
"starm-clangd",
|
|
"--query-driver=${env:CUBE_BUNDLE_PATH}/gnu-tools-for-stm32/13.3.1+st.9/bin/arm-none-eabi-gcc.exe",
|
|
"--query-driver=${env:CUBE_BUNDLE_PATH}/gnu-tools-for-stm32/13.3.1+st.9/bin/arm-none-eabi-g++.exe"
|
|
],
|
|
"[c]": {
|
|
"editor.tabSize": 2,
|
|
"editor.insertSpaces": true,
|
|
"editor.detectIndentation": false
|
|
},
|
|
"[cpp]": {
|
|
"editor.tabSize": 2,
|
|
"editor.insertSpaces": true,
|
|
"editor.detectIndentation": false
|
|
}
|
|
|
|
} |