remove getId() (for #38414)

This commit is contained in:
Benjamin Pasero
2017-11-21 08:09:07 +01:00
parent 8333939667
commit 66f4c0ea61
30 changed files with 1 additions and 138 deletions

View File

@@ -22,10 +22,6 @@ export class NodeCachedDataManager implements IWorkbenchContribution {
this._handleCachedDataInfo();
}
public getId(): string {
return 'vs.cache.nodeCachedDataManager';
}
private _handleCachedDataInfo(): void {
let didRejectCachedData = false;