Skip to content

Instantly share code, notes, and snippets.

@MateusMaceedo
Last active September 30, 2021 22:18
Show Gist options
  • Save MateusMaceedo/f7ed1606645e8861367b33ea0fbf689c to your computer and use it in GitHub Desktop.
Save MateusMaceedo/f7ed1606645e8861367b33ea0fbf689c to your computer and use it in GitHub Desktop.
VSCode Settings (Updated)
{
"terminal.integrated.fontSize": 14,
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "newUntitledFile",
"polacode.backgroundColor": "#6633CC",
"editor.tabSize": 2,
"editor.fontSize": 16,
"editor.lineHeight": 26,
"editor.fontFamily": "JetBrains Mono",
//"terminal.integrated.shell.linux": "/bin/zsh",
"editor.fontLigatures": true,
"editor.semanticHighlighting.enabled": false,
"editor.copyWithSyntaxHighlighting": false,
"diffEditor.ignoreTrimWhitespace": false,
"editor.emptySelectionClipboard": false,
"workbench.editor.enablePreview": false,
"window.newWindowDimensions": "inherit",
"files.trimTrailingWhitespace": true,
"diffEditor.renderSideBySide": false,
"editor.snippetSuggestions": "inline",
"editor.detectIndentation": false,
"window.nativeFullScreen": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"explorer.compactFolders": false,
"editor.renderLineHighlight": "gutter",
"workbench.editor.labelFormat": "short",
"extensions.ignoreRecommendations": true,
"breadcrumbs.enabled": true,
"editor.parameterHints.enabled": false,
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false,
"editor.rulers": [80, 120],
/**
* Workbench Settings
*/
"workbench.editor.highlightModifiedTabs": true,
"workbench.list.keyboardNavigation": "filter",
"workbench.editor.enablePreviewFromQuickOpen": false,
/**
* Silence Some Noise
*/
"breadcrumbs.filePath": "last",
"workbench.tips.enabled": false,
"editor.colorDecorators": false,
"git.decorations.enabled": false,
// "editor.lightbulb.enabled": false,
"editor.overviewRulerBorder": false,
"editor.occurrencesHighlight": false,
"editor.renderControlCharacters": false,
"editor.gotoLocation.multipleReferences": "goto",
"editor.gotoLocation.multipleDefinitions": "goto",
"editor.gotoLocation.multipleDeclarations": "goto",
"editor.gotoLocation.multipleImplementations": "goto",
"editor.gotoLocation.multipleTypeDefinitions": "goto",
/**
* Editor Settings
*/
"editor.cursorBlinking": "phase",
"editor.cursorStyle": "line",
"editor.suggestFontSize": 14,
"editor.insertSpaces": true,
"editor.wordWrap": "on",
"editor.wordWrapColumn": 150,
"editor.smoothScrolling": true,
"editor.formatOnSave": false,
"editor.quickSuggestions": true,
"editor.wordBasedSuggestions": true,
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"vsintellicode.typescript.completionsEnabled": true,
/**
* Window Settings
*/
"window.titleSeparator": " | ",
"window.closeWhenEmpty": false,
// Note for Windows users:
// Unfortunately, "Full-bleed" isn't possible in Windows.
// The best you can do is use the native "Windows" window
// style and add these CSS selectors to clean it up further.
"window.titleBarStyle": "custom", // Switch to Native if in MacOS
"window.nativeTabs": true, //MacOS only
"customizeUI.stylesheet": {
// ".editor .title": "background: transparent !important;",
// ".editor .title .label-container": "visibility: hidden;",
// Hide top-right buttons
".editor .title .actions-container .action-item a:not(.codicon-close)": "visibility: hidden;",
// Show top-right "settings goto icon"
".editor .title .actions-container .action-item a[title=\"Open Settings (UI)\"]": "visibility: initial;",
".editor .title .actions-container .action-item a[title=\"Open Settings (JSON)\"]": "visibility: initial;",
// Make it the "right-most" icon.
".editor .title .actions-container": "flex-direction: row-reverse;",
// Only show the scrollbar on hover.
".editor .scrollbar": "cursor:pointer;",
".editor .scrollbar .slider": "opacity: 0; transition: opacity 180ms ease-in-out;",
".editor .scrollbar:hover .slider": "opacity: 1",
// Change cursor color.
".monaco-editor .cursor": "background: #04D361 !important; color: #292D3E !important"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
// "**/node_modules": true
},
"[prisma]": {
"editor.formatOnSave": true
},
"files.associations": {
".sequelizerc": "javascript",
".stylelintrc": "json",
".prettierrc": "json",
"*.tsx": "typescriptreact",
".env.*": "dotenv"
},
"emmet.syntaxProfiles": { "javascript": "jsx" },
"emmet.includeLanguages": { "javascript": "javascriptreact" },
"gitlens.codeLens.recentChange.enabled": false,
"gitlens.codeLens.authors.enabled": false,
"gitlens.codeLens.enabled": false,
"git.enableSmartCommit": true,
"liveshare.featureSet": "insiders",
"typescript.tsserver.log": "off",
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"material-icon-theme.activeIconPack": "nest",
"screencastMode.onlyKeyboardShortcuts": true,
"material-icon-theme.folders.associations": {
"infra": "app",
"entities": "class",
"domain": "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",
"providers": "include",
"subscribers": "messages",
"useCases": "controller",
"kafka": "scripts",
"mappers": "meta",
"_shared": "shared",
"eslint-config": "tools",
"kube": "kubernetes"
},
"material-icon-theme.files.associations": {
"ormconfig.json": "database",
"tsconfig.json": "tune",
"*.proto": "3d",
"*.webpack.js": "webpack"
},
"material-icon-theme.languages.associations": {
"dotenv": "tune"
},
"workbench.colorTheme": "Omni",
"window.menuBarVisibility": "toggle",
"typescript.updateImportsOnFileMove.enabled": "never",
"tabnine.experimentalAutoImports": true,
"cSpell.enableFiletypes": [
"!asciidoc",
"!c",
"!cpp",
"!csharp",
"!go",
"!handlebars",
"!haskell",
"!jade",
"!java",
"!latex",
"!php",
"!pug",
"!python",
"!restructuredtext",
"!rust",
"!scala",
"!scss"
],
"cSpell.language": "en,pt",
"editor.suggestSelection": "first",
"codesnap.backgroundColor": "transparent",
"codesnap.transparentBackground": true,
"codesnap.boxShadow": "0 0 0",
"liveServer.settings.donotVerifyTags": true,
"cSpell.userWords": [
"chakra",
"middlewares",
"prefetch",
"rocketseat",
"upsert"
],
"javascript.updateImportsOnFileMove.enabled": "always",
"workbench.productIconTheme": "fluent-icons",
"terminal.integrated.showExitAlert": false,
"splitHTMLAttributes.closingBracketOnNewLine": true,
"todo-tree.general.tags": [
"BUG",
"HACK",
"FIXME",
"TODO",
"XXX",
"[ ]",
"[x]"
],
"todo-tree.regex.regex": "(//|#|<!--|;|/\\*|^|^\\s*(-|\\d+.))\\s*($TAGS)",
"security.workspace.trust.untrustedFiles": "newWindow",
"window.zoomLevel": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment