diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-05-17 23:16:57 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-05-17 23:16:57 +0100 |
commit | 31611da2538e66027ea67482235f6b8659bedf09 (patch) | |
tree | c536988cc4aeffee030072824f18c1a313f3aae6 /docs | |
parent | 71e94b1d0bf7c58aa377513f010fcb3f56081f5f (diff) | |
parent | 19a8c1450c1fd7263b49e2e176f8fef0d93d923b (diff) |
Merge #4496
4496: Relax VS Code version requirement r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user/readme.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/readme.adoc b/docs/user/readme.adoc index d750c7705..03836e6e2 100644 --- a/docs/user/readme.adoc +++ b/docs/user/readme.adoc | |||
@@ -63,7 +63,7 @@ The server binary is stored in: | |||
63 | * macOS: `~/Library/Application Support/Code/User/globalStorage/matklad.rust-analyzer` | 63 | * macOS: `~/Library/Application Support/Code/User/globalStorage/matklad.rust-analyzer` |
64 | * Windows: `%APPDATA%\Code\User\globalStorage\matklad.rust-analyzer` | 64 | * Windows: `%APPDATA%\Code\User\globalStorage\matklad.rust-analyzer` |
65 | 65 | ||
66 | Note that we only support the latest version of VS Code. | 66 | Note that we only support two most recent versions of VS Code. |
67 | 67 | ||
68 | ==== Updates | 68 | ==== Updates |
69 | 69 | ||