You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Video Tutorial compiling with .NET Core](https://channel9.msdn.com/Blogs/dotnet/Get-started-VSCode-Csharp-NET-Core-Windows)
22
22
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
31
31
* Many other bug fixes!
32
32
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.
34
34
35
35
### Supported Operating Systems for Debugging
36
36
@@ -47,16 +47,18 @@ See our [change log](https://github.com/OmniSharp/omnisharp-vscode/blob/v1.14.0/
47
47
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.
48
48
49
49
### Found a Bug?
50
+
50
51
Please file any issues at https://github.com/OmniSharp/omnisharp-vscode/issues.
51
52
52
53
### Debugging
54
+
53
55
The C# extension now supports basic debugging capabilities! See http://aka.ms/vscclrdebugger for details.
0 commit comments