VSCode has an issue with "FXAA", creating a blurry screen in VSCode. It is not just limited to text, it blurs the whole programs contents, like a text-preview window looks.
There are a hand full of solutions, but the easiest one, in most cases, is to just add the "startup commands", below. Added after the programs quoted "target".
Code: Select all
--disable-gpu --enable-use-zoom-for-dsf
The second solution is to bring up VSCodes internal launch settings configuration, and add the line below. (You have to google that.)
Code: Select all
"disable-hardware-acceleration": true,
The third solution is to go to NVIDIA control panel and ATTEMPT to add both versions of VSCode to custom graphics settings. Both the real VSCode program and RenPy's version of VSCode, which is in RenPy's folders, not in VSCode's folders. For me, NVIDIA control panel just throws an error if I try to add the program and change any values to disable FXAA. The only other solution is to disable FXAA, globally, for EVERYTHING. (Which includes all games and other programs where FXAA actually works correctly.)
So...
Please add a "startup command" or "extra startup switches", location to the selection of launching VSCode, or ANY launched EXECUTABLE, so that we can add these, or any other startup parameters... OR, just allow the selection of a "shortcut", instead of launching the EXE directly. Then we can add any startup options to the shortcut, manually, if desired.