We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e2a85 commit d38052bCopy full SHA for d38052b
src/vs/workbench/services/editor/common/customEditorLabelService.ts
@@ -40,7 +40,7 @@ export class CustomEditorLabelService extends Disposable implements ICustomEdito
40
private patterns: ICustomEditorLabelPattern[] = [];
41
private enabled = true;
42
43
- private cache = new MRUCache<URI, string>(3);
+ private cache = new MRUCache<URI, string>(1000);
44
45
constructor(
46
@IConfigurationService private readonly configurationService: IConfigurationService,
0 commit comments