]> git.lizzy.rs Git - rust.git/commitdiff
Relax VS Code version requirement
authorAleksey Kladov <aleksey.kladov@gmail.com>
Sun, 17 May 2020 13:57:30 +0000 (15:57 +0200)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Sun, 17 May 2020 22:16:35 +0000 (00:16 +0200)
docs/user/readme.adoc
editors/code/package.json

index d750c7705b453872cfc15d4416f65e7095362ce1..03836e6e2c372331abdd46cdb3290d0ad1c49081 100644 (file)
@@ -63,7 +63,7 @@ The server binary is stored in:
 * macOS: `~/Library/Application Support/Code/User/globalStorage/matklad.rust-analyzer`
 * Windows: `%APPDATA%\Code\User\globalStorage\matklad.rust-analyzer`
 
-Note that we only support the latest version of VS Code.
+Note that we only support two most recent versions of VS Code.
 
 ==== Updates
 
index 2dbbde852744fd17b44076c6f568e2d55d4e97d5..4045ab3d27596988e5714df2afeef0bab9db7510 100644 (file)
@@ -21,7 +21,7 @@
         "Programming Languages"
     ],
     "engines": {
-        "vscode": "^1.45.0"
+        "vscode": "^1.44.0"
     },
     "enableProposedApi": true,
     "scripts": {
@@ -41,7 +41,7 @@
         "@rollup/plugin-node-resolve": "^7.1.3",
         "@types/node": "^12.12.39",
         "@types/node-fetch": "^2.5.7",
-        "@types/vscode": "^1.45.0",
+        "@types/vscode": "^1.44.0",
         "@typescript-eslint/eslint-plugin": "^2.33.0",
         "@typescript-eslint/parser": "^2.33.0",
         "eslint": "^6.8.0",