Skip to content

Commit

Permalink
Make WorkspaceReferencesParams.query partial (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker authored and slimsag committed Jan 8, 2017
1 parent 52d10ae commit 2686c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension-workspace-references.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ interface WorkspaceReferencesParams {
/**
* Metadata about the symbol that is being searched for.
*/
query: SymbolDescriptor;
query: Partial<SymbolDescriptor>;

/**
* An optional list of files to restrict the search to.
Expand Down

0 comments on commit 2686c4b

Please sign in to comment.