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
Copy file name to clipboardExpand all lines: README.md
+16-11Lines changed: 16 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
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).
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) or solution (.sln) and the extension will activate.
10
11
11
-
Installing [C# Dev Kit]() will automatically install this extension as a required dependency
12
12
* If working on a solution that requires versions prior to .NET 6, install a Full Framework runtime and MSBuild tooling.
13
13
* Set omnisharp.useModernNet to false and dotnet.server.useOmnisharp to true
14
14
* Windows: .NET Framework along with MSBuild Tools
@@ -25,7 +25,7 @@ If you don’t want to take advantage of the great Language Server features, you
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