add SelectionRange and SelectionRangeKind, #63935

This commit is contained in:
Johannes Rieken
2018-12-17 15:10:00 +01:00
parent f5f4ad9d65
commit 514ec620de
17 changed files with 146 additions and 54 deletions

View File

@@ -784,6 +784,8 @@ export function createApiFactory(
Range: extHostTypes.Range,
RelativePattern: extHostTypes.RelativePattern,
Selection: extHostTypes.Selection,
SelectionRange: extHostTypes.SelectionRange,
SelectionRangeKind: extHostTypes.SelectionRangeKind,
ShellExecution: extHostTypes.ShellExecution,
ShellQuoting: extHostTypes.ShellQuoting,
SignatureHelpTriggerKind: extHostTypes.SignatureHelpTriggerKind,