From 19146b415251f2ded693e12812683dbe7af8f146 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Fri, 25 May 2018 14:26:44 +0200 Subject: Improved perf (define concatenate as inline function). Change-Id: If682e464346078b7254fbc10123e82787e089011 Signed-off-by: Sebastien Douheret --- .vscode/settings.json | 41 ++++++++++++++++++++++++----------------- 1 file changed, 24 insertions(+), 17 deletions(-) (limited to '.vscode') 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": [ -- cgit 1.2.3-korg