Skip to content

Commit 98b7ad1

Browse files
committed
Readme updates
1 parent fd79ea3 commit 98b7ad1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## C# for Visual Studio Code (powered by OmniSharp)
1+
## C# for Visual Studio Code
2+
3+
C# is the feature-rich, language support for C# in VS Code. This extension is being updated to be powered by a new fully open-source Language Server Protocol (LSP) Host. To use the LSP-powered version, click on the “Switch to Pre-Release Version” or “Install Pre-Release” button or above. To use the OmniSharp-powered version, click “Install Release Version” or continuing using the 1.x version you already have installed.
24

35
Welcome to the C# extension for Visual Studio Code! This extension provides the following features inside VS Code:
46

images/csharpIcon.png

6.51 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "csharp",
33
"publisher": "ms-dotnettools",
44
"version": "1.25.8",
5-
"description": "C# for Visual Studio Code (powered by OmniSharp).",
5+
"description": "Base language support for C#",
66
"displayName": "C#",
77
"author": "Microsoft Corporation",
88
"license": "SEE LICENSE IN RuntimeLicenses/license.txt",

0 commit comments

Comments
 (0)