Files
BC2D-POS-firmware/BC2D-POS.code-workspace

38 lines
1.1 KiB
Plaintext
Raw Normal View History

2024-04-11 17:32:58 +08:00
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.autoGuessEncoding": true,
"C_Cpp.default.configurationProvider": "cl.eide",
"C_Cpp.errorSquiggles": "disabled",
"files.associations": {
".eideignore": "ignore",
"*.a51": "a51",
"*.h": "c",
"*.c": "c",
"*.hxx": "cpp",
"*.hpp": "cpp",
"*.c++": "cpp",
"*.cpp": "cpp",
"*.cxx": "cpp",
"*.cc": "cpp"
},
"[yaml]": {
"editor.insertSpaces": true,
"editor.tabSize": 4,
"editor.autoIndent": "advanced"
},
"workbench.colorCustomizations": {
"activityBar.background": "#14117C",
"titleBar.activeBackground": "#1D18AE",
"titleBar.activeForeground": "#FAFAFE"
2024-04-16 18:17:30 +08:00
},
2024-05-10 10:54:06 +08:00
"EIDE.OpenOCD.ExePath": "C:/toolchains/openocd-arterytek/bin/openocd.exe",
2024-04-26 16:13:07 +08:00
"cortex-debug.variableUseNaturalFormat": true
2024-04-11 17:32:58 +08:00
},
"extensions": {
}
}