mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Update minimal required vscode version to 1.37
This commit is contained in:
parent
80b45d5928
commit
934d7990fd
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
"Other"
|
"Other"
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.36.0"
|
"vscode": "^1.37.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"vscode:prepublish": "npm run compile",
|
"vscode:prepublish": "npm run compile",
|
||||||
|
|
Loading…
Reference in a new issue