mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
don't push code without tests... #8093
This commit is contained in:
@@ -80,6 +80,7 @@ export class ExtHostAPIImplementation {
|
||||
TextEditorRevealType: typeof vscode.TextEditorRevealType;
|
||||
EndOfLine: typeof vscode.EndOfLine;
|
||||
TextEditorCursorStyle: typeof vscode.TextEditorCursorStyle;
|
||||
TextEditorSelectionChangeKind: typeof vscode.TextEditorSelectionChangeKind;
|
||||
commands: typeof vscode.commands;
|
||||
window: typeof vscode.window;
|
||||
workspace: typeof vscode.workspace;
|
||||
@@ -159,6 +160,7 @@ export class ExtHostAPIImplementation {
|
||||
this.TextEditorRevealType = extHostTypes.TextEditorRevealType;
|
||||
this.EndOfLine = extHostTypes.EndOfLine;
|
||||
this.TextEditorCursorStyle = EditorCommon.TextEditorCursorStyle;
|
||||
this.TextEditorSelectionChangeKind = extHostTypes.TextEditorSelectionChangeKind;
|
||||
|
||||
// env namespace
|
||||
let telemetryInfo: ITelemetryInfo;
|
||||
|
||||
Reference in New Issue
Block a user