Skip to content
This repository has been 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
MicahZoltu opened this issue Oct 2, 2019 · 0 comments · May be fixed by #683
Open

Spaces in the rust-client.rlsPath result in failure to launch. #672

MicahZoltu opened this issue Oct 2, 2019 · 0 comments · May be fixed by #683

Comments

@MicahZoltu
Copy link

MicahZoltu commented Oct 2, 2019

  1. Install Rust MSI.
  2. "rust-client.disableRustup": true
  3. "rust-client.rlsPath": "C:\\Program Files\\Rust stable MSVC 1.38\\bin\\rls.exe"
  4. 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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant