Skip to content

Commit 5824b69

Browse files
Wendy BreidingWendy Breiding
authored andcommitted
Added clarifications around pre-release and release versions.
1 parent 2e1896e commit 5824b69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## C# for Visual Studio Code
2-
C# is the feature-rich, language support for C# and is shipped as part of [C# Dev Kit](csdevkitextension).
2+
C# is the feature-rich, language support for C# and is shipped as part of [C# Dev Kit](csdevkitextension). This version of the extension is currently in pre-release and available for you to use today.
33

44
C# is an extension that contributes to the [C# Dev Kit extension](csdevkitextension) for Visual Studio Code to provide performant and reliable language support. Under the hood, this extension is powered by a Language Server Protocol (LSP) Tools Host which integrates with open source components like [Roslyn](https://github.com/dotnet/roslyn) and [Razor](https://github.com/dotnet/razor) to provide rich type information and a faster, more reliable C# experience.
55

@@ -10,7 +10,7 @@ While it is possible to use the C# extension as a standalone extension, we highl
1010
2. Open a folder/workspace that contains a C# project (.csproj) or solution (.sln) and the extension will activate.
1111

1212
* If working on a solution that requires versions prior to .NET 6, install a Full Framework runtime and MSBuild tooling.
13-
* Set omnisharp.useModernNet to false and dotnet.server.useOmnisharp to true
13+
* Set omnisharp.useModernNet to false and if you are on the pre-release verion, set dotnet.server.useOmnisharp to true
1414
* Windows: .NET Framework along with MSBuild Tools
1515
* MacOS/Linux: Mono with MSBuild
1616

@@ -21,7 +21,7 @@ While it is possible to use the C# extension as a standalone extension, we highl
2121
* Roslyn powered semantic awareness
2222

2323
## How to use Omnisharp?
24-
If you don’t want to take advantage of the great Language Server features, you can revert back to using Omnisharp by going to the Extension settings and setting `dotnet.server.useOmnisharp` to true. This will require that you restart VS Code to take effect.
24+
If you don’t want to take advantage of the great Language Server features, you can revert back to using Omnisharp in the pre-release extension by going to the Extension settings and setting `dotnet.server.useOmnisharp` to true. This will require that you restart VS Code to take effect. You can also switch back to the Switch to Release Version to revert back to the C# extension powered by OmniSharp.
2525

2626

2727
## Found a Bug?

0 commit comments

Comments
 (0)