mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
⬆️ code
This commit is contained in:
parent
e4a58ee1f4
commit
bf7cdec9dd
1607
editors/code/package-lock.json
generated
1607
editors/code/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -13,7 +13,7 @@
|
||||
"Other"
|
||||
],
|
||||
"engines": {
|
||||
"vscode": "^1.31.0"
|
||||
"vscode": "^1.33.0"
|
||||
},
|
||||
"scripts": {
|
||||
"vscode:prepublish": "npm run compile",
|
||||
@ -31,18 +31,18 @@
|
||||
"singleQuote": true
|
||||
},
|
||||
"dependencies": {
|
||||
"vscode-languageclient": "^5.3.0-next.1"
|
||||
"vscode-languageclient": "^5.3.0-next.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^5.2.5",
|
||||
"@types/node": "^10.12.24",
|
||||
"prettier": "^1.16.4",
|
||||
"tslint": "^5.12.1",
|
||||
"@types/mocha": "^5.2.6",
|
||||
"@types/node": "^10.14.5",
|
||||
"prettier": "^1.17.0",
|
||||
"shx": "^0.3.1",
|
||||
"tslint": "^5.16.0",
|
||||
"tslint-config-prettier": "^1.18.0",
|
||||
"typescript": "^3.3.1",
|
||||
"vsce": "^1.57.0",
|
||||
"vscode": "^1.1.29",
|
||||
"shx": "^0.3.1"
|
||||
"typescript": "^3.4.4",
|
||||
"vsce": "^1.59.0",
|
||||
"vscode": "^1.1.33"
|
||||
},
|
||||
"activationEvents": [
|
||||
"onLanguage:rust",
|
||||
|
Loading…
Reference in New Issue
Block a user