Skip to content

Instantly share code, notes, and snippets.

@AliAltiyev
Forked from diego3g/settings.json
Created October 17, 2023 08:32
Show Gist options
  • Select an option

  • Save AliAltiyev/387e8b89618ddb60b61dcd13a7b28e9d to your computer and use it in GitHub Desktop.

Select an option

Save AliAltiyev/387e8b89618ddb60b61dcd13a7b28e9d to your computer and use it in GitHub Desktop.

Revisions

  1. @diego3g diego3g revised this gist May 12, 2023. 1 changed file with 46 additions and 4 deletions.
    50 changes: 46 additions & 4 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -21,33 +21,63 @@
    },
    "screencastMode.onlyKeyboardShortcuts": true,
    "cSpell.userWords": [
    "bootcamp",
    "chakra",
    "checkin",
    "checkins",
    "clsx",
    "Codegen",
    "datadog",
    "Datetime",
    "dayjs",
    "Dotenv",
    "esbuild",
    "fastify",
    "Fastify",
    "feedbackwidget",
    "ffprobe",
    "Hono",
    "IUGU",
    "jamjuree",
    "jupiter",
    "liveblocks",
    "LIVEBLOCKS",
    "middlewares",
    "mixpanel",
    "monaco",
    "nestjs",
    "omni",
    "Omni",
    "Onboarded",
    "pallas",
    "postgres",
    "postgresql",
    "prefetch",
    "reactflow",
    "roboto",
    "rocketseat",
    "rotion",
    "rsxp",
    "Sandpack",
    "shiki",
    "skylab",
    "sqlite",
    "supergraph",
    "svgr",
    "sympla",
    "textblock",
    "tiptap",
    "trpc",
    "TRPC",
    "tsup",
    "unfollow",
    "Unfollow",
    "unform",
    "Unform",
    "unmark",
    "upsert"
    "upsert",
    "Usuario",
    "WEBPUSH"
    ],
    "editor.parameterHints.enabled": false,
    "editor.renderLineHighlight": "gutter",
    @@ -142,8 +172,13 @@
    "terminal.integrated.fontFamily": "JetBrainsMono Nerd Font",
    "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true,
    // "source.organizeImports": true
    "source.addMissingImports": true
    },
    "eslint.validate": [
    "javascript",
    "javascriptreact",
    "graphql"
    ],
    "editor.semanticHighlighting.enabled": false,
    "breadcrumbs.enabled": true,
    "workbench.productIconTheme": "fluent-icons",
    @@ -161,7 +196,7 @@
    },
    "tabnine.experimentalAutoImports": true,
    "gitlens.codeLens.enabled": false,
    "workbench.iconTheme": "material-icon-theme",
    "workbench.iconTheme": "symbols",
    "polacode.transparentBackground": true,
    "polacode.target": "snippet",
    "editor.minimap.enabled": false,
    @@ -172,5 +207,12 @@
    "editor.defaultFormatter": "vscode.json-language-features"
    },
    "workbench.editor.untitled.hint": "hidden",
    "workbench.colorTheme": "Min Dark"
    "workbench.colorTheme": "Omni",
    "liveServer.settings.donotShowInfoMsg": true,
    "[json]": {
    "editor.defaultFormatter": "vscode.json-language-features"
    },
    "window.commandCenter": true,
    "git.openRepositoryInParentFolders": "always",
    "window.zoomLevel": 1
    }
  2. @diego3g diego3g revised this gist Dec 8, 2022. No changes.
  3. @diego3g diego3g revised this gist Dec 8, 2022. 1 changed file with 131 additions and 101 deletions.
    232 changes: 131 additions & 101 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -1,103 +1,120 @@
    {
    "emmet.syntaxProfiles" : {
    "javascript" : "jsx"
    "emmet.syntaxProfiles": {
    "javascript": "jsx"
    },
    "workbench.startupEditor" : "newUntitledFile",
    "editor.fontSize" : 16,
    "javascript.suggest.autoImports" : true,
    "javascript.updateImportsOnFileMove.enabled" : "always",
    "editor.rulers" : [
    "workbench.startupEditor": "newUntitledFile",
    "editor.fontSize": 16,
    "javascript.suggest.autoImports": true,
    "javascript.updateImportsOnFileMove.enabled": "always",
    "editor.rulers": [
    80,
    120
    ],
    "extensions.ignoreRecommendations" : true,
    "typescript.tsserver.log" : "off",
    "files.associations" : {
    ".sequelizerc" : "javascript",
    ".stylelintrc" : "json",
    "*.tsx" : "typescriptreact",
    ".env.*" : "dotenv",
    ".prettierrc" : "json"
    "extensions.ignoreRecommendations": true,
    "typescript.tsserver.log": "off",
    "files.associations": {
    ".sequelizerc": "javascript",
    ".stylelintrc": "json",
    "*.tsx": "typescriptreact",
    ".env.*": "dotenv",
    ".prettierrc": "json"
    },
    "screencastMode.onlyKeyboardShortcuts" : true,
    "cSpell.userWords" : [
    "screencastMode.onlyKeyboardShortcuts": true,
    "cSpell.userWords": [
    "chakra",
    "clsx",
    "Dotenv",
    "fastify",
    "Fastify",
    "feedbackwidget",
    "Hono",
    "IUGU",
    "jupiter",
    "middlewares",
    "mixpanel",
    "monaco",
    "nestjs",
    "Omni",
    "Onboarded",
    "pallas",
    "prefetch",
    "rocketseat",
    "rotion",
    "trpc",
    "TRPC",
    "unfollow",
    "Unfollow",
    "unform",
    "Unform",
    "unmark",
    "upsert"
    ],
    "editor.parameterHints.enabled" : false,
    "editor.renderLineHighlight" : "gutter",
    "cSpell.language" : "en,pt",
    "editor.lineHeight" : 26,
    "material-icon-theme.languages.associations" : {
    "dotenv" : "tune"
    "editor.parameterHints.enabled": false,
    "editor.renderLineHighlight": "gutter",
    "cSpell.language": "en,pt",
    "editor.lineHeight": 26,
    "material-icon-theme.languages.associations": {
    "dotenv": "tune"
    },
    "typescript.updateImportsOnFileMove.enabled" : "never",
    "workbench.colorTheme" : "Omni",
    "material-icon-theme.files.associations" : {
    "tsconfig.json" : "tune",
    "*.webpack.js" : "webpack",
    "*.proto" : "3d",
    "ormconfig.json" : "database"
    },
    "material-icon-theme.activeIconPack" : "nest",
    "editor.suggestSelection" : "first",
    "explorer.confirmDelete" : false,
    "gitlens.codeLens.recentChange.enabled" : false,
    "terminal.integrated.showExitAlert" : false,
    "typescript.updateImportsOnFileMove.enabled": "never",

    "[prisma]" : {
    "editor.formatOnSave" : true
    "material-icon-theme.files.associations": {
    "tsconfig.json": "tune",
    "*.webpack.js": "webpack",
    "*.proto": "3d",
    "ormconfig.json": "database"
    },
    "material-icon-theme.activeIconPack": "nest",
    "editor.suggestSelection": "first",
    "explorer.confirmDelete": false,
    "gitlens.codeLens.recentChange.enabled": false,
    "terminal.integrated.showExitAlert": false,
    "[prisma]": {
    "editor.formatOnSave": true
    },

    "typescript.suggest.autoImports" : true,
    "terminal.integrated.env.osx" : {
    "typescript.suggest.autoImports": true,
    "terminal.integrated.env.osx": {
    "FIG_NEW_SESSION": "1"
    },
    "workbench.editor.labelFormat" : "short",
    "editor.fontLigatures" : true,
    "emmet.includeLanguages" : {
    "javascript" : "javascriptreact"
    "workbench.editor.labelFormat": "short",
    "editor.fontLigatures": true,
    "emmet.includeLanguages": {
    "javascript": "javascriptreact"
    },
    "liveshare.featureSet" : "insiders",
    "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"
    "liveshare.featureSet": "insiders",
    "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"
    },
    "cSpell.enableFiletypes" : [
    "cSpell.enableFiletypes": [
    "!asciidoc",
    "!c",
    "!cpp",
    @@ -116,31 +133,44 @@
    "!scala",
    "!scss"
    ],
    "editor.acceptSuggestionOnCommitCharacter" : false,
    "explorer.compactFolders" : false,
    "git.enableSmartCommit" : true,
    "editor.accessibilitySupport" : "off",
    "explorer.confirmDragAndDrop" : false,
    "terminal.integrated.fontSize" : 14,
    "editor.codeActionsOnSave" : {
    "source.fixAll.eslint" : true,
    "editor.acceptSuggestionOnCommitCharacter": false,
    "explorer.compactFolders": false,
    "git.enableSmartCommit": true,
    "editor.accessibilitySupport": "off",
    "explorer.confirmDragAndDrop": false,
    "terminal.integrated.fontSize": 14,
    "terminal.integrated.fontFamily": "JetBrainsMono Nerd Font",
    "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true,
    // "source.organizeImports": true
    },
    "editor.semanticHighlighting.enabled" : false,
    "breadcrumbs.enabled" : true,
    "workbench.productIconTheme" : "fluent-icons",
    "editor.fontFamily" : "JetBrains Mono",
    "gitlens.codeLens.authors.enabled" : false,
    "editor.tabSize" : 2,
    "security.workspace.trust.untrustedFiles" : "newWindow",
    "files.exclude" : {
    "**\/CVS" : true,
    "**\/.DS_Store" : true,
    "**\/.hg" : true,
    "**\/.svn" : true,
    "**\/.git" : true
    "editor.semanticHighlighting.enabled": false,
    "breadcrumbs.enabled": true,
    "workbench.productIconTheme": "fluent-icons",
    "editor.fontFamily": "JetBrains Mono",
    "gitlens.codeLens.authors.enabled": false,
    "editor.tabSize": 2,
    "security.workspace.trust.untrustedFiles": "newWindow",
    "files.exclude": {
    "**\/CVS": true,
    "**\/.DS_Store": true,
    "**\/.hg": true,
    "**\/.svn": true,
    "**\/.git": true,
    // "node_modules": true
    },
    "tabnine.experimentalAutoImports" : true,
    "tabnine.experimentalAutoImports": true,
    "gitlens.codeLens.enabled": false,
    "workbench.iconTheme": "material-icon-theme"
    "workbench.iconTheme": "material-icon-theme",
    "polacode.transparentBackground": true,
    "polacode.target": "snippet",
    "editor.minimap.enabled": false,
    "update.mode": "start",
    "terminal.integrated.gpuAcceleration": "off",
    "terminal.integrated.defaultProfile.osx": "fish",
    "[jsonc]": {
    "editor.defaultFormatter": "vscode.json-language-features"
    },
    "workbench.editor.untitled.hint": "hidden",
    "workbench.colorTheme": "Min Dark"
    }
  4. @diego3g diego3g revised this gist Apr 3, 2022. 1 changed file with 143 additions and 159 deletions.
    302 changes: 143 additions & 159 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -1,162 +1,146 @@
    {
    "terminal.integrated.fontSize": 14,
    "emmet.syntaxProfiles" : {
    "javascript" : "jsx"
    },
    "workbench.startupEditor" : "newUntitledFile",
    "editor.fontSize" : 16,
    "javascript.suggest.autoImports" : true,
    "javascript.updateImportsOnFileMove.enabled" : "always",
    "editor.rulers" : [
    80,
    120
    ],
    "extensions.ignoreRecommendations" : true,
    "typescript.tsserver.log" : "off",
    "files.associations" : {
    ".sequelizerc" : "javascript",
    ".stylelintrc" : "json",
    "*.tsx" : "typescriptreact",
    ".env.*" : "dotenv",
    ".prettierrc" : "json"
    },
    "screencastMode.onlyKeyboardShortcuts" : true,
    "cSpell.userWords" : [
    "chakra",
    "IUGU",
    "middlewares",
    "mixpanel",
    "Onboarded",
    "prefetch",
    "rocketseat",
    "upsert"
    ],
    "editor.parameterHints.enabled" : false,
    "editor.renderLineHighlight" : "gutter",
    "cSpell.language" : "en,pt",
    "editor.lineHeight" : 26,
    "material-icon-theme.languages.associations" : {
    "dotenv" : "tune"
    },
    "typescript.updateImportsOnFileMove.enabled" : "never",
    "workbench.colorTheme" : "Omni",
    "material-icon-theme.files.associations" : {
    "tsconfig.json" : "tune",
    "*.webpack.js" : "webpack",
    "*.proto" : "3d",
    "ormconfig.json" : "database"
    },
    "material-icon-theme.activeIconPack" : "nest",
    "editor.suggestSelection" : "first",
    "explorer.confirmDelete" : false,
    "gitlens.codeLens.recentChange.enabled" : false,
    "terminal.integrated.showExitAlert" : false,

    "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,

    "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],
    "[prisma]" : {
    "editor.formatOnSave" : true
    },

    "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,
    "terminal.integrated.shell.osx": "/bin/zsh",
    "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
    }
    "typescript.suggest.autoImports" : true,
    "terminal.integrated.env.osx" : {
    "FIG_NEW_SESSION": "1"
    },
    "workbench.editor.labelFormat" : "short",
    "editor.fontLigatures" : true,
    "emmet.includeLanguages" : {
    "javascript" : "javascriptreact"
    },
    "liveshare.featureSet" : "insiders",
    "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"
    },
    "cSpell.enableFiletypes" : [
    "!asciidoc",
    "!c",
    "!cpp",
    "!csharp",
    "!go",
    "!handlebars",
    "!haskell",
    "!jade",
    "!java",
    "!latex",
    "!php",
    "!pug",
    "!python",
    "!restructuredtext",
    "!rust",
    "!scala",
    "!scss"
    ],
    "editor.acceptSuggestionOnCommitCharacter" : false,
    "explorer.compactFolders" : false,
    "git.enableSmartCommit" : true,
    "editor.accessibilitySupport" : "off",
    "explorer.confirmDragAndDrop" : false,
    "terminal.integrated.fontSize" : 14,
    "editor.codeActionsOnSave" : {
    "source.fixAll.eslint" : true,
    // "source.organizeImports": true
    },
    "editor.semanticHighlighting.enabled" : false,
    "breadcrumbs.enabled" : true,
    "workbench.productIconTheme" : "fluent-icons",
    "editor.fontFamily" : "JetBrains Mono",
    "gitlens.codeLens.authors.enabled" : false,
    "editor.tabSize" : 2,
    "security.workspace.trust.untrustedFiles" : "newWindow",
    "files.exclude" : {
    "**\/CVS" : true,
    "**\/.DS_Store" : true,
    "**\/.hg" : true,
    "**\/.svn" : true,
    "**\/.git" : true
    },
    "tabnine.experimentalAutoImports" : true,
    "gitlens.codeLens.enabled": false,
    "workbench.iconTheme": "material-icon-theme"
    }
  5. @diego3g diego3g revised this gist Jun 21, 2021. 1 changed file with 32 additions and 9 deletions.
    41 changes: 32 additions & 9 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -4,6 +4,8 @@
    "workbench.iconTheme": "material-icon-theme",
    "workbench.startupEditor": "newUntitledFile",

    "polacode.backgroundColor": "#6633CC",

    "editor.tabSize": 2,
    "editor.fontSize": 16,
    "editor.lineHeight": 26,
    @@ -45,11 +47,10 @@
    ".sequelizerc": "javascript",
    ".stylelintrc": "json",
    ".prettierrc": "json",
    "*.tsx": "typescriptreact"
    "*.tsx": "typescriptreact",
    ".env.*": "dotenv"
    },

    "window.zoomLevel": 0,

    "emmet.syntaxProfiles": { "javascript": "jsx" },
    "emmet.includeLanguages": { "javascript": "javascriptreact" },

    @@ -62,7 +63,7 @@
    "terminal.integrated.shell.osx": "/bin/zsh",
    "liveshare.featureSet": "insiders",

    "typescript.tsserver.log": "verbose",
    "typescript.tsserver.log": "off",
    "javascript.suggest.autoImports": true,
    "typescript.suggest.autoImports": true,
    "material-icon-theme.activeIconPack": "nest",
    @@ -100,6 +101,10 @@
    "*.proto": "3d",
    "*.webpack.js": "webpack"
    },

    "material-icon-theme.languages.associations": {
    "dotenv": "tune"
    },

    "workbench.colorTheme": "Omni",
    "window.menuBarVisibility": "toggle",
    @@ -126,14 +131,32 @@
    ],
    "cSpell.language": "en,pt",
    "editor.suggestSelection": "first",
    "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
    "codesnap.backgroundColor": "transparent",
    "codesnap.transparentBackground": true,
    "codesnap.boxShadow": "0 0 0",
    "liveServer.settings.donotVerifyTags": true,
    "cSpell.userWords": [
    "rocketseat"
    "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]"
    ],
    "javascript.updateImportsOnFileMove.enabled": "always"
    }

    "todo-tree.regex.regex": "(//|#|<!--|;|/\\*|^|^\\s*(-|\\d+.))\\s*($TAGS)",
    "security.workspace.trust.untrustedFiles": "newWindow",
    "window.zoomLevel": 0
    }
  6. @diego3g diego3g revised this gist Jan 26, 2021. 1 changed file with 130 additions and 83 deletions.
    213 changes: 130 additions & 83 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -1,92 +1,139 @@
    {
    "terminal.integrated.fontSize": 14,

    "workbench.iconTheme": "material-icon-theme",
    "workbench.startupEditor": "newUntitledFile",

    "editor.tabSize": 2,
    "editor.fontSize": 18,
    "editor.lineHeight": 26,
    "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,
    "terminal.integrated.fontSize": 14,

    "editor.rulers": [80, 120],
    "workbench.iconTheme": "material-icon-theme",
    "workbench.startupEditor": "newUntitledFile",

    "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
    },

    "files.associations": {
    ".sequelizerc": "javascript",
    ".stylelintrc": "json",
    ".prettierrc": "json"
    },

    "window.zoomLevel": 0,

    "emmet.syntaxProfiles": { "javascript": "jsx" },
    "emmet.includeLanguages": { "javascript": "javascriptreact" },

    "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,

    "explorer.compactFolders": false,
    "editor.renderLineHighlight": "gutter",
    "workbench.editor.labelFormat": "short",
    "extensions.ignoreRecommendations": true,

    "gitlens.codeLens.recentChange.enabled": false,
    "gitlens.codeLens.authors.enabled": false,
    "gitlens.codeLens.enabled": false,
    "breadcrumbs.enabled": true,
    "editor.parameterHints.enabled": false,
    "explorer.confirmDragAndDrop": false,
    "explorer.confirmDelete": false,

    "editor.rulers": [80, 120],

    "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
    },

    "git.enableSmartCommit": true,
    "terminal.integrated.shell.osx": "/bin/zsh",
    "liveshare.featureSet": "insiders",
    "files.exclude": {
    "**/.git": true,
    "**/.svn": true,
    "**/.hg": true,
    "**/CVS": true,
    "**/.DS_Store": true,
    // "**/node_modules": true
    },

    "typescript.tsserver.log": "verbose",
    "javascript.suggest.autoImports": true,
    "typescript.suggest.autoImports": true,
    "liveServer.settings.donotShowInfoMsg": true,
    // "material-icon-theme.activeIconPack": "nest",
    "screencastMode.onlyKeyboardShortcuts": true,
    "[prisma]": {
    "editor.formatOnSave": true
    },

    "files.associations": {
    ".sequelizerc": "javascript",
    ".stylelintrc": "json",
    ".prettierrc": "json",
    "*.tsx": "typescriptreact"
    },

    "window.zoomLevel": 0,

    "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,
    "terminal.integrated.shell.osx": "/bin/zsh",
    "liveshare.featureSet": "insiders",

    "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"
    },
    "typescript.tsserver.log": "verbose",
    "javascript.suggest.autoImports": true,
    "typescript.suggest.autoImports": true,
    "material-icon-theme.activeIconPack": "nest",
    "screencastMode.onlyKeyboardShortcuts": true,

    "material-icon-theme.files.associations": {
    "ormconfig.json": "database",
    "tsconfig.json": "tune",
    "*.proto": "3d"
    },
    "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"
    },

    "workbench.colorTheme": "Omni"
    }
    "material-icon-theme.files.associations": {
    "ormconfig.json": "database",
    "tsconfig.json": "tune",
    "*.proto": "3d",
    "*.webpack.js": "webpack"
    },

    "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",
    "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
    "codesnap.backgroundColor": "transparent",
    "codesnap.transparentBackground": true,
    "codesnap.boxShadow": "0 0 0",
    "liveServer.settings.donotVerifyTags": true,
    "cSpell.userWords": [
    "rocketseat"
    ],
    "javascript.updateImportsOnFileMove.enabled": "always"
    }

  7. @diego3g diego3g revised this gist Jul 10, 2020. 1 changed file with 11 additions and 2 deletions.
    13 changes: 11 additions & 2 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -10,6 +10,15 @@
    "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",
    @@ -53,7 +62,7 @@
    "javascript.suggest.autoImports": true,
    "typescript.suggest.autoImports": true,
    "liveServer.settings.donotShowInfoMsg": true,
    "material-icon-theme.activeIconPack": "nest",
    // "material-icon-theme.activeIconPack": "nest",
    "screencastMode.onlyKeyboardShortcuts": true,

    "material-icon-theme.folders.associations": {
    @@ -80,4 +89,4 @@
    },

    "workbench.colorTheme": "Omni"
    }
    }
  8. @diego3g diego3g revised this gist May 19, 2020. 1 changed file with 4 additions and 5 deletions.
    9 changes: 4 additions & 5 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -1,11 +1,9 @@
    {
    "terminal.integrated.fontSize": 14,

    // Define o tema dos ícones na sidebar
    "workbench.iconTheme": "material-icon-theme",
    "workbench.startupEditor": "newUntitledFile",

    // Configura tamanho e família da fonte
    "editor.tabSize": 2,
    "editor.fontSize": 18,
    "editor.lineHeight": 26,
    @@ -18,7 +16,7 @@
    "extensions.ignoreRecommendations": true,

    "javascript.updateImportsOnFileMove.enabled": "always",
    "typescript.updateImportsOnFileMove.enabled": "always",
    "typescript.updateImportsOnFileMove.enabled": "never",

    "breadcrumbs.enabled": true,
    "editor.parameterHints.enabled": false,
    @@ -38,9 +36,10 @@
    },

    "window.zoomLevel": 0,

    "emmet.syntaxProfiles": { "javascript": "jsx" },
    "emmet.includeLanguages": { "javascript": "javascriptreact" },


    "gitlens.codeLens.recentChange.enabled": false,
    "gitlens.codeLens.authors.enabled": false,
    @@ -81,4 +80,4 @@
    },

    "workbench.colorTheme": "Omni"
    }
    }
  9. @diego3g diego3g revised this gist May 19, 2020. 1 changed file with 57 additions and 53 deletions.
    110 changes: 57 additions & 53 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -1,39 +1,34 @@
    {
    // Define o tema do VSCode
    "workbench.colorTheme": "Shades of Purple",
    "terminal.integrated.fontSize": 14,

    // Define o tema dos ícones na sidebar
    "workbench.iconTheme": "material-icon-theme",
    "workbench.startupEditor": "newUntitledFile",

    // Configura tamanho e família da fonte
    "editor.tabSize": 2,
    "editor.fontSize": 18,
    "editor.lineHeight": 24,
    "editor.lineHeight": 26,
    "editor.fontFamily": "Fira Code",
    "editor.fontLigatures": true,

    "explorer.compactFolders": false,
    "editor.renderLineHighlight": "gutter",
    "workbench.editor.labelFormat": "short",
    "extensions.ignoreRecommendations": true,

    "javascript.updateImportsOnFileMove.enabled": "always",
    "typescript.updateImportsOnFileMove.enabled": "always",

    "breadcrumbs.enabled": true,
    "editor.parameterHints.enabled": false,
    "explorer.confirmDragAndDrop": false,
    "explorer.confirmDelete": false,

    // Aplica linhas verticais para lembrar de quebrar linha em códigos muito grandes
    "editor.rulers": [80, 120],
    "editor.formatOnSave": false,

    "eslint.packageManager": "yarn",

    "[javascript]": {
    "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true,
    }
    },
    "[javascriptreact]": {
    "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true,
    }
    },
    "[typescript]": {
    "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true,
    }
    },
    "[typescriptreact]": {
    "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true,
    }
    "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
    },

    "files.associations": {
    @@ -42,39 +37,48 @@
    ".prettierrc": "json"
    },

    // Aplica um sinal visual na esquerda da linha selecionada
    "editor.renderLineHighlight": "gutter",

    // Aumenta a fonte do terminal
    "terminal.integrated.fontSize": 14,

    // Define o tema dos ícones na sidebar
    "workbench.iconTheme": "material-icon-theme",
    "workbench.startupEditor": "newUntitledFile",
    "editor.tabSize": 2,
    "window.zoomLevel": 0,
    "extensions.ignoreRecommendations": true,
    "emmet.syntaxProfiles": {
    "javascript": "jsx",
    },
    "emmet.includeLanguages": {
    "javascript": "javascriptreact",
    },
    "javascript.updateImportsOnFileMove.enabled": "never",

    "emmet.syntaxProfiles": { "javascript": "jsx" },
    "emmet.includeLanguages": { "javascript": "javascriptreact" },

    "gitlens.codeLens.recentChange.enabled": false,
    "gitlens.codeLens.authors.enabled": false,
    "gitlens.codeLens.enabled": false,
    "breadcrumbs.enabled": true,

    "git.enableSmartCommit": true,
    "editor.parameterHints.enabled": false,
    "typescript.updateImportsOnFileMove.enabled": "never",
    "terminal.integrated.shell.osx": "/bin/zsh",
    "explorer.confirmDragAndDrop": false,
    "liveshare.featureSet": "insiders",
    "explorer.confirmDelete": false,

    "typescript.tsserver.log": "verbose",
    "javascript.suggest.autoImports": false,
    "typescript.suggest.autoImports": false,
    "workbench.activityBar.visible": true
    }
    "javascript.suggest.autoImports": true,
    "typescript.suggest.autoImports": true,
    "liveServer.settings.donotShowInfoMsg": true,
    "material-icon-theme.activeIconPack": "nest",
    "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"
    }
  10. @diego3g diego3g revised this gist May 19, 2020. No changes.
  11. @diego3g diego3g revised this gist Jan 29, 2020. 1 changed file with 27 additions and 22 deletions.
    49 changes: 27 additions & 22 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -1,40 +1,45 @@
    {
    // Define o tema do VSCode
    "workbench.colorTheme": "Dracula",
    "workbench.colorTheme": "Shades of Purple",

    // Configura tamanho e família da fonte
    "editor.fontSize": 18,
    "editor.lineHeight": 24,
    "editor.fontFamily": "Fira Code",
    "editor.fontLigatures": true,

    "explorer.compactFolders": false,

    // Aplica linhas verticais para lembrar de quebrar linha em códigos muito grandes
    "editor.rulers": [80, 120],
    "editor.formatOnSave": false,

    "eslint.packageManager": "yarn",
    "eslint.autoFixOnSave": true,
    "eslint.validate": [
    {
    "language": "javascript",
    "autoFix": true
    },
    {
    "language": "javascriptreact",
    "autoFix": true
    },
    {
    "language": "typescript",
    "autoFix": true
    },
    {
    "language": "typescriptreact",
    "autoFix": true

    "[javascript]": {
    "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true,
    }
    },
    "[javascriptreact]": {
    "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true,
    }
    },
    "[typescript]": {
    "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true,
    }
    },
    "[typescriptreact]": {
    "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true,
    }
    ],
    },

    "files.associations": {
    ".sequelizerc": "javascript"
    ".sequelizerc": "javascript",
    ".stylelintrc": "json",
    ".prettierrc": "json"
    },

    // Aplica um sinal visual na esquerda da linha selecionada
    @@ -47,7 +52,7 @@
    "workbench.iconTheme": "material-icon-theme",
    "workbench.startupEditor": "newUntitledFile",
    "editor.tabSize": 2,
    "window.zoomLevel": 1,
    "window.zoomLevel": 0,
    "extensions.ignoreRecommendations": true,
    "emmet.syntaxProfiles": {
    "javascript": "jsx",
  12. @diego3g diego3g revised this gist Sep 30, 2019. 1 changed file with 11 additions and 6 deletions.
    17 changes: 11 additions & 6 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -12,7 +12,7 @@
    "editor.rulers": [80, 120],
    "editor.formatOnSave": false,


    "eslint.packageManager": "yarn",
    "eslint.autoFixOnSave": true,
    "eslint.validate": [
    {
    @@ -33,6 +33,10 @@
    }
    ],

    "files.associations": {
    ".sequelizerc": "javascript"
    },

    // Aplica um sinal visual na esquerda da linha selecionada
    "editor.renderLineHighlight": "gutter",

    @@ -43,15 +47,13 @@
    "workbench.iconTheme": "material-icon-theme",
    "workbench.startupEditor": "newUntitledFile",
    "editor.tabSize": 2,
    "window.zoomLevel": 0,
    "extensions.ignoreRecommendations": false,
    "window.zoomLevel": 1,
    "extensions.ignoreRecommendations": true,
    "emmet.syntaxProfiles": {
    "javascript": "jsx",
    "nunjucks": "html"
    },
    "emmet.includeLanguages": {
    "javascript": "javascriptreact",
    "nunjucks": "html"
    },
    "javascript.updateImportsOnFileMove.enabled": "never",
    "gitlens.codeLens.recentChange.enabled": false,
    @@ -66,5 +68,8 @@
    "liveshare.featureSet": "insiders",
    "explorer.confirmDelete": false,

    "typescript.tsserver.log": "verbose"
    "typescript.tsserver.log": "verbose",
    "javascript.suggest.autoImports": false,
    "typescript.suggest.autoImports": false,
    "workbench.activityBar.visible": true
    }
  13. @diego3g diego3g created this gist Jun 10, 2019.
    70 changes: 70 additions & 0 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,70 @@
    {
    // Define o tema do VSCode
    "workbench.colorTheme": "Dracula",

    // Configura tamanho e família da fonte
    "editor.fontSize": 18,
    "editor.lineHeight": 24,
    "editor.fontFamily": "Fira Code",
    "editor.fontLigatures": true,

    // Aplica linhas verticais para lembrar de quebrar linha em códigos muito grandes
    "editor.rulers": [80, 120],
    "editor.formatOnSave": false,


    "eslint.autoFixOnSave": true,
    "eslint.validate": [
    {
    "language": "javascript",
    "autoFix": true
    },
    {
    "language": "javascriptreact",
    "autoFix": true
    },
    {
    "language": "typescript",
    "autoFix": true
    },
    {
    "language": "typescriptreact",
    "autoFix": true
    }
    ],

    // Aplica um sinal visual na esquerda da linha selecionada
    "editor.renderLineHighlight": "gutter",

    // Aumenta a fonte do terminal
    "terminal.integrated.fontSize": 14,

    // Define o tema dos ícones na sidebar
    "workbench.iconTheme": "material-icon-theme",
    "workbench.startupEditor": "newUntitledFile",
    "editor.tabSize": 2,
    "window.zoomLevel": 0,
    "extensions.ignoreRecommendations": false,
    "emmet.syntaxProfiles": {
    "javascript": "jsx",
    "nunjucks": "html"
    },
    "emmet.includeLanguages": {
    "javascript": "javascriptreact",
    "nunjucks": "html"
    },
    "javascript.updateImportsOnFileMove.enabled": "never",
    "gitlens.codeLens.recentChange.enabled": false,
    "gitlens.codeLens.authors.enabled": false,
    "gitlens.codeLens.enabled": false,
    "breadcrumbs.enabled": true,
    "git.enableSmartCommit": true,
    "editor.parameterHints.enabled": false,
    "typescript.updateImportsOnFileMove.enabled": "never",
    "terminal.integrated.shell.osx": "/bin/zsh",
    "explorer.confirmDragAndDrop": false,
    "liveshare.featureSet": "insiders",
    "explorer.confirmDelete": false,

    "typescript.tsserver.log": "verbose"
    }