Skip to content

Commit

Permalink
Fixes #770: Remove "non-empty string" comment for workspace/symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaeumer committed Sep 20, 2019
1 parent 094419c commit c630d13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion specification.md
Expand Up @@ -2367,7 +2367,8 @@ _Request_:
*/
interface WorkspaceSymbolParams extends WorkDoneProgressParams, PartialResultParams {
/**
* A non-empty query string
* A query string to filter symbols by. Clients may send an empty
* string here to request all symbols.
*/
query: string;
}
Expand Down Expand Up @@ -5425,6 +5426,7 @@ Language servers usually run in a separate process and client communicate with t
* Add `version` on `PublishDiagnosticParams`
* Add `CodeAction#isPreferred` support.
* Add `CompletionItem#tag` support.
* Clarified `WorkspaceSymbolParams#query` parameter.


#### <a href="#version_3_14_0" name="version_3_14_0" class="anchor">3.14.0 (12/13/2018)</a>
Expand Down

0 comments on commit c630d13

Please sign in to comment.