mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
remove getId() (for #38414)
This commit is contained in:
@@ -22,10 +22,6 @@ export class NodeCachedDataManager implements IWorkbenchContribution {
|
||||
this._handleCachedDataInfo();
|
||||
}
|
||||
|
||||
public getId(): string {
|
||||
return 'vs.cache.nodeCachedDataManager';
|
||||
}
|
||||
|
||||
private _handleCachedDataInfo(): void {
|
||||
|
||||
let didRejectCachedData = false;
|
||||
|
||||
Reference in New Issue
Block a user