hass.tibber_prices/.devcontainer/devcontainer-extensions.json
Julian Pawlowski 8880df1bee chore(devcontainer): update extensions and add Rust feature
- Added ghcr.io/devcontainers/features/rust:1 (minimal profile)
- Reorganized extension IDs into categories (Python, GitHub, Tools)
- Sorted extensions alphabetically within categories

Impact: DevContainer now includes Rust toolchain for building git-cliff
(release notes backend). No user-visible changes.
2025-11-09 14:24:55 +00:00

6 lines
97 B
JSON

{
"recommendations": [],
"unwantedRecommendations": [
"ms-python.pylint"
]
}