File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ The server binary is stored in:
63
63
* macOS: `~/Library/Application Support/Code/User/globalStorage/matklad.rust-analyzer`
64
64
* Windows: `%APPDATA%\Code\User\globalStorage\matklad.rust-analyzer`
65
65
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.
67
67
68
68
==== Updates
69
69
Original file line number Diff line number Diff line change 21
21
" Programming Languages"
22
22
],
23
23
"engines" : {
24
- "vscode" : " ^1.45 .0"
24
+ "vscode" : " ^1.44 .0"
25
25
},
26
26
"enableProposedApi" : true ,
27
27
"scripts" : {
41
41
"@rollup/plugin-node-resolve" : " ^7.1.3" ,
42
42
"@types/node" : " ^12.12.39" ,
43
43
"@types/node-fetch" : " ^2.5.7" ,
44
- "@types/vscode" : " ^1.45 .0" ,
44
+ "@types/vscode" : " ^1.44 .0" ,
45
45
"@typescript-eslint/eslint-plugin" : " ^2.33.0" ,
46
46
"@typescript-eslint/parser" : " ^2.33.0" ,
47
47
"eslint" : " ^6.8.0" ,
You can’t perform that action at this time.
0 commit comments