diff options
author | Aleksey Kladov <[email protected]> | 2019-02-12 15:28:39 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-02-12 15:28:39 +0000 |
commit | 72a122092bb37249a5d04ca3b8b5c8b78f9b84dd (patch) | |
tree | a894bad1c784650dc7a3799d62fe368a2d3c4d6d /editors | |
parent | 03691c797a60cbd6e4c8bf09de1c48e62757f89f (diff) |
mention no compatability gurantee
Diffstat (limited to 'editors')
-rw-r--r-- | editors/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/README.md b/editors/README.md index eb1004914..6e1189cad 100644 --- a/editors/README.md +++ b/editors/README.md | |||
@@ -5,6 +5,9 @@ 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 | 5 | a minimum version of 10 installed. Please refer to |
6 | [node.js and npm documentation](https://nodejs.org) for installation instructions. | 6 | [node.js and npm documentation](https://nodejs.org) for installation instructions. |
7 | 7 | ||
8 | You will also need the most recent version of VS Code: we don't try to | ||
9 | maintain compatibility with older versions yet. | ||
10 | |||
8 | The experimental VS Code plugin can then be built and installed by executing the | 11 | The experimental VS Code plugin can then be built and installed by executing the |
9 | following commands: | 12 | following commands: |
10 | 13 | ||