Skip to content

Instantly share code, notes, and snippets.

@jfollmann
Created January 22, 2024 19:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jfollmann/4cd8e5a4842d66bc6aef98c0c7b66839 to your computer and use it in GitHub Desktop.
Save jfollmann/4cd8e5a4842d66bc6aef98c0c7b66839 to your computer and use it in GitHub Desktop.
vs-config
{
"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
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment