2024-04-12 00:32:45 +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"
|
|
|
|
|
},
|
2024-06-02 17:01:35 +08:00
|
|
|
"EIDE.OpenOCD.ExePath": "C:/toolchains/openocd-arterytek/bin/openocd.exe",
|
2024-04-13 00:05:19 +08:00
|
|
|
"workbench.colorCustomizations": {
|
|
|
|
|
"activityBar.background": "#4B2301",
|
|
|
|
|
"titleBar.activeBackground": "#693002",
|
|
|
|
|
"titleBar.activeForeground": "#FFF9F4"
|
2024-04-23 00:12:07 +08:00
|
|
|
},
|
2024-06-02 17:01:35 +08:00
|
|
|
"cortex-debug.variableUseNaturalFormat": false
|
2024-04-12 00:32:45 +08:00
|
|
|
},
|
|
|
|
|
"extensions": {
|
|
|
|
|
}
|
|
|
|
|
}
|