Skip to content

Instantly share code, notes, and snippets.

@infrasync
Created January 1, 2024 03:21
Show Gist options
  • Save infrasync/0c1fc6d42a51110e92d2896bbc89514d to your computer and use it in GitHub Desktop.
Save infrasync/0c1fc6d42a51110e92d2896bbc89514d to your computer and use it in GitHub Desktop.
settings.json
{
"editor.accessibilitySupport": "off",
"workbench.colorCustomizations": {},
"editor.fontFamily": "CommitMono",
"extensions.ignoreRecommendations": true,
"window.commandCenter": true,
"workbench.colorTheme": "Vitesse Light",
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"workbench.iconTheme": "urban-lights-colours",
"github.copilot.enable": {
"*": true,
"plaintext": false,
"markdown": false,
"scminput": false
},
"typescript.updateImportsOnFileMove.enabled": "always",
"git.openRepositoryInParentFolders": "never",
"workbench.activityBar.location": "top",
"git.autofetch": true,
"editor.fontSize": 13,
"editor.fontWeight": 500,
"chat.editor.fontWeight": "bold",
"workbench.sideBar.location": "right",
"security.promptForLocalFileProtocolHandling": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment