chore(vscode): use --frozen-lockfile for install task

Prevents bun install from modifying the lockfile during F5 launch.
This commit is contained in:
Mark IJbema
2026-03-23 12:08:32 +01:00
parent 239bb41cc2
commit 0ebd9aa098
+1 -1
View File
@@ -69,7 +69,7 @@
"label": "VSCode - Install",
"type": "shell",
"command": "bun",
"args": ["install"],
"args": ["install", "--frozen-lockfile"],
"group": "build",
"presentation": {
"reveal": "silent"