From bb17630571be2c5e4e23246f3143913e4356ed98 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 30 Mar 2019 13:00:10 +0200 Subject: [PATCH] Set manifest version of VSCode C/C++ configuration file --- platformio/ide/tpls/vscode/.vscode/c_cpp_properties.json.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platformio/ide/tpls/vscode/.vscode/c_cpp_properties.json.tpl b/platformio/ide/tpls/vscode/.vscode/c_cpp_properties.json.tpl index c91ab548..1658bcb4 100644 --- a/platformio/ide/tpls/vscode/.vscode/c_cpp_properties.json.tpl +++ b/platformio/ide/tpls/vscode/.vscode/c_cpp_properties.json.tpl @@ -67,5 +67,6 @@ % end "compilerPath": "\"{{! _escape(cc_path) }}\" {{! _escape(cc_m_flags) }}" } - ] + ], + "version": 4 } \ No newline at end of file