mirror of
https://github.com/samjage/metro-warden.git
synced 2026-06-06 03:00:41 +00:00
25 lines
557 B
JSON
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"
|
|
]
|
|
}
|