mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
type converters, use namespace for Selection
This commit is contained in:
@@ -95,7 +95,7 @@ export class ExtHostDocumentsAndEditors implements ExtHostDocumentsAndEditorsSha
|
||||
this._mainContext.getProxy(MainContext.MainThreadTextEditors),
|
||||
data.id,
|
||||
documentData,
|
||||
data.selections.map(typeConverters.toSelection),
|
||||
data.selections.map(typeConverters.Selection.to),
|
||||
data.options,
|
||||
data.visibleRanges.map(typeConverters.toRange),
|
||||
typeConverters.toViewColumn(data.editorPosition)
|
||||
|
||||
Reference in New Issue
Block a user