vscode-rust
vscode-rust copied to clipboard
error: toolchain 'nightly-x86_64-apple-darwin' does not contain component 'rls'
Version of VSCode: 1.18 Version of the extension: 0.4.2 OS: MacOS
Description: component rls renamed to rls-preview so extension does not work right now,
Output of the "Rust logging" channel:
error: toolchain 'nightly-x86_64-apple-darwin' does not contain component 'rls' for target 'x86_64-apple-darwin'
exit: code=1, signal=null
close: code=1, signal=null
https://github.com/rust-lang-nursery/rls/issues/502
@artyomtrityak I fix this issue in PR #372 You can build this extension from source, it works fine with latest VSCode and Rust nightly toolchain.
Same issue on Windows.
toolchain 'nightly-x86_64-pc-windows-msvc' does not contain component 'rls' for target 'x86_64-pc-windows-msvc'.
@ArtFeel can you provide the steps to build your fork from the source? 🙏
@alexanderattar here is detailed instruction, don't forget to replace a link to git repo.
Awesome! Thanks, I appreciate it!