diff --git a/src/vs/editor/contrib/documentSymbols/outlineTree.ts b/src/vs/editor/contrib/documentSymbols/outlineTree.ts index c0cc4b1eaef..1fcde9e1b00 100644 --- a/src/vs/editor/contrib/documentSymbols/outlineTree.ts +++ b/src/vs/editor/contrib/documentSymbols/outlineTree.ts @@ -226,7 +226,7 @@ export class OutlineFilter implements ITreeFilter { private readonly _prefix: string, @IConfigurationService private readonly _configService: IConfigurationService, ) { - + this.update(); } update() {