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
-17Lines changed: 0 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,23 +29,6 @@ The C# extension is powered by [OmniSharp](https://github.com/OmniSharp/omnishar
29
29
* Added omnisharp.minFindSymbolsFilterLength setting to configure the number of characters a user must type in for "Go to Symbol in Workspace" command to return any results
30
30
* 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
31
31
32
-
### What's New in 1.16.2
33
-
* Update extension to handle upcoming breaking change to launch.json configurations in VS Code 1.28.
34
-
* Fixed launch.json `envFile` option on Windows
35
-
* Fixed a bug where OmniSharp flame was red inspite of OmniSharp loading the projects without any errors.
36
-
* Fixed a problem with tracking virtual documents from other providers
37
-
38
-
### What's New in 1.16.0
39
-
40
-
* Debugger support for launching with environment variables stored in a separate file from launch.json via a new `envFile` option.
41
-
* Debugger support for hit count breakpoint conditions.
42
-
* Enabled IDE features for .cs files that are not part of a project.
43
-
* Modified the "Unresolved dependencies" prompt to restore the all the projects in the currently selected solution or workspace.
44
-
* Added support to configure the default *.sln file loaded when opening a project with multiple *.sln files in the root.
45
-
* Added verbosity to the test execution output when running test using codelens.
46
-
* Added `monoPath` option to use the mono installation at the specified path when the `useGlobalMono` is set to "always" or "auto".
47
-
* Many other bug fixes!
48
-
49
32
See our [change log](https://github.com/OmniSharp/omnisharp-vscode/blob/v1.17.0/CHANGELOG.md) for more detail.
0 commit comments