From 8fb0974ee94b036749f52d850d885705e146ed3e Mon Sep 17 00:00:00 2001 From: Dustin Campbell Date: Fri, 11 Nov 2016 12:31:23 -0800 Subject: [PATCH] Remove unnecessary line item from debugger text in readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 97a55b0..fe5df68 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,6 @@ The C# extension is powered by [OmniSharp](https://github.com/OmniSharp/omnishar #### Debugger -* Preliminary support for .NET Core CLI Preview 4. * Remote debugging is now supported for attach by using the `pipeTransport` launch.json option. * Reolved issue with setting breakpoints when there are multple files with the same name (e.g. two 'Program.cs' files).