{ "diffEditor.ignoreTrimWhitespace": false, "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" }, "editor.codeLens": true, "editor.columnSelection": false, "editor.detectIndentation": false, "editor.fontFamily": "Fira Code", "editor.fontLigatures": true, "editor.fontSize": 13, "editor.minimap.enabled": false, "editor.mouseWheelZoom": false, "editor.renderLineHighlight": "gutter", "editor.renderWhitespace": "boundary", "editor.tabSize": 2, "editor.accessibilitySupport": "off", "emmet.includeLanguages": { "html": "html" }, "emmet.triggerExpansionOnTab": true, "explorer.compactFolders": false, "explorer.confirmDelete": false, "explorer.confirmDragAndDrop": false, "explorer.sortOrder": "type", "extensions.ignoreRecommendations": true, "files.associations": { "*.graphql": "typescript", ".sequelizerc": "javascript", ".env.*": "dotenv" }, "files.defaultLanguage": "json", "javascript.updateImportsOnFileMove.enabled": "always", "material-icon-theme.files.associations": { ".prettierrc": "json", ".sequelizerc": "javascript", ".stylelintrc": "json", "tsconfig.json": "tune" }, "material-icon-theme.folders.associations": { "_helpers": "tools", "aws-config": "aws", "base": "core", "factories": "tools", "helpers": "tools", "interfaces": "rules", "repositories": "mappings", "schemas": "mappings", "vscode": "vscode", "migrations": "tools", "infra": "less", "presentation": "views", "domain": "components" }, "terminal.integrated.allowChords": false, "terminal.integrated.fontFamily": "Fira Code", "terminal.integrated.fontSize": 13, "typescript.preferences.importModuleSpecifier": "non-relative", "typescript.preferences.quoteStyle": "single", "typescript.updateImportsOnFileMove.enabled": "always", "terminal.integrated.showExitAlert": false, "window.menuBarVisibility": "classic", "window.titleBarStyle": "custom", "workbench.editor.highlightModifiedTabs": true, "workbench.iconTheme": "material-icon-theme", "workbench.startupEditor": "newUntitledFile", "material-icon-theme.folders.theme": "specific", "workbench.colorTheme": "Omni", "yaml.customTags": [ "!Equals sequence", "!FindInMap sequence", "!GetAtt", "!GetAZs", "!ImportValue", "!Join sequence", "!Ref", "!Select sequence", "!Split sequence", "!Sub" ], "git.confirmSync": false, "[xml]": { "editor.defaultFormatter": "redhat.vscode-xml" }, "redhat.telemetry.enabled": true, "hediet.vscode-drawio.theme": "atlas", "screencastMode.onlyKeyboardShortcuts": true, "hediet.vscode-drawio.resizeImages": null }