Skip to content

Releases: dotnet/vscode-csharp

v1.16.2

04 Oct 20:44
8d240c8

Choose a tag to compare

v1.16.2

  • Update extension to handle upcoming breaking change to launch.json configurations in VS Code 1.28.
  • Fixed launch.json envFile option on Windows
  • Fixed a bug where OmniSharp flame was red inspite of OmniSharp loading the projects without any errors.
  • Fixed a problem with tracking virtual documents from other providers

v1.17.0-beta3

02 Oct 17:56
2c61e86

Choose a tag to compare

v1.17.0-beta3 Pre-release
Pre-release
Merge pull request #2570 from OmniSharp/rchande-patch-5

beta3

v1.17.0-beta2

20 Sep 21:52
e40b6bd

Choose a tag to compare

v1.17.0-beta2 Pre-release
Pre-release
  • Fixed missing package dependency

v1.17.0-beta1

20 Sep 18:08
f323ac0

Choose a tag to compare

v1.17.0-beta1 Pre-release
Pre-release
  • Added a command - "CSharp: Start authoring a new issue on GitHub" to enable the users to file issues on GitHub from within the extension with helpful config information from their system. (PR: #2503)

  • Fixed a bug where OmniSharp flame was red in spite of OmniSharp loading the projects without any errors.(PR: #2450)

v1.16.1

12 Sep 17:00
d205271

Choose a tag to compare

Merge pull request #2518 from OmniSharp/rchande-patch-4

1.16.1-beta1 -> 1.16.1

v1.16.1-beta1

12 Sep 15:46
cecafae

Choose a tag to compare

v1.16.1-beta1 Pre-release
Pre-release
Merge pull request #2517 from rchande/16.1-beta1

16.1-beta1

v1.16.0

07 Sep 18:28
88c42a4

Choose a tag to compare

What's New in 1.16

Project System

  • Separated the existing "Restore Packages" option in the Command Palette into two distinct functions:

    • "Restore Project" - Displays a drop-down that shows all the available projects in the solution or in the workspace. Selecting one of them would trigger a dotnet restore for the particular project.
    • "Restore All Projects" - Triggers a dotnet restore for all projects in the current solution or workspace.
  • Modified the "Unresolved dependencies" prompt to restore the all the projects in the currently selected solution or workspace. (PR: #2323)

  • Added support to configure the default *.sln file loaded when opening a project with multiple *.sln files in the root. (Contributed by @janaka) (PR: #2053)

  • Added support for tracking opening, closing and changing of virtual documents that don't exist on disk. (PR: #2436) (Contributed by @NTaylorMullen)

  • Enabled IDE features for .cs files that are not part of a project. (PR: #2471, omnisharp-roslyn#1252)

Misc

  • Added a prompt to "Restart OmniSharp" when there is a change in omnisharp "path", "useGlobalMono" or "waitForDebugger" settings.(PR: #2316)

Editor

  • Improved diagnostics by refreshing them when the active editor changes or the current window is focused. (PR: #2317) (Contributed by @SirIntruder)

  • Improved completions by adding the preselect property so the best match is preselected. (PR: #2388)

Testing

  • Added test execution output to the output of the Run/Debug Test CodeLens. (PR: #2337, #2343, omnisharp-roslyn#1203)
  • Fixed a bug where a debug session could not be started and duplicate logs were displayed after a previous one failed due to build failure. (PR: #2405, omnisharp-roslyn#1239)

Options

  • Added monoPath option to use the mono installation at the specified path when the useGlobalMono is set to "always" or "auto". (PR: #2425) (Contributed by @shana)

Debugger

  • Added support for launching with environment variables stored in a seperate file from launch.json via a new envFile option. (PR: #2462, #1944) (Contributed by @SebastianPfliegel)
  • Fixed editting breakpoint conditions while debugging with recent versions of VS Code. (#2428)
  • Added support for hit count breakpoint conditions. (#895)
  • Support the applicationUrl property in launchSettings.json. (#2296)
  • Improve the error message when attaching to privileged processes on Linux and macOS. (#477)

v1.16-beta4

30 Aug 22:37

Choose a tag to compare

v1.16-beta4 Pre-release
Pre-release

Debugger

  • Fixed editting breakpoint conditions while debugging with recent versions of VS Code. (#2428)
  • Added support for hit count breakpoint conditions. (#895)
  • Support the applicationUrl property in launchSettings.json. (#2296)
  • Improve the error message when attaching to privileged processes on Linux and macOS. (#477)

v1.16-beta3

28 Aug 21:55
8817d8c

Choose a tag to compare

v1.16-beta3 Pre-release
Pre-release
  • Enabled IDE features for .cs files that are not part of a project. (PR: #2471, omnisharp-roslyn#1252)
  • Improved completions by adding the preselect property so the best match is preselected. (PR: #2388)

v1.16-beta2

15 Aug 20:57
6ba335a

Choose a tag to compare

v1.16-beta2 Pre-release
Pre-release
  • Corrected issues with corrupted OmniSharp downloads