diff --git a/src/vs/vscode.d.ts b/src/vs/vscode.d.ts index b5a11afc39e9ba767de7c6b245917bdadc270869..a00d67ec56b84dd07cb392d24cba6cff58cfe8ca 100644 --- a/src/vs/vscode.d.ts +++ b/src/vs/vscode.d.ts @@ -2681,7 +2681,7 @@ declare module 'vscode' { * [location](#SymbolInformation.location)-objects, without a `range` defined. The editor will then call * `resolveWorkspaceSymbol` for selected symbols only, e.g. when opening a workspace symbol. * - * @param query A non-empty query string. + * @param query A query string, can be the empty string in which case all symbols should be returned. * @param token A cancellation token. * @return An array of document highlights or a thenable that resolves to such. The lack of a result can be * signaled by returning `undefined`, `null`, or an empty array.