diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-04-12 17:57:25 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-07-10 23:41:14 +0200 |
commit | 7beb985dc148287de3af9d72929909b88480e2a9 (patch) | |
tree | 246e906261e376e5c4aea8d85281c3c5fff06a3d /.vscode/c_cpp_properties.json | |
parent | df16ff9758b6af3decc0d21c4ef1816e86c286f1 (diff) |
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 <romain.forlot@iot.bzh>
Diffstat (limited to '.vscode/c_cpp_properties.json')
-rw-r--r-- | .vscode/c_cpp_properties.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 478d780..46fa4ac 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -38,5 +38,5 @@ "cppStandard": "c++17" } ], - "version": 3 + "version": 4 }
\ No newline at end of file |