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