From 92412bc3be189c03b9b0539b30e070b60aedde31 Mon Sep 17 00:00:00 2001 From: Mariusz Klochowicz Date: Sat, 28 Mar 2020 22:16:19 +1030 Subject: [PATCH] Update docs to mention vscode installation path on macOS --- docs/user/readme.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/readme.adoc b/docs/user/readme.adoc index e00d14dfbdf..27b29341523 100644 --- a/docs/user/readme.adoc +++ b/docs/user/readme.adoc @@ -57,7 +57,7 @@ To disable this notification put the following to `settings.json` ---- ==== -The server binary is stored in `~/.config/Code/User/globalStorage/matklad.rust-analyzer`. +The server binary is stored in `~/.config/Code/User/globalStorage/matklad.rust-analyzer` (linux) or in `~/.Library/Application Support/Code/User/globalStorage/matklad.rust-analyzer (macOS)`. Note that we only support the latest version of VS Code.