mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Added CONFIG += c++17 to get correct autocompletions
This commit is contained in:
@ -27,3 +27,5 @@ HEADERS += {{file}}
|
|||||||
SOURCES += {{file}}
|
SOURCES += {{file}}
|
||||||
% end
|
% end
|
||||||
% end
|
% end
|
||||||
|
|
||||||
|
CONFIG += c++17
|
||||||
|
Reference in New Issue
Block a user