Upon activation this extension changes your font to Comic Mono and increases the window zoom level to 2 and resets everything to the previous settings once it is deactivated.
Install Comic Mono
- Download or clone this repository
- Install the packages with
npm i
- Compile the extension with
npm run compile
- Copy the folder to:
- Windows:
%USERPROFILE%\.vscode\extensions
- macOS:
~/.vscode/extensions
- Linux:
~/. vscode/extensions
- Windows:
- Restart VS Code if it was already running
- Done
Open the command palette:
- macOS: Cmd + Shift + P
- Windows: Ctrl + Shift + P
Run COMIC MODE: On
Run COMIC MODE: Off