forked from platformio/platformio-core
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