Created
September 5, 2024 19:47
Minhas configurações do VSCode
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
{ | |
"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