Improve naming and doc comments

This commit is contained in:
Alex Dima
2017-05-30 09:49:31 +02:00
parent e5421e3fe6
commit 081fbf2231
5 changed files with 46 additions and 10 deletions

View File

@@ -529,7 +529,7 @@ export function createApiFactory(
TextEditorLineNumbersStyle: extHostTypes.TextEditorLineNumbersStyle,
TextEditorRevealType: extHostTypes.TextEditorRevealType,
TextEditorSelectionChangeKind: extHostTypes.TextEditorSelectionChangeKind,
TrackedRangeStickiness: EditorCommon.TrackedRangeStickiness,
DecorationRangeBehaviour: extHostTypes.DecorationRangeBehaviour,
Uri: URI,
ViewColumn: extHostTypes.ViewColumn,
WorkspaceEdit: extHostTypes.WorkspaceEdit,