Changing Chat Panel Font Size / Line Height easily

I figured it out!

Steps:

  1. Install the APC Customize UI extension (Apc Customize UI++ - Visual Studio Marketplace)
  2. In your editor settings, add this:
"apc.stylesheet": {
  ".anysphere-markdown-container-root": "font-size: 16px; line-height: 1.4;"
}

Change the font size to whatever you want.

5 Likes