We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 502fb0f commit f3ffcf3Copy full SHA for f3ffcf3
1 file changed
src/vs/base/parts/tree/browser/treeModel.ts
@@ -864,7 +864,7 @@ export class TreeModel {
864
private context: _.ITreeContext;
865
private lock!: Lock;
866
private input: Item | null;
867
- private registry!: ItemRegistry;
+ private registry: ItemRegistry = new ItemRegistry();
868
private registryDisposable!: IDisposable;
869
private traitsToItems: ITraitMap;
870
0 commit comments