- Black (microsoft)
- Color Highlight
- EditorConfig
- ESLint
- Gitlens
- Python
- Prettier
- PowerShell
- Sourcery
- AWS Toolkit
- XML
- YAML
- Ruff (charliermarsh)
Last active
May 31, 2023 06:30
-
-
Save k3karthic/8894a1ce9321336751e2cd08fad8e443 to your computer and use it in GitHub Desktop.
VSCodium Configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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