mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-28 11:05:31 +08:00
chore(vscode): use --frozen-lockfile for install task
Prevents bun install from modifying the lockfile during F5 launch.
This commit is contained in:
Vendored
+1
-1
@@ -69,7 +69,7 @@
|
||||
"label": "VSCode - Install",
|
||||
"type": "shell",
|
||||
"command": "bun",
|
||||
"args": ["install"],
|
||||
"args": ["install", "--frozen-lockfile"],
|
||||
"group": "build",
|
||||
"presentation": {
|
||||
"reveal": "silent"
|
||||
|
||||
Reference in New Issue
Block a user