mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
update proposed API to DocumentSymbol-type, #34968
This commit is contained in:
@@ -403,7 +403,7 @@ export class ExtHostApiCommands {
|
||||
});
|
||||
}
|
||||
|
||||
private _executeDocumentSymbolProvider(resource: URI): Thenable<vscode.SymbolInformation2[]> {
|
||||
private _executeDocumentSymbolProvider(resource: URI): Thenable<vscode.DocumentSymbol[]> {
|
||||
const args = {
|
||||
resource
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user