vscode-rust icon indicating copy to clipboard operation
vscode-rust copied to clipboard

error: toolchain 'nightly-x86_64-apple-darwin' does not contain component 'rls'

Open artyomtrityak opened this issue 8 years ago • 5 comments

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 avatar Nov 14 '17 01:11 artyomtrityak

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

ArtFeel avatar Jan 07 '18 04:01 ArtFeel

Same issue on Windows. toolchain 'nightly-x86_64-pc-windows-msvc' does not contain component 'rls' for target 'x86_64-pc-windows-msvc'.

Jason5Lee avatar Apr 05 '18 01:04 Jason5Lee

@ArtFeel can you provide the steps to build your fork from the source? 🙏

alexanderattar avatar Oct 02 '18 03:10 alexanderattar

@alexanderattar here is detailed instruction, don't forget to replace a link to git repo.

ArtFeel avatar Oct 02 '18 07:10 ArtFeel

Awesome! Thanks, I appreciate it!

alexanderattar avatar Oct 02 '18 16:10 alexanderattar