Vscode-cpptools: Compiler path with spaces produces error

Created on 27 Mar 2020  Â·  4Comments  Â·  Source: microsoft/vscode-cpptools

Related topic https://community.platformio.org/t/platform-io-compiler-error/12684

1) We provide a full path to the compiler using compilerPath option
2) This a path option, so we do not do any modifications because arguments are passed to compilerArgs

Yes, we can escape compilerPath by default but it looks like a bug.

Thanks!

/cc @valeros @sean-mcmanus

Configuration Language Service bug fixed (release pending) quick fix regression

Most helpful comment

Thanks a lot for reporting this. It's fixed by https://github.com/microsoft/vscode-cpptools/pull/5217 for our 0.27.0 release (planned for Monday).

All 4 comments

This issue existed for a "long time" (i.e. in 0.26.3), but the error squiggling was disabled by default in 0.26.3 and 0.27.0-insiders5 fixed that.

Thanks a lot for reporting this. It's fixed by https://github.com/microsoft/vscode-cpptools/pull/5217 for our 0.27.0 release (planned for Monday).

Thank you so much! The most important release for our community!

Fixed with 0.27.0.

Was this page helpful?
0 / 5 - 0 ratings