aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
blob: d2877c4fe03594eb15271974b19decbc05aec3bf (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
{
    "files.associations": {
        "*.bb": "bat",
        "*.inc": "bat",
        "*.bbclass": "bat",
        "*.rules": "shellscript",
        "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"
    },

    // Words to add to dictionary for a workspace.
    "cSpell.words": [
        "callbinder",
        "gotevent",
        "ldpaths",
        "lightgreen",
        "mysecret",
        "onevent",
        "openapi",
        "outevt",
        "replyerr",
        "replyok",
        "reqid",
        "roothttp"
    ]
}