Skip to content

Instantly share code, notes, and snippets.

@adrianokerber
Last active October 19, 2021 02:20
Show Gist options
  • Save adrianokerber/ef5ce32eaf1dde5cc5dfcd42145bb04d to your computer and use it in GitHub Desktop.
Save adrianokerber/ef5ce32eaf1dde5cc5dfcd42145bb04d to your computer and use it in GitHub Desktop.
VSCode settings
{
"workbench.colorTheme": "Dracula",
"editor.fontFamily": "'Fira Code', Consolas, 'Courier New', monospace",
"workbench.iconTheme": "material-icon-theme",
"editor.fontLigatures": true,
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"workbench.startupEditor": "newUntitledFile",
"emmet.includeLanguages": {
"javascript": "javascriptreact",
"vue-html": "html",
"plaintext": "pug"
}
}
@adrianokerber
Copy link
Author

adrianokerber commented Oct 19, 2021

I use some plugins:

  • Material Icon Theme
  • Dracula Official
  • GitLens
  • Remote Development

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment