summaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
blob: c3827a8788c44a46bfc0e7a2c38e75e4ae26e4cd (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
{
    "files.associations": {
        "*.bb": "bat",
        "*.inc": "bat",
        "*.bbclass": "bat",
        "*.rules": "shellscript",
        "Jenkinsfile": "declarative",
        "harvester-apidef.h": "c",
        "typeinfo": "c",
        "curl-wrap.h": "c",
        "wrap-json.h": "c",
        "array": "c",
        "initializer_list": "c",
        "string_view": "c",
        "utility": "c",
        "valarray": "c",
        "string.h": "c",
        "stdio.h": "c",
        "ratio": "c",
        "system_error": "c",
        "type_traits": "c",
        "influxdb.h": "c",
        "tsdb.h": "c",
        "ctl-plugin.h": "c",
        "escape.h": "c",
        "ostream": "c",
        "harvester-binding.h": "c"
    },
	"C_Cpp.intelliSenseEngineFallback": "Disabled",
    "C_Cpp.errorSquiggles": "Disabled",
    "cSpell.words": [
        "CTLP",
        "DBHOST",
        "DBPORT",
        "influxdb",
        "serie"
    ]
}