-
Notifications
You must be signed in to change notification settings - Fork 2
/
VUSION_42_BWR_340.code-workspace
48 lines (48 loc) · 1.3 KB
/
VUSION_42_BWR_340.code-workspace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"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"
]
}
}