aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
blob: d41869a6ed608232262f23926d66f2c00f0a4487 (plain)
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
    "files.exclude": {
        ".vscode": true,
        "nbproject": true,
        "build": true,
        "**/.git": true,
        "**/node_modules": true
    },
    "[json]": {
        "editor.quickSuggestions": {
            "strings": true
        },
        "editor.tabSize": 2,
        "editor.insertSpaces": true,
    },
    "files.associations": {
        "*.bb": "bat",
        "*.inc": "bat",
        "*.bbclass": "bat",
        "*.rules": "shellscript",
        "Jenkinsfile": "declarative",
        "json.h": "c",
        "afb-binding.h": "c",
        "string.h": "c",
        "stdio.h": "c",
        "wrap-json.h": "c",
        "curl-wrap.h": "c",
        "afb-binding-v2.h": "c",
        "afb-daemon-itf.h": "c",
        "afb-service-itf.h": "c",
        "afb-req.h": "c",
        "afb-req-v2.h": "c",
        "xds-service.h": "c",
        "xds-service-api.h": "c",
        "*.tcc": "c",
        "functional": "c",
        "array": "c",
        "stdbool.h": "c",
        "cstring": "c",
        "xds-service-apidef.h": "c",
        "tuple": "c",
        "type_traits": "c",
        "utility": "c",
        "supervisor-service.h": "c",
        "typeinfo": "c",
        "istream": "c",
        "xds-binding.h": "c",
        "ctl-plugin.h": "c",
        "unistd.h": "c",
        "supervisor.h": "c",
        "sstream": "c",
        "stat.h": "c",
        "filescan-utils.h": "c",
        "optional": "cpp",
        "ostream": "cpp",
        "system_error": "cpp",
        "supervisor-api.h": "c",
        "string_view": "c",
        "initializer_list": "c",
        "valarray": "c"
    },
    // Words to add to dictionary for a workspace.
    "cSpell.words": [
        "CTLP",
        "SPVR",
        "callbinder",
        "ctlso",
        "gotevent",
        "ldpaths",
        "lightgreen",
        "mysecret",
        "onevent",
        "openapi",
        "outevt",
        "replyerr",
        "replyok",
        "reqid",
        "roothttp",
        "spath"
    ],
    "C_Cpp.intelliSenseEngineFallback": "Enabled"
}