mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Force VSCode's intelliSenseMode to "gcc-x64" when GCC toolchain is used
This commit is contained in:
@ -118,7 +118,9 @@
|
|||||||
% end
|
% end
|
||||||
""
|
""
|
||||||
],
|
],
|
||||||
"intelliSenseMode": "clang-x64",
|
% 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