-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.2.207 not working in VSCode 1.46.0 #4938
Comments
Could you please share us the log output of the extension? It is under |
I'm seeing the following error in the VSCode Console under similar conditions.
Note that For what it's worth, it seems this was caused by having multiple VSCode instances running simultaneously and shutting down all other instances resolved my problem. Might be worth handling this |
@spartan563 Try closing all vscode windows and ensuring that |
Yeah, probably we should fix this issue or at least throw a proper error indication (this should have been done quite much earlier than right now I guess). I'll try to tackle this... |
@Veetaha, this is the error I'm getting in the console
VSCode 1.46.1 is out now, I'll try that version and report back. EDIT: 1.46.1 produces the same error It does appear that there is no |
@krooq that's very weird, try the following strictly in order:
|
Ok that worked! cool! I'll close this ticket as I think this is just an odd case and probably a dodgy Australian internet connection thing. |
4963: Download artifacts into tmp dir r=matklad a=Veetaha This should prevent partially downloaded files in cases when the user closes vsode before the download is complete. There is also a new more descriptive error message when the user has multiple vscode windows open and tries to download the server. Related: #4938 (comment) Co-authored-by: Veetaha <veetaha2@gmail.com>
I've installed the latest rust-analyzer release (v0.2.207) in VSCode (1.46.0) and it doesn't seem to work at all.
VSCode says its installed and enabled via the extensions tab but no commands are appear when I search with ctrl+shift+P, no analysis is performed, no option for rust analyzer in the output tab, no prompt to install language server, it's just as if it isn't there.
I tried
I reinstalled the previous rust analyzer version v0.2.199 and it works fine.
My VSCode installation and OS version
The text was updated successfully, but these errors were encountered: