diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/README.md | 3 | ||||
-rw-r--r-- | editors/code/package.json | 2 |
2 files changed, 4 insertions, 1 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 | ||
diff --git a/editors/code/package.json b/editors/code/package.json index 045d372e7..4fc2cb754 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -13,7 +13,7 @@ | |||
13 | "Other" | 13 | "Other" |
14 | ], | 14 | ], |
15 | "engines": { | 15 | "engines": { |
16 | "vscode": "^1.30.0" | 16 | "vscode": "^1.31.0" |
17 | }, | 17 | }, |
18 | "scripts": { | 18 | "scripts": { |
19 | "vscode:prepublish": "npm run compile", | 19 | "vscode:prepublish": "npm run compile", |