-
Notifications
You must be signed in to change notification settings - Fork 166
Cannot run with custom build of RLS #304
Comments
You can use the hidden setting |
@nrc, Yep, does the trick, thanks. |
how to change path ? |
Please solve this Issue: error[E0554]: #![feature] may not be used on the stable release channel Compiling unicode-xid v0.1.0 For more information about this error, try Caused by: |
I've created a custom build of RLS and symlinked the
rls
binary intobuild/x86_64-apple-darwin/stage2/bin
along withcargo
(rustc
is already built to there of course). I think created a toolchain from thestage2
directory usingrustup
. Next, in my workspace config in VSCode, I set"rust-client.channel": "local"
.However, upon opening my VSCode workspace, I get error popups:
If I run
code --verbose workspace
from the command-line, I get the following telling error message:So the question is, how do I solve this? How can I build a toolchain that "supports components"?
The text was updated successfully, but these errors were encountered: