Remove unnecessary line item from debugger text in readme

This commit is contained in:
Dustin Campbell 2016-11-11 12:31:23 -08:00
Родитель 453651aa2d
Коммит 8fb0974ee9
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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).