Created
May 2, 2022 15:48
-
-
Save biantris/664459a906db6b4a51e80ee3f1f619e1 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"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