This trick is no longer useful. Now simply use these settings:
chat.fontFamily
chat.fontSize
chat.editor.fontSize
Still they don’t work on the prompt, only on the replies.
https://github.com/orgs/community/discussions/55469#discussioncomment-14385326
code "/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.css"- Paste this at the end
- Save as sudo
- Restart VSCode
- Dismiss corruption warning
- Must be redone after VSCode update
/* Increase font size in the Copilot Chat panel */
div#workbench\.panel\.chat,
div#workbench\.panel\.chat * {
font-size: 16px !important;
}