4496: Relax VS Code version requirement r=matklad a=matklad



bors r+
🤖

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
bors[bot] 2020-05-17 22:16:57 +00:00 committed by GitHub
commit 31611da253
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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",