Skip to content

Commit

Permalink
Update VS Code readme (#1354)
Browse files Browse the repository at this point in the history
  • Loading branch information
josefpihrt authored Jan 10, 2024
1 parent cfcc776 commit a0afb8f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/VisualStudioCode/package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

A collection of 500+ [analyzers](https://josefpihrt.github.io/docs/roslynator/analyzers), [refactorings](https://josefpihrt.github.io/docs/roslynator/refactorings) and [fixes](https://josefpihrt.github.io/docs/roslynator/fixes) for C#, powered by [Roslyn](/~https://github.com/dotnet/roslyn).

For further information please visit Roslynator [repo](/~https://github.com/dotnet/roslynator).
## Instructions After First Installation

- Set VS Code setting `dotnet.server.useOmnisharp` to `true`
- Disable extension **C# Dev Kit** (if installed)

NOTE: After each installation, Roslynator updates `omnisharp.json` to include references to Roslynator DLLs.

## Configuration

Expand Down

0 comments on commit a0afb8f

Please sign in to comment.