mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
@@ -44,7 +44,8 @@ class TypeScriptWorkspaceSymbolProvider implements vscode.WorkspaceSymbolProvide
|
||||
|
||||
const args: Proto.NavtoRequestArgs = {
|
||||
file: filepath,
|
||||
searchValue: search
|
||||
searchValue: search,
|
||||
maxResultCount: 256,
|
||||
};
|
||||
|
||||
const response = await this.client.execute('navto', args, token);
|
||||
|
||||
Reference in New Issue
Block a user