We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What kind of issue is this?
Operating system: Windows 10 Pro x64
PlatformIO Version (platformio --version): PlatformIO Core, version 6.1.2a3
platformio --version
build_flags not working with space.
build_flags
build_flags= '-DMYSTRING="Text is \\"Quoted\\"'
PlatformIO will not update the c_cpp_properties.json
c_cpp_properties.json
in c_cpp_properties.json:
"defines": [ "MYSTRING=\"Text is \"Quoted\"", ]
The text was updated successfully, but these errors were encountered:
9ddf73b
Thanks for the report! Fixed! Please re-test with pio upgrade --dev.
pio upgrade --dev
Sorry, something went wrong.
No branches or pull requests
What kind of issue is this?
If you’ve found a bug, please provide an information below.
Configuration
Operating system: Windows 10 Pro x64
PlatformIO Version (
platformio --version
): PlatformIO Core, version 6.1.2a3Description of problem
build_flags
not working with space.Steps to Reproduce
Actual Results
PlatformIO will not update the
c_cpp_properties.json
Expected Results
in
c_cpp_properties.json
:Additional info
The text was updated successfully, but these errors were encountered: