Skip to content

Commit

Permalink
fix "pdm refresh lockfile (no update)" vscode task
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Feb 12, 2024
1 parent 30d4ea0 commit 3c5ac6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"label": "pdm refresh lockfile (no update)",
"type": "shell",
"command": "./pw",
"args": ["pdm", "lock", "--refresh"],
"args": ["pdm", "lock", "--update-reuse"],
"presentation": {
"clear": true
},
Expand Down

0 comments on commit 3c5ac6a

Please sign in to comment.