mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
add TextDocumentWillSaveEvent#reason, #239
This commit is contained in:
@@ -84,6 +84,7 @@ export class ExtHostAPIImplementation {
|
||||
OverviewRulerLane: typeof vscode.OverviewRulerLane;
|
||||
TextEditorRevealType: typeof vscode.TextEditorRevealType;
|
||||
EndOfLine: typeof vscode.EndOfLine;
|
||||
TextDocumentSaveReason: typeof vscode.TextDocumentSaveReason;
|
||||
TextEditorCursorStyle: typeof vscode.TextEditorCursorStyle;
|
||||
TextEditorSelectionChangeKind: typeof vscode.TextEditorSelectionChangeKind;
|
||||
commands: typeof vscode.commands;
|
||||
@@ -169,6 +170,7 @@ export class ExtHostAPIImplementation {
|
||||
this.EndOfLine = extHostTypes.EndOfLine;
|
||||
this.TextEditorCursorStyle = EditorCommon.TextEditorCursorStyle;
|
||||
this.TextEditorSelectionChangeKind = extHostTypes.TextEditorSelectionChangeKind;
|
||||
this.TextDocumentSaveReason = extHostTypes.TextDocumentSaveReason;
|
||||
|
||||
// env namespace
|
||||
let telemetryInfo: ITelemetryInfo;
|
||||
|
||||
Reference in New Issue
Block a user