Files
metro-warden/.vscode/extensions.json
T

25 lines
557 B
JSON

{
"recommendations": [
// Python
"ms-python.python",
"ms-python.black-formatter",
"ms-python.pylint",
// Better error highlighting and type checking
"ms-pyright.pyright",
// Git decorations in the gutter
"eamodio.gitlens",
// Colored indent guides — crucial for reading Python
"oderwat.indent-rainbow",
// Highlight TODO/FIXME/HACK comments
"gruntfuss.vscode-phpdoc-comment-snippets",
"wayou.vscode-todo-highlight",
// TOML support (config/defaults.toml)
"tamasfe.even-better-toml"
]
}