Skip to content

Commit 92dc371

Browse files
committed
Update README
1 parent 6890051 commit 92dc371

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# free-omnisharp-vscode
2-
VS Code's C# extension but without the debugger.
2+
3+
VS Code's C# extension without the debugger.
34

45
## Why?
6+
57
The debugger included in the official C# extension is [proprietary](https://aka.ms/VSCode-DotNet-DbgLicense) and is licensed to only work with Microsoft versions of vscode.
68

79
## Note about using .NET Core 3.1.401 or .NET 5 Preview 8 SDKs on Mono platforms

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": "muhammad-sammy",
44
"version": "1.23.2",
5-
"description": "C# for Visual Studio Code (powered by OmniSharp).",
5+
"description": "C# support for vscode-compatible editors (powered by OmniSharp).",
66
"displayName": "C#",
77
"author": "Microsoft Corporation",
88
"license": "SEE LICENSE IN RuntimeLicenses/license.txt",

0 commit comments

Comments
 (0)