{ "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" ] }