From 48f511e84b9cc098ec8d8ec3babc3373b99432be Mon Sep 17 00:00:00 2001 From: Dmitry Goncharenko Date: Sun, 23 Sep 2018 08:08:34 -0700 Subject: [PATCH] CHANGELOG note for omnisharp.minFindSymbolsFilterLength and omnisharp.maxFindSymbolsItems --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 555e57dfc..a68ba6e56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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))