registerDiffInformationCommand instead of computeDiff

This commit is contained in:
Joao Moreno
2017-03-24 15:22:28 +01:00
parent 79a7e30685
commit acb29bf425
9 changed files with 89 additions and 52 deletions

View File

@@ -322,6 +322,8 @@ export class ExtHostTextEditor implements vscode.TextEditor {
private _viewColumn: vscode.ViewColumn;
private _disposed: boolean = false;
get id(): string { return this._id; }
constructor(proxy: MainThreadEditorsShape, id: string, document: ExtHostDocumentData, selections: Selection[], options: IResolvedTextEditorConfiguration, viewColumn: vscode.ViewColumn) {
this._proxy = proxy;
this._id = id;