Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save DayvitSiqueira/28231020a9248de875e0aa2411165f1d to your computer and use it in GitHub Desktop.

Select an option

Save DayvitSiqueira/28231020a9248de875e0aa2411165f1d to your computer and use it in GitHub Desktop.
{
"editor.lineHeight": 25,
"editor.fontSize": 14,
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Bearded Theme Black & Diamond",
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.rulers": [
80,
120
],
"files.associations": {
".sequelizerc": "javascript",
".stylelintrc": "json",
"*.tsx": "typescriptreact",
".env.*": "dotenv",
".prettierrc": "json"
},
"editor.parameterHints.enabled": true,
"material-icon-theme.languages.associations": {
"dotenv": "tune"
},
"material-icon-theme.files.associations": {
"tsconfig.json": "tune",
"*.webpack.js": "webpack",
"*.proto": "3d",
"ormconfig.json": "database"
},
"material-icon-theme.activeIconPack": "nest",
"typescript.tsserver.log": "off",
"typescript.updateImportsOnFileMove.enabled": "prompt",
"editor.suggestSelection": "first",
"terminal.integrated.showExitAlert": false,
"[prisma]": {
"editor.formatOnSave": true
},
"typescript.suggest.autoImports": true,
"workbench.editor.labelFormat": "short",
"editor.fontLigatures": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"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"
},
"editor.acceptSuggestionOnCommitCharacter": false,
"explorer.compactFolders": false,
"git.enableSmartCommit": true,
"editor.accessibilitySupport": "off",
"explorer.confirmDragAndDrop": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.addMissingImports": "explicit"
},
"eslint.validate": [
"javascript",
"javascriptreact",
"graphql"
],
"breadcrumbs.enabled": true,
"workbench.productIconTheme": "fluent-icons",
"editor.fontFamily": "JetBrains Mono",
"editor.tabSize": 2,
"files.exclude": {
"**\/CVS": true,
"**\/.DS_Store": true,
"**\/.hg": true,
"**\/.svn": true,
"**\/.git": true,
// "node_modules": true
},
"gitlens.codeLens.enabled": false,
"editor.minimap.enabled": true,
"editor.minimap.autohide": true,
"update.mode": "start",
"terminal.integrated.defaultProfile.osx": "zsh",
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"window.commandCenter": true,
"workbench.startupEditor": "none",
"prisma.showPrismaDataPlatformNotification": false,
"github.copilot.advanced": {},
"github.copilot.editor.enableAutoCompletions": false,
"chat.commandCenter.enabled": false,
"terminal.external.osxExec": "Warp.app",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment