Files
TECware/.vscode/settings.json
2022-01-20 13:32:35 +01:00

9 lines
490 B
JSON

{
"C_Cpp.errorSquiggles": "Disabled",
"files.associations": {
"peco_peltiercontroller.h": "c"
},
"cortex-debug.armToolchainPath": "/Users/noahpique/Library/Application Support/Code/User/globalStorage/bmd.stm32-for-vscode/@xpack-dev-tools/arm-none-eabi-gcc/10.3.1-2.3.1/.content/bin",
"cortex-debug.openocdPath": "/Users/noahpique/Library/Application Support/Code/User/globalStorage/bmd.stm32-for-vscode/@xpack-dev-tools/openocd/0.11.0-2.1/.content/bin/openocd"
}