Skip to content

Commit 4b6c39f

Browse files
committed
update readme
1 parent dd5e7ea commit 4b6c39f

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ To use this package, you must have:
77

88
- The [LSP](https://packagecontrol.io/packages/LSP) package.
99
- The [.NET SDK](https://dotnet.microsoft.com/download). (The "Core" version **does not work on macOS**.)
10-
- For macOS and Linux, [Mono](https://www.mono-project.com/) in order to be able to run the executable.
1110

1211
## Applicable Selectors
1312

1413
This language server operates on views with the `source.cs` base scope.
1514

1615
## Installation Location
1716

18-
The server is installed in the $DATA/Cache/LSP-OmniSharp directory, where $DATA is the base data path of Sublime Text.
17+
The server is installed in the $DATA/Package Storage/LSP-OmniSharp directory, where $DATA is the base data path of Sublime Text.
1918
For instance, $DATA is `~/.config/sublime-text` on a Linux system. If you want to force a re-installation of the server,
2019
you can delete the entire $DATA/Cache/LSP-OmniSharp directory.
2120

@@ -24,12 +23,7 @@ case, that means that when you open a view with the `source.cs` base scope, inst
2423

2524
## Configuration
2625

27-
Configure OmniSharp by accessing `Preferences > Package Settings > LSP > Servers > LSP-OmniSharp`.
28-
29-
## Quirks
30-
31-
OmniSharp takes a while to initialize itself because it starts compiling your project in the background. This is after
32-
the "server" has initialized so it may look like it's doing nothing while it's compiling.
26+
Configure OmniSharp by running `Preferences: LSP-OmniSharp Settings` from the Command Palette.
3327

3428
## Capabilities
3529

0 commit comments

Comments
 (0)