[install] handle workspace: specifier correctly (#3474)

fixes #3430
This commit is contained in:
Alex Lam S.L
2023-06-30 20:03:53 +03:00
committed by GitHub
parent 039bbc68ad
commit 2a73d3c793
8 changed files with 62 additions and 17 deletions

2
.vscode/launch.json generated vendored
View File

@@ -325,7 +325,7 @@
"name": "bun install",
"program": "bun-debug",
"args": ["install"],
"cwd": "${workspaceFolder}",
"cwd": "${fileDirname}",
"console": "internalConsole",
"env": {
"BUN_DEBUG_QUIET_LOGS": "1"