Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

valera-rozuvan-archive/visual-studio-code-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visual Studio Code Config

wip has moved

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).

introduction

Configuration I generally apply to a fresh-install of VSCode.

Prerequisites

Make sure to install these first, restart your VSCode, and then apply the config.

  1. IBM Plex font. Specifically make sure you install IBM Plex Mono Medium.
  2. 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",
  1. Some packages require GNU global to be installed. On Debian-like systems get it with:
sudo apt-get install global

VSCode plugins

What I install right away:

  1. TSLint
  2. ESLint
  3. C/C++
  4. Python
  5. Docker
  6. language-stylus
  7. Sass
  8. Beautify css/sass/scss/less

Extra things:

  1. Pascal
  2. Pascal Formatter
  3. TSLint Vue
  4. Vetur

About

Visual Studio Code Config

Resources

License

Stars

Watchers

Forks