Skip to content

Commit 72175f1

Browse files
Update README.md for 1.2.0 (#499)
1 parent 1b4ba1d commit 72175f1

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

README.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Welcome to the C# extension for Visual Studio Code! This preview provides the fo
1313

1414
The C# extension is powered by [OmniSharp](https://github.com/OmniSharp/omnisharp-roslyn).
1515

16-
### **Important!** Breaking Changes as of 1.0.10
16+
### **Important!** Breaking Changes as of 1.2
1717

18-
* The C# extension now only supports [.NET Core RC2](https://blogs.msdn.microsoft.com/dotnet/2016/05/16/announcing-net-core-rc2/). It no longer supports .NET Core RC1 or ASP .NET 5 RC1.
18+
* The C# extension now only supports .NET Core 1.0. Please upgrade any RC1 or RC2 projects to the 1.0.0 release build.
1919
* **Support for .csproj projects is partially functional on OS X and Linux.** This will impact anyone doing .csproj development on OS X or Linux (e.g. Unity, Xamarin, etc.). We are working to address this in the near future. However, for now, you can use the [Legacy C# Support extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.omnisharp).
2020

2121
### Found a Bug?
@@ -24,17 +24,12 @@ Please file any issues at https://github.com/OmniSharp/omnisharp-vscode/issues.
2424
### Debugging
2525
The C# extension now supports basic debugging capabilities! See http://aka.ms/vscclrdebugger for details.
2626

27-
### What's new in C# extension version 1.1
28-
29-
* Preliminary support for `dotnet test`
30-
* Fix for OmniSharp installation problems on networks with an http proxy
31-
* Debugger support for an external console
32-
* Debugger support for environment variables
33-
* Support for debugging .NET Core 1.0.0 post RC2 builds
34-
* Automatic web vs. console debugger configuration detection
35-
* Detach support
36-
* Fix expression evaluation errors when referencing assemblies which aren't currently loaded
37-
* Fix expression evaluation on Windows 7
27+
### What's new in C# extension version 1.2
28+
29+
* Adds debugger support for new Linux versions: Ubuntu 16.04, Fedora 23, openSUSE 13.2, and Oracle Linux 7.1
30+
* Enhanced debug console output: module loads are now output, and there are launch.json options for controlling what is output
31+
* Source file checksum support for breakpoints. This ensures that the debugger only sets breakpoints in code that exactly matches the open document.
32+
* Support for editing the value of variables in the watch and locals window (requires VS Code 1.3)
3833

3934
### Development
4035

0 commit comments

Comments
 (0)