Last active
October 7, 2024 14:29
-
-
Save LuanRoger/046d94620585c71bd5e577cf6a619fb0 to your computer and use it in GitHub Desktop.
My Visual Studio Code settings file
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
{ | |
"[dart]": { | |
"editor.formatOnSave": true, | |
"editor.formatOnType": true, | |
"editor.rulers": [ | |
80 | |
], | |
"editor.selectionHighlight": false, | |
"editor.suggest.snippetsPreventQuickSuggestions": false, | |
"editor.suggestSelection": "first", | |
"editor.tabCompletion": "onlySnippets", | |
"editor.wordBasedSuggestions": "off" | |
}, | |
"editor.semanticHighlighting.enabled": true, | |
"gitlens.defaultDateShortFormat": null, | |
"gitlens.hovers.currentLine.over": "line", | |
"files.autoSave": "afterDelay", | |
"explorer.confirmDragAndDrop": false, | |
"editor.fontFamily": "'Jetbrains Mono', monospace, 'FiraCode Nerd Font'", | |
"editor.letterSpacing": 1.2, | |
"editor.lineHeight": 1.8, | |
"editor.fontLigatures": true, | |
"material-icon-theme.folders.associations": { | |
"adapters": "contract", | |
"grpc": "pipe", | |
"kube": "kubernetes", | |
"main": "lib", | |
"websockets": "pipe", | |
"implementations": "core", | |
"protos": "pipe", | |
"entities": "class", | |
"kafka": "pipe", | |
"use-cases": "functions", | |
"migrations": "tools", | |
"schemas": "class", | |
"useCases": "functions", | |
"eslint-config": "tools", | |
"typeorm": "database", | |
"_shared": "shared", | |
"mappers": "meta", | |
"fakes": "mock", | |
"modules": "components", | |
"subscribers": "messages", | |
"domain": "class", | |
"protocols": "contract", | |
"infra": "app", | |
"view-models": "views", | |
"presentation": "template", | |
"dtos": "typescript", | |
"http": "container", | |
"providers": "include", | |
"factories": "class", | |
"repositories": "mappings" | |
}, | |
"material-icon-theme.files.associations": { | |
"tsconfig.json": "tune", | |
"*.webpack.js": "webpack", | |
"*.proto": "3d", | |
"ormconfig.json": "database" | |
}, | |
"material-icon-theme.activeIconPack": "nest", | |
"redhat.telemetry.enabled": false, | |
"settingsSync.ignoredSettings": [ | |
"workbench.productIconTheme", | |
"-window.zoomLevel" | |
], | |
"editor.suggestSelection": "first", | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"better-comments.highlightPlainText": true, | |
"better-comments.tags": [ | |
{ | |
"tag": "!", | |
"color": "#FF2D00", | |
"strikethrough": false, | |
"underline": false, | |
"backgroundColor": "transparent", | |
"bold": false, | |
"italic": false | |
}, | |
{ | |
"tag": "?", | |
"color": "#3498DB", | |
"strikethrough": false, | |
"underline": false, | |
"backgroundColor": "transparent", | |
"bold": false, | |
"italic": false | |
}, | |
{ | |
"tag": "//", | |
"color": "#474747", | |
"strikethrough": true, | |
"underline": false, | |
"backgroundColor": "transparent", | |
"bold": false, | |
"italic": false | |
}, | |
{ | |
"tag": "todo", | |
"color": "#FF8C00", | |
"strikethrough": false, | |
"underline": false, | |
"backgroundColor": "transparent", | |
"bold": false, | |
"italic": false | |
}, | |
{ | |
"tag": "*", | |
"color": "#98C379", | |
"strikethrough": false, | |
"underline": false, | |
"backgroundColor": "transparent", | |
"bold": false, | |
"italic": false | |
} | |
], | |
"diffEditor.codeLens": true, | |
"workbench.list.smoothScrolling": true, | |
"todohighlight.isEnable": true, | |
"remoteHub.commitDirectlyWarning": "off", | |
"bracket-pair-colorizer-2.depreciation-notice": false, | |
"terminal.explorerKind": "external", | |
"terminal.external.windowsExec": "C:\\Users\\luanr\\AppData\\Local\\Microsoft\\WindowsApps\\wt.exe", | |
"liveServer.settings.donotShowInfoMsg": true, | |
"dart.debugExternalPackageLibraries": false, | |
"dart.debugSdkLibraries": false, | |
"editor.minimap.enabled": false, | |
"cmake.configureOnOpen": false, | |
"git.autofetch": true, | |
"editor.inlayHints.enabled": "on", | |
"editor.guides.bracketPairs": true, | |
"editor.experimental.useCustomCodeActionMenu": true, | |
"editor.stickyScroll.enabled": true, | |
"gitlens.advanced.messages": { | |
"suppressCreatePullRequestPrompt": true | |
}, | |
"dart.showInspectorNotificationsForWidgetErrors": false, | |
"gitlens.currentLine.enabled": false, | |
"gitlens.defaultDateFormat": "dddd, Do MMMM YYYY, h:mm:ss a", | |
"editor.cursorSmoothCaretAnimation": "on", | |
"editor.smoothScrolling": true, | |
"haskell.manageHLS": "PATH", | |
"typescript.tsserver.experimental.enableProjectDiagnostics": true, | |
"editor.accessibilitySupport": "off", | |
"editor.inlineSuggest.showToolbar": "always", | |
"editor.inlineSuggest.enabled": true, | |
"editor.quickSuggestions": { | |
"comments": "inline" | |
}, | |
"workbench.productIconTheme": "Tabler", | |
"workbench.iconTheme": "catppuccin-mocha", | |
"gitlens.codeLens.authors.enabled": false, | |
"extensions.ignoreRecommendations": true, | |
"[python]": { | |
"editor.formatOnType": true | |
}, | |
"security.workspace.trust.untrustedFiles": "open", | |
"workbench.colorTheme": "Gruvbox Dark Hard", | |
"catppuccin.workbenchMode": "flat", | |
"catppuccin.italicKeywords": false, | |
"catppuccin.customUIColors": { | |
"mocha": { | |
"statusBar.foreground": "accent" | |
} | |
}, | |
"editor.suggest.snippetsPreventQuickSuggestions": true, | |
"vscord.status.problems.enabled": false, | |
"vscord.app.name": "Visual Studio Code", | |
"vscord.status.details.text.idle": "fui da de comer pro papagaio", | |
"vscord.status.details.text.notInFile": "Alterando as configurações", | |
"vscord.status.details.text.editing": "Programando e ouvindo música", | |
"vscord.status.details.text.noWorkSpaceText": "no limbo", | |
"vscord.status.details.text.viewing": "┬┴┬┴┤(・_├┬┴┬┴", | |
"vscord.status.state.text.editing": "Editando {file_name}{file_extension}:{current_line}:{current_column}", | |
"vscord.status.state.text.viewing": "so olhando mesmo", | |
"vscord.status.state.text.noWorkspaceFound": "", | |
"vscord.status.state.text.notInFile": "Carregando...", | |
"vscord.status.state.text.idle": "🍪🦜", | |
"vscord.status.image.large.idle.key": "https://static.wikia.nocookie.net/minecraft_gamepedia/images/4/42/Dancing_Red_Parrot.gif", | |
"vscord.status.image.large.idle.text": "Teodoro", | |
"vscord.status.image.small.notInFile.text": "afk", | |
"vscord.status.image.small.idle.key": "https://static.wikia.nocookie.net/minecraft_gamepedia/images/b/b3/Cookie_JE2_BE2.png/revision/latest/thumbnail/width/360/height/360?cb=20190505051355", | |
"vscord.status.image.small.idle.text": "bulacha", | |
"vscord.status.buttons.button1.git.idle.enabled": false, | |
"github.copilot.enable": { | |
"*": true, | |
"plaintext": false, | |
"markdown": true, | |
"scminput": false, | |
"dart": false, | |
"astro": true | |
}, | |
"symbols.hidesExplorerArrows": false, | |
"workbench.editor.enablePreview": false, | |
"[yaml]": { | |
"editor.defaultFormatter": "redhat.vscode-yaml" | |
}, | |
"vscord.status.details.text.debugging": "corrigindo uns erro e ouvindo música", | |
"vscord.status.state.text.debugging": "Debugando {workspace}", | |
"vscord.status.image.large.debugging.text": "Debugando em {LANG}", | |
"vscord.status.image.large.editing.text": "Programando em {LANG}", | |
"vscord.status.image.large.debugging.key": "https://media.tenor.com/1dpAqON-D5EAAAAd/terraria-spiders.gif", | |
"vscord.status.image.large.notInFile.key": "https://static.wikia.nocookie.net/minecraft/images/a/a0/Cog.gif", | |
"glassit.alpha": 255, | |
"typescript.updateImportsOnFileMove.enabled": "always", | |
"cmake.showOptionsMovedNotification": false, | |
"[typescriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"git.openRepositoryInParentFolders": "always", | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"vscord.status.idle.timeout": 600, | |
"[typescript]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"workbench.sideBar.location": "right", | |
"[html]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[css]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"editor.renderLineHighlight": "gutter", | |
"explorer.compactFolders": false, | |
"[javascript]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"explorer.fileNesting.enabled": true, | |
"apc.font.family": "Geist", | |
"apc.listRow": { | |
"height": 26 | |
}, | |
"apc.imports": [ | |
//TODO: Add | |
], | |
"apc.electron": { | |
"titleBarStyle": "hidden", | |
}, | |
"explorer.fileNesting.patterns": { | |
"*.dart": "${capture}.g.dart,${capture}.freezed.dart,${capture}.realm.dart", | |
".env": ".env*", | |
"Dockerfile": ".dockerignore" | |
}, | |
"catppuccin-icons.associations.folders": { | |
"unit": "folder_coverage" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"dart.useLegacyDebugAdapters": null, | |
"apc.activityBar": { | |
"size": 10 | |
}, | |
"github.copilot.editor.enableAutoCompletions": true, | |
"editor.suggest.selectionMode": "whenTriggerCharacter", | |
"[jsonc]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"workbench.activityBar.location": "bottom", | |
"update.mode": "manual", | |
"editor.tokenColorCustomizations": { | |
"[Tokyo Night]": { | |
"textMateRules": [ | |
{ | |
"scope": [ | |
"comment keyword.codetag.notation", | |
"comment.block.documentation keyword", | |
"comment.block.documentation storage.type.class" | |
], | |
"settings": { | |
"foreground": "#bb9af7" | |
} | |
}, | |
{ | |
"scope": ["comment.block.documentation entity.name.type.instance"], | |
"settings": { | |
"foreground": "#73daca", | |
"fontStyle": "italic" | |
} | |
}, | |
{ | |
"scope": [ | |
"comment.block.documentation entity.name.type punctuation.definition.bracket" | |
], | |
"settings": { | |
"foreground": "#bb9af7" | |
} | |
}, | |
{ | |
"scope": ["comment.block.documentation variable"], | |
"settings": { | |
"foreground": "#e0af68", | |
"fontStyle": "italic" | |
} | |
} | |
] | |
} | |
}, | |
"breadcrumbs.showBooleans": false, | |
"breadcrumbs.showConstants": false, | |
"breadcrumbs.showConstructors": false, | |
"breadcrumbs.showEnumMembers": false, | |
"breadcrumbs.showEnums": false, | |
"breadcrumbs.showEvents": false, | |
"breadcrumbs.showFields": false, | |
"breadcrumbs.showFiles": false, | |
"breadcrumbs.showInterfaces": false, | |
"breadcrumbs.showKeys": false, | |
"breadcrumbs.showModules": false, | |
"breadcrumbs.showNull": false, | |
"breadcrumbs.showNumbers": false, | |
"breadcrumbs.showObjects": false, | |
"breadcrumbs.showOperators": false, | |
"breadcrumbs.showStrings": false, | |
"breadcrumbs.showProperties": false, | |
"breadcrumbs.showTypeParameters": false, | |
"breadcrumbs.showVariables": false, | |
"editor.cursorSurroundingLines": 5, | |
"editor.hideCursorInOverviewRuler": true, | |
"editor.mouseWheelScrollSensitivity": 2, | |
"editor.overviewRulerBorder": false, | |
"editor.scrollBeyondLastLine": false, | |
"editor.showFoldingControls": "never", | |
"terminal.integrated.smoothScrolling": true, | |
"workbench.tree.indent": 14, | |
"workbench.tree.renderIndentGuides": "none", | |
"window.commandCenter": false, | |
"window.menuBarVisibility": "toggle" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Important
Update the paths of
apc.imports
andterminal.external.windowsExec
with your own.