Last active
January 20, 2019 11:59
-
-
Save Virviil/e148b8b01bc2a395c3bfec826a8c4ccb to your computer and use it in GitHub Desktop.
VSCode Extensions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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