Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 1.48 KB

README.md

File metadata and controls

51 lines (29 loc) · 1.48 KB

Font Rough extension for VSCode (Mac OSX Only)

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.

See: microsoft/vscode#2577

Features

Here how it looks Terminus with antialiasing (default behavior of VSCode):

Before the patch

And Here after the patch is applied.

After the patch

Installation

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

Requirements

Due the nature of the CSS property used, it works only on Mac OS X.

Extension Settings

None so far.

Known Issues

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.

Release Notes

0.0.2

Initial release.