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
Copy file name to clipboardExpand all lines: README.md
+8-13Lines changed: 8 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ Welcome to the C# extension for Visual Studio Code! This preview provides the fo
13
13
14
14
The C# extension is powered by [OmniSharp](https://github.com/OmniSharp/omnisharp-roslyn).
15
15
16
-
### **Important!** Breaking Changes as of 1.0.10
16
+
### **Important!** Breaking Changes as of 1.2
17
17
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.
19
19
***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).
20
20
21
21
### Found a Bug?
@@ -24,17 +24,12 @@ Please file any issues at https://github.com/OmniSharp/omnisharp-vscode/issues.
24
24
### Debugging
25
25
The C# extension now supports basic debugging capabilities! See http://aka.ms/vscclrdebugger for details.
26
26
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)
0 commit comments