Skip to content

Commit 1cd2422

Browse files
committed
feat(common-utils): ✨ add update task
1 parent f9eed44 commit 1cd2422

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"tasks": [
3+
{
4+
"label": "⏬ Upd. DevEnv",
5+
"type": "shell",
6+
"command": "npm exec --yes -- tomgrv/devcontainer-features -u",
7+
"presentation": {
8+
"panel": "shared",
9+
"close": true,
10+
"reveal": "always"
11+
}
12+
}
13+
]
14+
}

src/common-utils/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "common-utils",
33
"name": "Common Utils",
44
"description": "Common utils for tomgrv/devcontainer-features",
5-
"version": "3.16.0",
5+
"version": "3.17.0",
66
"dependsOn": {
77
"ghcr.io/devcontainers/features/common-utils": {}
88
},

0 commit comments

Comments
 (0)