mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
add SnippetTextEdit, allow drop-handler to return them
This commit is contained in:
@@ -1243,6 +1243,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
SignatureHelpTriggerKind: extHostTypes.SignatureHelpTriggerKind,
|
||||
SignatureInformation: extHostTypes.SignatureInformation,
|
||||
SnippetString: extHostTypes.SnippetString,
|
||||
SnippetTextEdit: extHostTypes.SnippetTextEdit,
|
||||
SourceBreakpoint: extHostTypes.SourceBreakpoint,
|
||||
StandardTokenType: extHostTypes.StandardTokenType,
|
||||
StatusBarAlignment: extHostTypes.StatusBarAlignment,
|
||||
|
||||
Reference in New Issue
Block a user