Skip to content

Instantly share code, notes, and snippets.

@k3karthic
Last active May 31, 2023 06:30
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 k3karthic/8894a1ce9321336751e2cd08fad8e443 to your computer and use it in GitHub Desktop.
Save k3karthic/8894a1ce9321336751e2cd08fad8e443 to your computer and use it in GitHub Desktop.
VSCodium Configuration
  • Black (microsoft)
  • Color Highlight
  • EditorConfig
  • ESLint
  • Gitlens
  • Python
  • Prettier
  • PowerShell
  • Sourcery
  • AWS Toolkit
  • XML
  • YAML
  • Ruff (charliermarsh)
{
"workbench.startupEditor": "none",
"editor.fontSize": 16,
"redhat.telemetry.enabled": false,
"python.experiments.enabled": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.formatOnSave": true,
"editor.fontFamily": "Cascadia Code Light",
"editor.fontWeight": "normal",
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"yaml.customTags": [
"!And",
"!And sequence",
"!If",
"!If sequence",
"!Not",
"!Not sequence",
"!Equals",
"!Equals sequence",
"!Or",
"!Or sequence",
"!FindInMap",
"!FindInMap sequence",
"!Base64",
"!Join",
"!Join sequence",
"!Cidr",
"!Ref",
"!Sub",
"!Sub sequence",
"!GetAtt",
"!GetAZs",
"!ImportValue",
"!ImportValue sequence",
"!Select",
"!Select sequence",
"!Split",
"!Split sequence"
],
"aws.telemetry": false,
"aws.codeWhisperer.shareCodeWhispererContentWithAWS": false,
"python.linting.mypyCategorySeverity.error": "Warning",
"python.linting.mypyEnabled": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment