We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd407a commit 943c064Copy full SHA for 943c064
editors/README.md
@@ -1,4 +1,12 @@
1
-To install experimental VS Code plugin:
+
2
+Preqrequisites:
3
4
+In order to build the VS Code plugin, you need to have node.js and npm with
5
+a minimum version of 10 installed. Please refer to
6
+[node.js and npm documentation](https://nodejs.org) for installation instructions.
7
8
+The experimental VS Code plugin can then be built and installed by executing the
9
+following commands:
10
11
```
12
$ git clone https://github.com/rust-analyzer/rust-analyzer.git --depth 1
0 commit comments