Files
VUSION4.2BWR_GL340/VUSION_42_BWR_340.code-workspace
2023-11-05 10:13:42 +00:00

48 lines
1.3 KiB
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"EIDE.SourceTree.AutoSearchIncludePath": true,
"EIDE.SourceTree.AutoSearchObjFile": true,
"files.associations": {
"*.C": "c",
".eideignore": "ignore",
"stdio.h": "c",
"*.a51": "a51",
"*.h": "c",
"*.c": "c",
"*.hxx": "cpp",
"*.hpp": "cpp",
"*.c++": "cpp",
"*.cpp": "cpp",
"*.cxx": "cpp",
"*.cc": "cpp"
},
"files.autoGuessEncoding": true,
"EIDE.ARM.Option.AutoGenerateRTE_Components": false,
"C_Cpp.default.configurationProvider": "cl.eide",
"C_Cpp.errorSquiggles": "disabled",
"[yaml]": {
"editor.insertSpaces": true,
"editor.tabSize": 4,
"editor.autoIndent": "advanced"
}
},
"extensions": {
"recommendations": [
"cl.eide",
"keroc.hex-fmt",
"xiaoyongdong.srecord",
"hars.cppsnippets",
"zixuanwang.linkerscript",
"redhat.vscode-yaml",
"IBM.output-colorizer",
"cschlosser.doxdocgen",
"ms-vscode.vscode-serial-monitor",
"cl.stm8-debug"
]
}
}