From 4b6c39fa16479f1a4ad527ddc8d7d1bb6e82c082 Mon Sep 17 00:00:00 2001 From: Raoul Wols Date: Thu, 16 Sep 2021 22:12:13 +0200 Subject: [PATCH] update readme --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a7b3bdd..eea73a7 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ To use this package, you must have: - The [LSP](https://packagecontrol.io/packages/LSP) package. - The [.NET SDK](https://dotnet.microsoft.com/download). (The "Core" version **does not work on macOS**.) -- For macOS and Linux, [Mono](https://www.mono-project.com/) in order to be able to run the executable. ## Applicable Selectors @@ -15,7 +14,7 @@ This language server operates on views with the `source.cs` base scope. ## Installation Location -The server is installed in the $DATA/Cache/LSP-OmniSharp directory, where $DATA is the base data path of Sublime Text. +The server is installed in the $DATA/Package Storage/LSP-OmniSharp directory, where $DATA is the base data path of Sublime Text. For instance, $DATA is `~/.config/sublime-text` on a Linux system. If you want to force a re-installation of the server, you can delete the entire $DATA/Cache/LSP-OmniSharp directory. @@ -24,12 +23,7 @@ case, that means that when you open a view with the `source.cs` base scope, inst ## Configuration -Configure OmniSharp by accessing `Preferences > Package Settings > LSP > Servers > LSP-OmniSharp`. - -## Quirks - -OmniSharp takes a while to initialize itself because it starts compiling your project in the background. This is after -the "server" has initialized so it may look like it's doing nothing while it's compiling. +Configure OmniSharp by running `Preferences: LSP-OmniSharp Settings` from the Command Palette. ## Capabilities