Skip to content

Commit 1445b6e

Browse files
Add what's new from debugger
1 parent 5f40a2a commit 1445b6e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,18 @@ Welcome to the C# extension for Visual Studio Code! This preview provides the fo
99
* Lightweight development tools for [.NET Core](https://dotnet.github.io).
1010
* Great C# editing support, including Syntax Highlighting, IntelliSense, Go to Definition, Find All References, etc.
1111
* Debugging support for .NET Core (CoreCLR). NOTE: Mono and Desktop CLR debugging is not supported.
12-
* Support for project.json projects on Windows, OS X and Linux, and csproj projects on Windows.
12+
* Support for project.json projects on Windows, macOS and Linux, and csproj projects on Windows.
1313

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

1616
### What's New in 1.3
1717

1818
* Support for Unity and Mono development on macOS and Linux has been restored! This release brings back support for the Mono version of OmniSharp, which is used to provide *much* better support for .csproj/.sln projects. Please note that Mono version 4.0.1 or newer is required.
1919
* Generation of tasks.json and launch.json files can now properly handle nested projects. [#170](https://github.com/OmniSharp/omnisharp-vscode/issues/170)
20+
* New UI that makes it easy to select a process ID when attaching the debugger to another process. Note: If you have an existing launch.json file, you can re-generate it by deleting the file, closing your workspace in Visual Studio Code and opening it again. Or, you can open the launch.json file and change the `processId` value to `"${command.pickProcess}"`.
21+
* Support for debugging in .cshtml files. To enable this, add a `sourceFileMap` entry to your launch.json with the following content: `"sourceFileMap": { "/Views": "${workspaceRoot}/Views" }`
22+
* Support for conditional breakpoints
23+
* New configuration option to enable [stepping into properties and operators](https://github.com/OmniSharp/omnisharp-vscode/blob/release/debugger.md#stepping-into-properties-and-operators).
2024
* Duplicate warnings and errors should no longer accumulate in Unity projects [#447](https://github.com/OmniSharp/omnisharp-vscode/issues/447)
2125

2226
### Supported Operating Systems

0 commit comments

Comments
 (0)