File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,6 @@ See [./features.md](./features.md) document for a list of features that are avai
37
37
You will need the most recent version of VS Code: we don't try to
38
38
maintain compatibility with older versions yet.
39
39
40
- In order to build the VS Code plugin from sources, you need to have node.js and npm with
41
- a minimum version of 12 installed. Please refer to
42
- [ node.js and npm documentation] ( https://nodejs.org ) for installation instructions.
43
-
44
40
### Installation from prebuilt binaries
45
41
46
42
We ship prebuilt binaries for Linux, Mac and Windows via
@@ -80,6 +76,10 @@ rm -rf ${HOME}/.config/Code/User/globalStorage/matklad.rust-analyzer
80
76
81
77
### Installation from sources
82
78
79
+ In order to build the VS Code plugin from sources, you need to have node.js and npm with
80
+ a minimum version of 12 installed. Please refer to
81
+ [ node.js and npm documentation] ( https://nodejs.org ) for installation instructions.
82
+
83
83
The experimental VS Code plugin can be built and installed by executing the
84
84
following commands:
85
85
You can’t perform that action at this time.
0 commit comments