mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-29 21:03:40 +00:00
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.
This commit is contained in:
parent
f4568be34e
commit
8880df1bee
2 changed files with 102 additions and 95 deletions
|
|
@ -87,6 +87,13 @@
|
|||
"remoteUser": "vscode",
|
||||
"features": {
|
||||
"ghcr.io/devcontainers/features/github-cli:1": {},
|
||||
"ghcr.io/devcontainers/features/node:1": {
|
||||
"version": "22"
|
||||
},
|
||||
"ghcr.io/devcontainers/features/rust:1": {
|
||||
"version": "latest",
|
||||
"profile": "minimal"
|
||||
},
|
||||
"ghcr.io/devcontainers-extra/features/apt-packages:1": {
|
||||
"packages": [
|
||||
"ffmpeg",
|
||||
|
|
|
|||
Loading…
Reference in a new issue