Skip to content

Commit 31611da

Browse files
bors[bot]matklad
andauthored
Merge #4496
4496: Relax VS Code version requirement r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2 parents 71e94b1 + 19a8c14 commit 31611da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/user/readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The server binary is stored in:
6363
* macOS: `~/Library/Application Support/Code/User/globalStorage/matklad.rust-analyzer`
6464
* Windows: `%APPDATA%\Code\User\globalStorage\matklad.rust-analyzer`
6565

66-
Note that we only support the latest version of VS Code.
66+
Note that we only support two most recent versions of VS Code.
6767

6868
==== Updates
6969

editors/code/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"Programming Languages"
2222
],
2323
"engines": {
24-
"vscode": "^1.45.0"
24+
"vscode": "^1.44.0"
2525
},
2626
"enableProposedApi": true,
2727
"scripts": {
@@ -41,7 +41,7 @@
4141
"@rollup/plugin-node-resolve": "^7.1.3",
4242
"@types/node": "^12.12.39",
4343
"@types/node-fetch": "^2.5.7",
44-
"@types/vscode": "^1.45.0",
44+
"@types/vscode": "^1.44.0",
4545
"@typescript-eslint/eslint-plugin": "^2.33.0",
4646
"@typescript-eslint/parser": "^2.33.0",
4747
"eslint": "^6.8.0",

0 commit comments

Comments
 (0)