DISCLAIMER: The main reason of this extension is due the extreme laziness of Fulvio Venturelli - in italian we have a specific term for that, it's PESACULO.
This extension is a dirty hack to permit the usage of fonts on OSX (such terminus) that doesn't need antialiasing, patching the application's main css file.
Althought this could be done manually, at every VSCode update the changes are lost: this extension ensure those changes are re-applied automatically in such cases.
Here how it looks Terminus with antialiasing (default behavior of VSCode):
And Here after the patch is applied.
Downlod the latest extension's vsix package here.
From the terminal, you can install using the following command:
$ code --install-extension roughify-0.0.2.vsix
Due the nature of the CSS property used, it works only on Mac OS X.
None so far.
VSCode is smart enough to recognize that the extension tampered its core files, so it will show a message box the first time, and "[Unsupported]" in the title bar.
Initial release.