Skip to content

Commit 63371d6

Browse files
committed
chore: add utility command for displaying versions of all currently installed uv packages
1 parent 5b41533 commit 63371d6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.vscode/tasks.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,18 @@
192192
"focus": true,
193193
"panel": "shared"
194194
}
195+
},
196+
{
197+
"label": "Backend :: Show Dependency Version (All)",
198+
"detail": "Print the currently installed version of all dependencies",
199+
"group": "build",
200+
"type": "shell",
201+
"command": "uv tree --depth 1",
202+
"presentation": {
203+
"reveal": "always",
204+
"focus": true,
205+
"panel": "shared"
206+
}
195207
}
196208
],
197209
"inputs": [

0 commit comments

Comments
 (0)