From 0607e931f1da2a30f19edaf025273d82eb68f6ba Mon Sep 17 00:00:00 2001 From: Michael Szul Date: Thu, 15 Feb 2018 20:32:33 -0500 Subject: [PATCH 1/2] Updated to reflect limited Desktop CLR support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca48e4eefb..f222d8613d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Welcome to the C# extension for Visual Studio Code! This preview provides the fo * Lightweight development tools for [.NET Core](https://dotnet.github.io). * Great C# editing support, including Syntax Highlighting, IntelliSense, Go to Definition, Find All References, etc. -* Debugging support for .NET Core (CoreCLR). NOTE: Mono and Desktop CLR debugging is not supported. +* Debugging support for .NET Core (CoreCLR). NOTE: Mono debugging is not support. Desktop CLR debugging has [limited support](https://github.com/OmniSharp/omnisharp-vscode/wiki/Desktop-.NET-Framework). * Support for project.json and csproj projects on Windows, macOS and Linux. The C# extension is powered by [OmniSharp](https://github.com/OmniSharp/omnisharp-roslyn). From ae27593cbdc0a9ddef578bf7d97360d5ea522974 Mon Sep 17 00:00:00 2001 From: Michael Szul Date: Mon, 26 Feb 2018 21:56:52 -0500 Subject: [PATCH 2/2] Fixed grammatical error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f222d8613d..cea98077b2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Welcome to the C# extension for Visual Studio Code! This preview provides the fo * Lightweight development tools for [.NET Core](https://dotnet.github.io). * Great C# editing support, including Syntax Highlighting, IntelliSense, Go to Definition, Find All References, etc. -* Debugging support for .NET Core (CoreCLR). NOTE: Mono debugging is not support. Desktop CLR debugging has [limited support](https://github.com/OmniSharp/omnisharp-vscode/wiki/Desktop-.NET-Framework). +* Debugging support for .NET Core (CoreCLR). NOTE: Mono debugging is not supported. Desktop CLR debugging has [limited support](https://github.com/OmniSharp/omnisharp-vscode/wiki/Desktop-.NET-Framework). * Support for project.json and csproj projects on Windows, macOS and Linux. The C# extension is powered by [OmniSharp](https://github.com/OmniSharp/omnisharp-roslyn).