Skip to content

Instantly share code, notes, and snippets.

@egm0121
Last active November 21, 2019 15:41
Show Gist options
  • Save egm0121/04a549a44a0ca7e44eba0a05346f01c8 to your computer and use it in GitHub Desktop.
Save egm0121/04a549a44a0ca7e44eba0a05346f01c8 to your computer and use it in GitHub Desktop.
VSCode config
// Place your settings in this file to overwrite the default settings
{
"editor.fontSize": 13,
"editor.roundedSelection": false,
"typescript.check.npmIsInstalled": false,
"window.restoreWindows": "all",
"workbench.colorTheme": "Nord",
"editor.tabSize": 2,
"window.zoomLevel": 0.75,
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.tokenColorCustomizations": {
"[Nord]": {
"comments": "#84a2b6"
}
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment