forked from platformio/platformio-core
Do not provide "intelliSenseMode" option when generating configuration for VSCode C/C++ extension
This commit is contained in:
@ -8,6 +8,11 @@ PlatformIO Core 5
|
|||||||
|
|
||||||
**A professional collaborative platform for embedded development**
|
**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)
|
5.0.3 (2020-11-12)
|
||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@ -118,9 +118,6 @@
|
|||||||
% end
|
% end
|
||||||
""
|
""
|
||||||
],
|
],
|
||||||
% if compiler_type == "gcc":
|
|
||||||
"intelliSenseMode": "gcc-x64",
|
|
||||||
% end
|
|
||||||
% if cc_stds:
|
% if cc_stds:
|
||||||
"cStandard": "c{{ cc_stds[-1] }}",
|
"cStandard": "c{{ cc_stds[-1] }}",
|
||||||
% end
|
% end
|
||||||
|
Reference in New Issue
Block a user