Skip to content

Instantly share code, notes, and snippets.

@biantris
Created May 2, 2022 15:48
Show Gist options
  • Save biantris/664459a906db6b4a51e80ee3f1f619e1 to your computer and use it in GitHub Desktop.
Save biantris/664459a906db6b4a51e80ee3f1f619e1 to your computer and use it in GitHub Desktop.
{
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "none",
"git.confirmSync": false,
"git.autofetch": true,
"editor.minimap.enabled": false,
"diffEditor.ignoreTrimWhitespace": false,
"editor.inlineSuggest.enabled": true,
"github.copilot.enable": {
"*": true,
"yaml": true,
"plaintext": true,
"markdown": true,
"typescriptreact": true,
"javascript": true,
"typescript": true,
"html": true
},
"editor.fontFamily": "Fira Code Medium",
"editor.fontLigatures": true,
"editor.fontSize": 16,
"explorer.confirmDelete": false,
"workbench.colorTheme": "morgan.codes",
"tabnine.experimentalAutoImports": true,
"window.zoomLevel": 1,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"workbench.productIconTheme": "fluent-icons"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment