Releases: dotnet/vscode-csharp
v1.16.2
v1.16.2
- Update extension to handle upcoming breaking change to launch.json configurations in VS Code 1.28.
- Fixed launch.json
envFileoption 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
Merge pull request #2570 from OmniSharp/rchande-patch-5 beta3
v1.17.0-beta2
- Fixed missing package dependency
v1.17.0-beta1
-
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
v1.16.1-beta1
Merge pull request #2517 from rchande/16.1-beta1 16.1-beta1
v1.16.0
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
monoPathoption to use the mono installation at the specified path when theuseGlobalMonois 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
envFileoption. (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
applicationUrlproperty in launchSettings.json. (#2296) - Improve the error message when attaching to privileged processes on Linux and macOS. (#477)
v1.16-beta4
Debugger
- Fixed editting breakpoint conditions while debugging with recent versions of VS Code. (#2428)
- Added support for hit count breakpoint conditions. (#895)
- Support the
applicationUrlproperty in launchSettings.json. (#2296) - Improve the error message when attaching to privileged processes on Linux and macOS. (#477)
v1.16-beta3
v1.16-beta2
- Corrected issues with corrupted OmniSharp downloads