diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-05-25 14:26:44 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-07-10 23:41:15 +0200 |
commit | 19146b415251f2ded693e12812683dbe7af8f146 (patch) | |
tree | ac69dfbf59158a77b3896c1aeca36fe34abacab6 /.vscode/settings.json | |
parent | 673300920c0f4182bdf449e789d13aeb525ac3ea (diff) |
Improved perf (define concatenate as inline function).
Change-Id: If682e464346078b7254fbc10123e82787e089011
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 41 |
1 files changed, 24 insertions, 17 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 85c0a34..c3366cb 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,21 +1,28 @@ { - "files.associations": { - "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" - }, + "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" + }, "C_Cpp.intelliSenseEngineFallback": "Disabled", "C_Cpp.errorSquiggles": "Disabled", "cSpell.words": [ |