Relax VS Code version requirement

This commit is contained in:
Aleksey Kladov 2020-05-17 15:57:30 +02:00
parent 71e94b1d0b
commit 19a8c1450c
2 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@ The server binary is stored in:
* macOS: `~/Library/Application Support/Code/User/globalStorage/matklad.rust-analyzer`
* Windows: `%APPDATA%\Code\User\globalStorage\matklad.rust-analyzer`
Note that we only support the latest version of VS Code.
Note that we only support two most recent versions of VS Code.
==== Updates

View File

@ -21,7 +21,7 @@
"Programming Languages"
],
"engines": {
"vscode": "^1.45.0"
"vscode": "^1.44.0"
},
"enableProposedApi": true,
"scripts": {
@ -41,7 +41,7 @@
"@rollup/plugin-node-resolve": "^7.1.3",
"@types/node": "^12.12.39",
"@types/node-fetch": "^2.5.7",
"@types/vscode": "^1.45.0",
"@types/vscode": "^1.44.0",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"eslint": "^6.8.0",