Skip to content

Commit a0afb8f

Browse files
authored
Update VS Code readme (#1354)
1 parent cfcc776 commit a0afb8f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/VisualStudioCode/package/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
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).
44

5-
For further information please visit Roslynator [repo](https://github.com/dotnet/roslynator).
5+
## Instructions After First Installation
6+
7+
- Set VS Code setting `dotnet.server.useOmnisharp` to `true`
8+
- Disable extension **C# Dev Kit** (if installed)
9+
10+
NOTE: After each installation, Roslynator updates `omnisharp.json` to include references to Roslynator DLLs.
611

712
## Configuration
813

0 commit comments

Comments
 (0)