From 2eab98674426d4287b9a9f4d34ab7b5ced5cfdc9 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 10 Apr 2018 18:09:02 +0200 Subject: Splitting code source, cleaning. Change-Id: I97c2a409d05ceb9babb23c23fbf818316d01419b Signed-off-by: Romain Forlot --- .vscode/settings.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to '.vscode/settings.json') diff --git a/.vscode/settings.json b/.vscode/settings.json index c0718fc..3584ed2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,7 +2,14 @@ "files.associations": { "harvester-apidef.h": "c", "typeinfo": "c", - "curl-wrap.h": "c" + "curl-wrap.h": "c", + "wrap-json.h": "c", + "array": "c", + "initializer_list": "c", + "string_view": "c", + "utility": "c", + "valarray": "c", + "string.h": "c" }, "C_Cpp.intelliSenseEngineFallback": "Disabled", "C_Cpp.errorSquiggles": "Disabled" -- cgit 1.2.3-korg