Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rwols committed Sep 16, 2021
1 parent dd5e7ea commit 4b6c39f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@ 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

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.

Expand All @@ -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

Expand Down

0 comments on commit 4b6c39f

Please sign in to comment.