From d3cb5eb1d66a6f2dac722dea372cd99820ccd894 Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Mon, 25 Feb 2019 16:44:57 +0100 Subject: [PATCH] align doc with reality, #69372 --- src/vs/vscode.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/vscode.d.ts b/src/vs/vscode.d.ts index b5a11afc39e..a00d67ec56b 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. -- GitLab