Skip to content

Commit

Permalink
Merge pull request #2553 from dmgonch/changelog/minFindSymbolsFilterL…
Browse files Browse the repository at this point in the history
…ength

CHANGELOG note for omnisharp.minFindSymbolsFilterLength and omnisharp…
  • Loading branch information
akshita31 authored Oct 1, 2018
2 parents 6c6c4c9 + 234774b commit 8561934
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

## 1.17.0 (Not yet released)

* 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 (default is 0 to preserve existing behavior). Additionally added omnisharp.maxFindSymbolsItems for configuring maximum number of items returned by "Go to Symbol in Workspace" command. The default is 1000. (PR: [#2487](https://github.com/OmniSharp/omnisharp-vscode/pull/2487))

* 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](https://github.com/OmniSharp/omnisharp-vscode/pull/2503))

* Fixed a bug where OmniSharp flame was red inspite of OmniSharp loading the projects without any errors.(PR: [#2450](https://github.com/OmniSharp/omnisharp-vscode/pull/2540))
Expand Down

0 comments on commit 8561934

Please sign in to comment.