mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
getId() => getTypeId() for (#6324)
This commit is contained in:
@@ -63,7 +63,7 @@ export class DiffEditorInput extends BaseDiffEditorInput {
|
||||
return this._toUnbind;
|
||||
}
|
||||
|
||||
public getId(): string {
|
||||
public getTypeId(): string {
|
||||
return DiffEditorInput.ID;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user