Skip to content

Commit d29585f

Browse files
committed
Update version to remove semver and fix README links
1 parent 0f46fe3 commit d29585f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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). This version of the extension is currently in pre-release and available for you to use today.
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

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.
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.
55

66
## Recommended Install
7-
While it is possible to use the C# extension as a standalone extension, we highly recommend using [C# Dev Kit](csdevkitextension).
7+
While it is possible to use the C# extension as a standalone extension, we highly recommend using [C# Dev Kit][csdevkitextension].
88

9-
1. Installing [C# Dev Kit](csdevkitextension) will automatically install this extension as a required dependency
9+
1. Installing [C# Dev Kit][csdevkitextension] will automatically install this extension as a required dependency
1010
2. Open a folder/workspace that contains a C# project (.csproj) and a C# solution (.sln) and the extension will activate.
1111

1212
Note: If working on a solution that requires versions prior to .NET 6, install a Full Framework runtime and MSBuild tooling.

0 commit comments

Comments
 (0)