This repository was archived by the owner on Nov 18, 2022. It is now read-only.
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
Spaces in the rust-client.rlsPath
result in failure to launch. #672
Open
Description
- Install Rust MSI.
"rust-client.disableRustup": true
"rust-client.rlsPath": "C:\\Program Files\\Rust stable MSVC 1.38\\bin\\rls.exe"
- Notice that rust language server errors on startup with
'C:\Program\' is not recognized as an internal or external command, operable program or batch file.
I tried escaping the spaces, but that did not resolve the issue. I also tried wrapping the string in single quotes inside the double quotes, but that resulted in a different error.
For other extensions, "C:\Program Files\path to\file name.extension" works, this problem appears to be specific to this extension.
Metadata
Metadata
Assignees
Labels
No labels