mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
getId() => getTypeId() for (#6324)
This commit is contained in:
@@ -48,7 +48,7 @@ export class UntitledEditorInput extends AbstractUntitledEditorInput {
|
||||
this.modeId = modeId;
|
||||
}
|
||||
|
||||
public getId(): string {
|
||||
public getTypeId(): string {
|
||||
return UntitledEditorInput.ID;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user