Skip to content

Commit 506688b

Browse files
Update readme for 1.15
1 parent feb634f commit 506688b

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ The C# extension is powered by [OmniSharp](https://github.com/OmniSharp/omnishar
2020
* [Documentation](https://code.visualstudio.com/docs/languages/csharp)
2121
* [Video Tutorial compiling with .NET Core](https://channel9.msdn.com/Blogs/dotnet/Get-started-VSCode-Csharp-NET-Core-Windows)
2222

23-
### What's New in 1.14.0
24-
25-
* Support for C# 7.2
26-
* Debugger support for extracting source files embedded in PDBs
27-
* Preliminary support for Linux ARM debugging
28-
* Improved Symbol/Documentation text display
29-
* Addressed problems with projects not being refreshed by OmniSharp after a package restore
30-
* Added option to disable warning about project.json deprecation
23+
### What's New in 1.15.0
24+
25+
* Debugger support for Source Link and Symbol Servers
26+
* Added support for downloading and launching prerelease versions of the OmniSharp server
27+
* Improved the status bar display for OmniSharp Server and selected project information
28+
* Added CodeLens for running and debugging all tests in a test class
29+
* Performance improvements when OmniSharp scans for projects
30+
* Improvements for projects containing XAML files
3131
* Many other bug fixes!
3232

33-
See our [change log](https://github.com/OmniSharp/omnisharp-vscode/blob/v1.14.0/CHANGELOG.md) for all of the updates.
33+
See our [change log](https://github.com/OmniSharp/omnisharp-vscode/blob/v1.15.0/CHANGELOG.md) for more detail.
3434

3535
### Supported Operating Systems for Debugging
3636

@@ -47,16 +47,18 @@ See our [change log](https://github.com/OmniSharp/omnisharp-vscode/blob/v1.14.0/
4747
This list is currently the same as the x64 .NET Core 2.0 operating systems (see [.NET Core list](https://github.com/dotnet/core/blob/master/roadmap.md#net-core-20---supported-os-versions)). Note that other Linux distributions will likely work as well as long as they include glibc, OpenSSL 1.0, and libunwind.
4848

4949
### Found a Bug?
50+
5051
Please file any issues at https://github.com/OmniSharp/omnisharp-vscode/issues.
5152

5253
### Debugging
54+
5355
The C# extension now supports basic debugging capabilities! See http://aka.ms/vscclrdebugger for details.
5456

5557
### Development
5658

5759
First install:
58-
* Node.js (newer than 4.3.1)
59-
* Npm (newer 2.14.12)
60+
* Node.js (8.11.1 or later)
61+
* Npm (5.6.0 or later)
6062

6163
To **run and develop** do the following:
6264

0 commit comments

Comments
 (0)