vscode-extensions.rust-analyzer: 2020-04-06 -> 2020-04-20

This commit is contained in:
oxalica 2020-04-23 17:11:22 +08:00
parent a82fe46ae1
commit b95699970f
No known key found for this signature in database
GPG key ID: CED392DE0C483D00
2 changed files with 1169 additions and 1208 deletions

File diff suppressed because it is too large Load diff

View file

@ -4,16 +4,16 @@
"dependencies": {
"jsonc-parser": "^2.2.1",
"node-fetch": "^2.6.0",
"vscode-languageclient": "6.1.3",
"vscode-languageclient": "7.0.0-next.1",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@types/node": "^12.12.34",
"@types/node-fetch": "^2.5.5",
"@types/vscode": "1.43.0",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"@types/vscode": "1.44.0",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"eslint": "^6.8.0",
"rollup": "^2.3.2",
"rollup": "^2.3.3",
"tslib": "^1.11.1",
"typescript": "^3.8.3",
"typescript-formatter": "^7.2.2",