You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then open VSCode (or reload the window if it was already running), open some Rust project and you should
48
+
see an info message pop-up.
49
+
50
+
51
+
<imgheight="140px"src="https://user-images.githubusercontent.com/36276403/74103174-a40df100-4b52-11ea-81f4-372c70797924.png"alt="Download now message"/>
52
+
53
+
54
+
Click `Download now`, wait untill the progress is 100% and you are ready to go.
`"Donwload latest language server"` command for VSCode and automatic updates detection is currently WIP.
62
+
63
+
64
+
### Installation from sources
65
+
35
66
The experimental VS Code plugin can then be built and installed by executing the
36
67
following commands:
37
68
@@ -47,6 +78,7 @@ doesn't, report bugs!
47
78
**Note**[#1831](https://github.com/rust-analyzer/rust-analyzer/issues/1831): If you are using the popular
48
79
[Vim emulation plugin](https://github.com/VSCodeVim/Vim), you will likely
49
80
need to turn off the `rust-analyzer.enableEnhancedTyping` setting.
81
+
(// TODO: This configuration is no longer available, enhanced typing shoud be disabled via removing Enter key binding, [see this issue](https://github.com/rust-analyzer/rust-analyzer/issues/3051))
50
82
51
83
If you have an unusual setup (for example, `code` is not in the `PATH`), you
52
84
should adapt these manual installation instructions:
0 commit comments