-
Notifications
You must be signed in to change notification settings - Fork 0
/
ut-core-dev.code-workspace
50 lines (50 loc) · 1.06 KB
/
ut-core-dev.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
49
50
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"system_error": "c",
"array": "c",
"functional": "c",
"tuple": "c",
"type_traits": "c",
"utility": "c",
"stdint.h": "c",
"string": "c",
"ut_cunit_internal.h": "c",
"string_view": "c",
"time.h": "c",
"*.conf": "bitbake",
"*.inc": "bitbake",
"stdlib.h": "c",
"assert.h": "c",
"cstdlib": "c",
"ut_internal.h": "c"
},
"python.autoComplete.extraPaths": [
"${workspaceFolder}/sources/poky/bitbake/lib",
"${workspaceFolder}/sources/poky/meta/lib"
],
"python.analysis.extraPaths": [
"${workspaceFolder}/sources/poky/bitbake/lib",
"${workspaceFolder}/sources/poky/meta/lib"
],
"[python]": {
"diffEditor.ignoreTrimWhitespace": false,
"gitlens.codeLens.symbolScopes": [
"!Module"
],
"editor.formatOnType": true,
"editor.wordBasedSuggestions": "off",
"files.trimTrailingWhitespace": false
},
"[shellscript]": {
"files.eol": "\n",
"files.trimTrailingWhitespace": false
},
"search.useIgnoreFiles": false
}
}