You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated the Readme for the LSP C# Extension (Blue) with additional, updated content and links such as how to get started, how to revert back to O#, etc.
Related work items: #1785200
Copy file name to clipboardExpand all lines: README.md
+19-14Lines changed: 19 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
## C# for Visual Studio Code
2
-
C# is an extension that contributes to the larger [C# Dev Kit extension]() 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 (Link to Roslyn) and Razor (link to Razor) to provide rich type information and a faster, more reliable C# experience.
3
-
4
-
5
-
C# is the default language support for [C# Dev Kit]() and is shipped as part of that extension as a required dependency.
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.
6
3
4
+
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.
7
5
8
6
## Recommended Install
9
-
While it is possible to use the C# extension as a standalone extension, we highly recommend using the [C# Dev Kit extension]().
7
+
While it is possible to use the C# extension as a standalone extension, we highly recommend using [C# Dev Kit](csdevkitextension).
8
+
9
+
1. Installing [C# Dev Kit](csdevkitextension) will automatically install this extension as a required dependency
10
+
2. Open a folder/workspace that contains a C# project (.csproj) and a C# solution (.sln) and the extension will activate.
10
11
11
-
Installing [C# Dev Kit]() will automatically install this extension as a required dependency
12
-
* 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
12
+
Note: 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 if you are on the pre-release verion, set dotnet.server.useOmnisharp to true
14
14
* Windows: .NET Framework along with MSBuild Tools
15
15
* MacOS/Linux: Mono with MSBuild
16
16
@@ -21,11 +21,11 @@ Installing [C# Dev Kit]() will automatically install this extension as a require
21
21
* Roslyn powered semantic awareness
22
22
23
23
## 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.
25
25
26
26
27
27
## Found a Bug?
28
-
To file a new issue to include all the related config information directly from vscode by entering the command pallette with Ctrl+Shift+P (Cmd+Shift+P on macOS) and running CSharp: Report an issue command. This will open a browser window with all the necessary information related to the installed extensions, dotnet version, mono version, etc. Enter all the remaining information and hit submit. More information can be found on the wiki .
28
+
To file a new issue to include all the related config information directly from vscode by entering the command pallette with Ctrl+Shift+P (Cmd+Shift+P on macOS) and running CSharp: Report an issue command. This will open a browser window with all the necessary information related to the installed extensions, dotnet version, mono version, etc. Enter all the remaining information and hit submit.
29
29
Alternatively you could visit https://github.com/dotnet/vscode-csharp/issues and file a new one.
30
30
31
31
@@ -54,14 +54,19 @@ This project is supported by the [.NET Foundation](http://www.dotnetfoundation.o
If someone has already filed an issue that encompasses your feedback, please leave a 👍 or 👎 reaction on the issue to upvote or downvote it to help us prioritize the issue.
0 commit comments