Skip to content

Instantly share code, notes, and snippets.

@yo-melloo
Created September 5, 2024 19:47
Show Gist options
  • Save yo-melloo/e9d21f6cd72a851b663af942e9529e37 to your computer and use it in GitHub Desktop.
Save yo-melloo/e9d21f6cd72a851b663af942e9529e37 to your computer and use it in GitHub Desktop.
Minhas configurações do VSCode
{
"liveServer.settings.donotShowInfoMsg": true,
"liveServer.settings.donotVerifyTags": true,
"editor.minimap.enabled": false,
"files.autoSave": "afterDelay",
"explorer.confirmDelete": false,
"github.copilot.editor.enableAutoCompletions": true,
"workbench.colorTheme": "Hack The Box",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"explorer.confirmDragAndDrop": false,
"workbench.startupEditor": "none",
"git.openRepositoryInParentFolders": "never",
"terminal.integrated.defaultProfile.windows": "Git Bash",
"editor.linkedEditing": true,
"symbols.hidesExplorerArrows": false,
"workbench.iconTheme": "symbols",
"security.workspace.trust.untrustedFiles": "open",
"redhat.telemetry.enabled": true,
"vscord.app.name": "Visual Studio Code",
"vscord.status.idle.enabled": false,
"vscord.status.idle.check": false,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.fontWeight": "normal",
"workbench.settings.applyToAllProfiles": [
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment