VSCode still doesn’t have an easy way to change the font size and line height of side bar text. All current solutions to achieve this are hacky and either require loading in a custom CSS file that modifies the sidebar styling or updating the zoom level globally and then modifying the editor/terminal/etc panels’ font sizes so it looks right.
This is mostly not an issue in VSCode because the sidebar panel extensions in VSCode are not that important to the editor experience, but on Cursor, the chat panel is a core feature!
Would love if you guys added a few settings that control only the chat panel’s font size and line height for better readability
+1 for the feature. It is almost impossible to read chat output on 13 inch screen. Generally, we’ve many windows open and the font size is just un-readable. I copy paste the entire chat in a new buffer to read it.
@truell20 It’s much smaller than my editor font, very hard to read on 13 inch screen
I’ve currently zoomed in the entire editor ( changed window.zoomLevel from 0 to 0.3) and then reduced my editor and terminal font size to compensate, but this has the unfortunate side effect of making everything bigger (icons, tab sizes, etc) so I’m left with less room on the screen as a result
Would really appreciate it if I could just adjust only the chat panel’s font size and line height, thank you!
A workaround is to use ctrl/cmd + “+” to increase font size. This will increase font size in both the editor and chat, after that you can decrease the font size of the editor in settings → Editor: Font size
HOW HASN’T THIS SHIPPED YET??? I’ve been subscribed for close to a year now (almost as long as this post has existed basically) and I’m still getting wildly mistmatched font sizes between my editor and Cursor. I can configure fifteen fucking thousand beta features in the settings but not font size? Devs going from shipping for the customer to shipping for a16z VCs.
Any update? I’m using the nix package version of Cursor, which doesn’t seem to be compatible with the Apc extension. To clarify, the sidebar text is smaller than the main text, and changing ‘Chat > Editor: Font size’ has absolutely no effect on either the output text or the codeblocks. This only became an issue for me after I switched to linux, probably because of how it handles HiDPI monitors and fractional scaling. I have 150% global scaling, and my guess is that the global scaling is not being applied properly. But I shouldn’t have to fiddle with my system display settings anyway. There are a million other settings I can tweak, why not sidebar font?
My current workaround is using global zoom, which is mostly fine. It scales up all the UI elements but I don’t mind the jumbo look. It’s just annoying to have such a hacky workaround.
Sorry this isn’t something we’ve been able to help with much yet!
It’s a difficult issue to solve unfortunately, and the best chance of getting it fixed is to raise this as a bug to VSCode, who will have the resources to fix this if the issue gets enough traction!
Once they fix it upstream, we can then look at bringing those changes into the next release of Cursor.