Videos
At work I have a monitor with a much higher resolution than my mac - I'd like to avoid having to change font size every time I disconnect / reconnect to the monitor. Is resizing fonts dynamically possible?
It is not possible to change the font family or size outside the editor. You can however zoom the entire user interface in and out from the View menu.
window.zoomLevel
A newly introduced setting window.zoomLevel allows to persist the zoom level for good! It can have both negative and positive values to zoom in or out.
"window.zoomLevel": 1
In Visual Studio Code, by pressing Ctrl+ and Ctrl- you can change the overall font size of the IDE. This helps faster than changing settings in every session.
- NVIDIA Control Panel
- Manage 3D settings
- Program Settings
- Select VS Code from dropdown or add it if it's not there
- Set "Antialiasing - FXAA" to OFF
https://www.reddit.com/r/vscode/comments/9szgkp/visual_studio_code_blurry/
I know this is late but just in case it didn't work for someone, here is another solution:
Right click on VsCode and go to properties. Copy this command
--disable-gpu --enable-use-zoom-for-dsf
and append it to the target path n the shortcut properties dialog. Click apply and the reopen VScode.
Here is the article that I am referencing https://medium.com/kasun-kodagoda/fix-text-becomes-blurry-when-vs-code-application-loses-focus-issue-on-windows-d95697b2f927
Thanks for confirming it.
Please try these steps:
1). Close all open Applications
2). Open the Nvidia Control Panel
3). Go to Manage 3D settings and then open Program Settings
4). Select VS Code from dropdown or add that application if it's not listed.
5). Set 'Antialiasing - FXAA' to Off
6). Save that setting and restart your PC. Don't shut it down.
Hey there!
My name is Ravi, an independent advisor and expert user. I am happy to help you. :)
I understand how concerning it can be when a specific app's screen is blurry.
Could you please tell me if your PC has an NVIDIA graphics card?
I am looking forward to hearing from you.
Thanks,
Ravi
Hello,
I used to work with a custom keyboard shortcut to extend my vscode window from one screen to two same resolution screens.
It consisted on matching the top left corner of my vscode windows with the top left corner of my left screen and changing the vscode window size to double original size.
I changed my laptop and I can't remember how I managed to create this custom keyboard shortcut.
Could you help me please ?
