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 ec0cb2f commit cd5050aCopy full SHA for cd5050a
src/vs/workbench/contrib/chat/browser/chatWidget.ts
@@ -624,6 +624,8 @@ export class ChatWidget extends Disposable implements IChatWidget {
624
this.container.style.setProperty('--vscode-chat-font-size-title-s', `${Math.round(fontSize * (14 / 13))}px`);
625
this.container.style.setProperty('--vscode-chat-font-size-title-m', `${Math.round(fontSize * (16 / 13))}px`);
626
this.container.style.setProperty('--vscode-chat-font-size-title-l', `${Math.round(fontSize * (20 / 13))}px`);
627
+
628
+ this.tree.rerender();
629
}));
630
631
this._register(this.editorOptions.onDidChange(() => this.onDidStyleChange()));
0 commit comments