From dbe60c0125a1b8b7c967049a699930ca893c3271 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 12 Apr 2018 17:57:25 +0200 Subject: Improve vscode workspace settings 2 debug mode: - One first run which clean any trace of timestamp record on disk - the other which keep timestamp file Cleaning Change-Id: I80f1d8e4ad574c14b3312da0e8691c49ed17e9fb Signed-off-by: Romain Forlot --- .vscode/settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.vscode/settings.json') diff --git a/.vscode/settings.json b/.vscode/settings.json index 3584ed2..844d362 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -9,7 +9,11 @@ "string_view": "c", "utility": "c", "valarray": "c", - "string.h": "c" + "string.h": "c", + "stdio.h": "c", + "ratio": "c", + "system_error": "c", + "type_traits": "c" }, "C_Cpp.intelliSenseEngineFallback": "Disabled", "C_Cpp.errorSquiggles": "Disabled" -- cgit 1.2.3-korg