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