Skip to content
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
@MicahZoltu

Description

@MicahZoltu
  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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions