I know this is a setting for copilot’s chat window, but I was hoping it would also allow me to change the size of code snippet’s in Cursor chat view as well.
As things stand, the font size of the snippets in the chat are way too large for my liking, and I cannot change them, which I am able to do using the chat.editor.fontsize setting for copilot view.
Is there an equivalent setting for Cursor chat? If not, can you please reuse the same configuration key or provide an alternative to configure this setting?
I wonder if it ‘rewrites’ VS Code CSS and could therefore ‘break’ things.
Or if it just ‘overrides’ VS Code CSS (like an !important statement) so it is relatively safe, as you can just uninstall the extension and the ‘overrides’ will be removed.
Yes, that’s right. Nothing will break. The extension just applies CSS overrides. After removing the extension, the overrides will be removed and nothing will happen to the original CSS.