mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
✨ registerDiffInformationCommand instead of computeDiff
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user