Do not provide "intelliSenseMode" option when generating configuration for VSCode C/C++ extension

This commit is contained in:
Ivan Kravets
2020-11-12 18:56:34 +02:00
parent b29c6485a8
commit 77e66241f7
2 changed files with 5 additions and 3 deletions

View File

@ -8,6 +8,11 @@ PlatformIO Core 5
**A professional collaborative platform for embedded development**
5.0.4 (2020-??-??)
~~~~~~~~~~~~~~~~~~
- Do not provide "intelliSenseMode" option when generating configuration for VSCode C/C++ extension
5.0.3 (2020-11-12)
~~~~~~~~~~~~~~~~~~

View File

@ -118,9 +118,6 @@
% end
""
],
% if compiler_type == "gcc":
"intelliSenseMode": "gcc-x64",
% end
% if cc_stds:
"cStandard": "c{{ cc_stds[-1] }}",
% end