A command line utility to patch a Visual Studio Code installation on Windows, which does two things:
- slightly enhances the font rendering;
- fixes the autocomplete icon color (ref).
Close VSCode and run the application.
When opening VSCode again, you will see a warning about a corrupted installation. If you don't ignore it, the changes made by the patch will be reverted.
To revert the patch, simply run VS Code installer again.
- Using Consolas font (original vs. patched)
- Using Source Code Pro font (original vs. patched)
This project is written in C++20 and uses WinDlg library, assuming it's in a parallel directory.
Licensed under MIT license, see LICENSE.md for details.