Skip to content

Instantly share code, notes, and snippets.

@Julianadev
Last active June 2, 2023 19:49
Show Gist options
  • Save Julianadev/b61634b321ccd2ae71334144eea75a87 to your computer and use it in GitHub Desktop.
Save Julianadev/b61634b321ccd2ae71334144eea75a87 to your computer and use it in GitHub Desktop.
VSCode Settings
{
"emmet.syntaxProfiles": {
"javascript": "jsx",
"html": {
"filters": "bem",
"attr_quotes": "single"
}
},
"workbench.startupEditor": "newUntitledFile",
"editor.fontSize": 14,
"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",
"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": {
"FIG_NEW_SESSION": "1"
},
"workbench.editor.labelFormat": "short",
"editor.fontLigatures": true,
"emmet.includeLanguages": {
"javascript": "html",
"html5": "html5",
"plaintext": "pug"
},
"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,
"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,
"files.autoSave": "afterDelay",
"emmet.preferences": {
"filter.commentAfter": "\n<!-- /<%= attr('id', '#') %><%= attr('class', '.') %> -->",
"emmet.triggerExpansionOnTab": true
},
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": true,
"markdown": false,
"scminput": false,
"html": true,
"css": true,
"javascript": true,
"csharp": true,
"python": true
},
"[html]": {
"editor.defaultFormatter": "mohd-akram.vscode-html-format"
},
"[css]": {
"editor.defaultFormatter": "vscode.css-language-features"
},
"editor.inlineSuggest.enabled": true,
"terminal.integrated.gpuAcceleration": "off",
"[typescript]": {
},
"diffEditor.ignoreTrimWhitespace": false,
"sqlite.setupDatabase": {
},
"[csharp]": {
"editor.defaultFormatter": "ms-dotnettools.csharp"
},
"workbench.iconTheme": "deepdark-material-icons",
"workbench.colorTheme": "Tinacious Design (High Contrast)",
"editor.guides.bracketPairs": true,
"openapi.securityAuditToken": "CiB4w9HmhK5moZYsiK1e5WbzpyjGsqLCQpFbOE/OashpDRIYhAc3cwyAlqASSCa7gEK0BHYaRWx0qP5OGnNc5Q70oTaETgnAu+joEcsu0cYQdlLfZEAmFsXlMWPnHrkLEjx4rbsqi9bkBOhsZN/BzlBFqyVO6upeLzCGLwmRyvLTWBArpBH6yRucNcSXtx+ojLja65hSuvP/K6W4uSBcV/ZzVR4sCoIW7Jt9F5QY7Nqh",
"python.defaultInterpreterPath": "C:\\Users\\jully\\AppData\\Local\\Microsoft\\WindowsApps\\python3.11.exe",
"rapidapi.terminalLink.enabled": false,
"liveServer.settings.donotShowInfoMsg": true,
"window.commandCenter": true,
"workbench.layoutControl.enabled": false,
"terminal.integrated.ignoreProcessNames": [
"starship",
"oh-my-posh",
"bash",
"zsh",
"dotnet"
],
"[python]": {
"editor.formatOnType": true
},
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
}
}
@Julianadev
Copy link
Author

update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment