mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
Merge #807
807: Specify vscode 1.31 r=matklad a=kjeremy This is for #796 It doesn't seem to fix the problem if you manually install the extension but it is the "right thing to do". Co-authored-by: kjeremy <kjeremy@gmail.com>
This commit is contained in:
commit
abc5d377e2
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
"Other"
|
||||
],
|
||||
"engines": {
|
||||
"vscode": "^1.30.0"
|
||||
"vscode": "^1.31.0"
|
||||
},
|
||||
"scripts": {
|
||||
"vscode:prepublish": "npm run compile",
|
||||
|
|
Loading…
Reference in a new issue