mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
update proposed API to DocumentSymbol-type, #34968
This commit is contained in:
@@ -692,12 +692,7 @@ export function createApiFactory(
|
||||
SourceBreakpoint: extHostTypes.SourceBreakpoint,
|
||||
StatusBarAlignment: extHostTypes.StatusBarAlignment,
|
||||
SymbolInformation: extHostTypes.SymbolInformation,
|
||||
SymbolInformation2: class extends extHostTypes.SymbolInformation2 {
|
||||
constructor(name, kind, containerName, location) {
|
||||
checkProposedApiEnabled(extension);
|
||||
super(name, kind, containerName, location);
|
||||
}
|
||||
},
|
||||
DocumentSymbol: extHostTypes.DocumentSymbol,
|
||||
SymbolKind: extHostTypes.SymbolKind,
|
||||
SourceControlInputBoxValidationType: extHostTypes.SourceControlInputBoxValidationType,
|
||||
TextDocumentSaveReason: extHostTypes.TextDocumentSaveReason,
|
||||
|
||||
Reference in New Issue
Block a user