You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @maciekr1234 ! Thanks for reporting. It should be fixed in the development branch. Please upgrade to the latest revision via running pio upgrade --dev command in the IDE terminal and try again. Thanks!
What kind of issue is this?
If you’ve found a bug, please provide an information below.
Configuration
Operating system: Windows 10
PlatformIO Version (
platformio --version
): PlatformIO, version 5.0.0Description of problem
When I set standard to gnu++2a in GCC compiler pio doesn't match
a
which causes cpp extension to not set the correct standard.I actually managed to track the issue and successfully fix the issue.
platformio-core/platformio/ide/tpls/vscode/.vscode/c_cpp_properties.json.tpl
Line 71 in 9695720
platformio-core/platformio/ide/tpls/vscode/.vscode/c_cpp_properties.json.tpl
Line 118 in 9695720
This seems to solve the issue in cpp_config and keeps the compiler happy.
The text was updated successfully, but these errors were encountered: