We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b41533 commit 63371d6Copy full SHA for 63371d6
.vscode/tasks.json
@@ -192,6 +192,18 @@
192
"focus": true,
193
"panel": "shared"
194
}
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
+ }
207
208
],
209
"inputs": [
0 commit comments