Set manifest version of VSCode C/C++ configuration file

This commit is contained in:
Ivan Kravets
2019-03-30 13:00:10 +02:00
parent 7746f7eeee
commit 7d9e10095e

View File

@ -67,5 +67,6 @@
% end % end
"compilerPath": "\"{{! _escape(cc_path) }}\" {{! _escape(cc_m_flags) }}" "compilerPath": "\"{{! _escape(cc_path) }}\" {{! _escape(cc_m_flags) }}"
} }
] ],
"version": 4
} }