Skip to content

Instantly share code, notes, and snippets.

@NicHub
Last active October 4, 2025 05:24
Show Gist options
  • Select an option

  • Save NicHub/7d7bdc74c8daf38d81894be80d088c6d to your computer and use it in GitHub Desktop.

Select an option

Save NicHub/7d7bdc74c8daf38d81894be80d088c6d to your computer and use it in GitHub Desktop.
VScode copilot font size

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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment