Skip to content

Instantly share code, notes, and snippets.

@Virviil
Last active January 20, 2019 11:59
Show Gist options
  • Save Virviil/e148b8b01bc2a395c3bfec826a8c4ccb to your computer and use it in GitHub Desktop.
Save Virviil/e148b8b01bc2a395c3bfec826a8c4ccb to your computer and use it in GitHub Desktop.
VSCode Extensions
Dart
Rust (RLS)
Elixir LS
Dart
Gitlens
Github pull requests
Material theme
Material icon theme
plantUml
Yaml
"editor.tokenColorCustomizations": {
"[Material Theme Darker High Contrast]": {
"comments": "#3c8239"
}
},
// Controls the font family.
"editor.fontFamily": "Fira Code",
// Controls the line height. Use 0 to compute the lineHeight from the fontSize.
"editor.lineHeight": 0,
// Enables font ligatures
"editor.fontLigatures": true,
// Controls if file decorations should use badges.
"explorer.decorations.badges": false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment