Future work on this repository has moved to the monorepo valera-rozuvan/dotfiles. This repo is archived for historic purposes (to preserve commit history). Navigate over to dotfiles/visual-studio-code to see updates (if any).
Configuration I generally apply to a fresh-install of VSCode.
Make sure to install these first, restart your VSCode, and then apply the config.
- IBM Plex font. Specifically make sure you install
IBM Plex Mono Medium
. - One Monokai Theme
On some systems, you need to tweak how the font is set in user-settings.json
:
"editor.fontFamily": "'IBM Plex Mono Medium'",
//or
"editor.fontFamily": "IBM Plex Mono",
- Some packages require
GNU global
to be installed. On Debian-like systems get it with:
sudo apt-get install global
What I install right away:
Extra things: