Skip to content

Instantly share code, notes, and snippets.

@jimimaher
Created September 23, 2021 13:37
Show Gist options
  • Save jimimaher/b88685d1ed9aee442c26c04ea56bbe0b to your computer and use it in GitHub Desktop.
Save jimimaher/b88685d1ed9aee442c26c04ea56bbe0b to your computer and use it in GitHub Desktop.
vscode user settings
{
"workbench.colorTheme": "Night Owl (No Italics)",
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"eslint.alwaysShowStatus": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"typescript.updateImportsOnFileMove.enabled": "always",
"editor.tabSize": 2,
"editor.formatOnSave": true,
"terminal.integrated.scrollback": 10000,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"window.zoomLevel": 1,
"workbench.colorCustomizations": {
"terminal.selectionBackground": "#0297c4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment