Created
September 12, 2024 13:55
-
-
Save emersonpessoa01/dcec75d6676ec9c0236fd4bfd784208c to your computer and use it in GitHub Desktop.
Configuração do Settings do VSCODE
This file contains hidden or 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": "vscode-icons", | |
"workbench.startupEditor": "newUntitledFile", | |
"terminal.integrated.fontSize": 18, | |
"editor.tabSize": 4, | |
"editor.fontSize": 20, | |
"editor.lineHeight": 26, | |
// "editor.fontFamily":"jetBrains Mono" | |
"editor.fontFamily": "Fira Code", | |
"editor.fontLigatures": true, | |
"files.exclude": { | |
"**/.git": true, | |
"**/.svn": true, | |
"**/.hg": true, | |
"**/CVS": true, | |
"**/.DS_Store": true, | |
"node_modules": true | |
}, | |
"explorer.compactFolders": false, | |
"editor.renderLineHighlight": "gutter", | |
"workbench.editor.labelFormat": "short", | |
"extensions.ignoreRecommendations": true, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"typescript.updateImportsOnFileMove.enabled": "never", | |
"breadcrumbs.enabled": true, | |
"editor.parameterHints.enabled": false, | |
"explorer.confirmDragAndDrop": false, | |
"explorer.confirmDelete": false, | |
"editor.rulers": [80, 120], | |
"editor.codeActionsOnSave": { | |
"source.fixAll.eslint": "explicit" | |
}, | |
"files.associations": { | |
".sequelizerc": "javascript", | |
".stylelintrc": "json", | |
".prettierrc": "json" | |
}, | |
"emmet.syntaxProfiles": { | |
"javascript": "jsx" | |
}, | |
"emmet.includeLanguages": { | |
"javascript": "javascriptreact" | |
}, | |
"git.enableSmartCommit": true, | |
// "terminal.integrated.shell.osx": "/bin/zsh", | |
"javascript.suggest.autoImports": true, | |
"liveServer.settings.donotShowInfoMsg": true, | |
"screencastMode.onlyKeyboardShortcuts": true, | |
"material-icon-theme.folders.associations": { | |
"infra": "app", | |
"entities": "class", | |
"schemas": "class", | |
"typeorm": "database", | |
"repositories": "mappings", | |
"http": "container", | |
"migrations": "tools", | |
"modules": "components", | |
"implementations": "core", | |
"dtos": "typescript", | |
"fakes": "mock", | |
"websockets": "pipe", | |
"protos": "pipe", | |
"grpc": "pipe" | |
}, | |
"material-icon-theme.files.associations": { | |
"ormconfig.json": "database", | |
"tsconfig.json": "tune", | |
"*.proto": "3d" | |
}, | |
"workbench.colorTheme": "Omni", | |
"tabnine.experimentalAutoImports": true, | |
"diffEditor.ignoreTrimWhitespace": false, | |
"diffEditor.renderSideBySide": false, | |
"git.autofetch": true, | |
"[javascript]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[html]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"editor.suggestSelection": "first", | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"java.help.firstView": "gettingStarted", | |
"[typescript]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[css]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[scss]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"editor.wordWrap": "on", | |
"[typescriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"liveServer.settings.donotVerifyTags": true, | |
"diffEditor.wordWrap": "on", | |
"editor.selectionHighlight": false, | |
"terminal.integrated.defaultProfile.windows": "Git Bash", | |
"background.enabled": true, | |
"background.loop": false, | |
"background.useDefault": false, | |
"background.useFront": false, | |
"background.style": { | |
"content": "''", | |
"pointer-events": "none", | |
"position": "absolute", | |
"z-index": "99999", | |
"width": "100%", | |
"height": "100%", | |
"background-size": "cover", | |
"background-repeat": "no-repeat", | |
"opacity": 0.5 | |
}, | |
"background.customImages": [ | |
// "https://mcdn.wallpapersafari.com/medium/41/21/4UFmhN.jpg" | |
"https://mcdn.wallpapersafari.com/medium/54/46/2nZRdk.jpg" | |
// "https://avatar-emerson.vercel.app/" | |
// "https://cdn.wallpapersafari.com/5/23/AMbq2m.jpg" //caminho da imagem online | |
// "/home/<user>/Downloads/wallhaven-8ok7vk.jpg" //caminho da imagem local | |
// "C:/Users/Samsung/Pictures/AVATAR-EMERSON/amy-lee-coding03.png" | |
// "https://github.com/emersonpessoa01/avatar-emerson/blob/main/image/amy-lee-coding03.png" | |
], | |
"code-runner.clearPreviousOutput": true, | |
"editor.formatOnSave": true, | |
"[javascriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"npm.keybindingsChangedWarningShown": true, | |
"git.ignoreRebaseWarning": true, | |
"open-php-html-js-in-browser.selectedBrowser": "Chrome", | |
"[jsonc]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"liveServer.settings.AdvanceCustomBrowserCmdLine": "", | |
"liveServer.settings.ChromeDebuggingAttachment": false, | |
"powermode.presets": "flames", | |
"redhat.telemetry.enabled": true, | |
"editor.occurrencesHighlight": "multiFile", | |
//Configurar a execução no terminal: | |
"code-runner.runInTerminal": true, | |
"code-runner.executorMap": { | |
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt" | |
}, | |
"editor.mouseWheelZoom": true, | |
"java.completion.favoriteStaticMembers": [ | |
"org.junit.Assert.*", | |
"org.junit.Assume.*", | |
"org.junit.jupiter.api.Assertions.*", | |
"org.junit.jupiter.api.Assumptions.*", | |
"org.junit.jupiter.api.DynamicContainer.*", | |
"org.junit.jupiter.api.DynamicTest.*", | |
"org.mockito.Mockito.*", | |
"org.mockito.ArgumentMatchers.*", | |
"org.mockito.Answers.*" | |
], | |
"angular2-switcher.templateFormats": [".html"], | |
"files.autoSave": "afterDelay" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment