Skip to content

Instantly share code, notes, and snippets.

@lucasgomesoficial
Last active March 31, 2023 17:06
Show Gist options
  • Select an option

  • Save lucasgomesoficial/ea16ef7672175e1f321a8cea6041707d to your computer and use it in GitHub Desktop.

Select an option

Save lucasgomesoficial/ea16ef7672175e1f321a8cea6041707d to your computer and use it in GitHub Desktop.
settings do vscode
{
"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,
"explorer.compactFolders": false,
"editor.renderLineHighlight": "gutter",
"workbench.editor.labelFormat": "short",
"extensions.ignoreRecommendations": true,
"editor.parameterHints.enabled": false,
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false,
"editor.wordWrap": "on",
// "editor.rulers": [80, 120],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.quickSuggestions": {
"strings": true
},
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/node_modules": true,
"**/.swc": true,
"**/.next": true
},
"[prisma]": {
"editor.formatOnSave": true
},
"files.associations": {
".sequelizerc": "javascript",
".stylelintrc": "json",
".prettierrc": "json",
"*.tsx": "typescriptreact",
".env.*": "dotenv",
"*.css": "tailwindcss"
},
"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,
"typescript.preferences.importModuleSpecifier": 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"
},
"colorize.languages": [
"javascript",
"typescript"
],
"colorize.colorized_colors": [
"HEXA",
"ARGB",
"RGB",
"BROWSERS_COLORS",
"HSL"
],
"colorize.colorized_variables": [
"LESS",
"STYLUS",
"CSS",
"SASS"
],
"workbench.colorTheme": "Omni",
"window.menuBarVisibility": "toggle",
"typescript.updateImportsOnFileMove.enabled": "always",
"tabnine.experimentalAutoImports": false,
"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": [
"Acoordion",
"antecipacao",
"Antecipation",
"apexcharts",
"backoffice",
"Baner",
"camelcase",
"chakra",
"changestatus",
"childreen",
"codegen",
"Corfim",
"dashgo",
"datetime",
"DECRIPTION",
"graos",
"Graos",
"greyscale",
"headlessui",
"heroicons",
"hookform",
"imgs",
"immer",
"Inclusao",
"iniatial",
"middlewares",
"miragejs",
"nextauth",
"nextjs",
"notificacoes",
"nprogress",
"Núvem",
"postgresql",
"prefetch",
"recoverypassword",
"reduxjs",
"Regitration",
"Requered",
"resetar",
"revisao",
"Roboto",
"rocketseat",
"rowback",
"solitation",
"tailwindcss",
"toastify",
"upsert",
"usuarios",
"vitejs",
"whatsapp",
"Whatsapp"
],
"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",
"security.workspace.trust.enabled": false,
"editor.minimap.enabled": false,
"editor.renderWhitespace": "all",
"terminal.integrated.defaultProfile.windows": "Git Bash",
"bracket-pair-colorizer-2.depreciation-notice": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[svelte]": {
"editor.defaultFormatter": "svelte.svelte-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"workbench.sideBar.location": "right",
"yaml.schemas": {
"file:///c%3A/Users/lucas.s/.vscode/extensions/atlassian.atlascode-3.0.2/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
},
"redhat.telemetry.enabled": true,
"atlascode.jira.enabled": true,
"atlascode.jira.jqlList": [
{
"id": "2ad0c185-1fd1-4c15-b584-0be01d5ddc10",
"enabled": true,
"name": "My compasso Issues",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "1791974a-ad7a-4074-8733-78ae6cbab78f",
"monitor": true
}
],
"svelte.enable-ts-plugin": true,
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.accessibilitySupport": "off",
"editor.unicodeHighlight.allowedCharacters": {
" ": true
},
"liveServer.settings.donotShowInfoMsg": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment