mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
add another launch config for windows bun test (#8389)
This commit is contained in:
10
.vscode/launch.json
generated
vendored
10
.vscode/launch.json
generated
vendored
@@ -390,6 +390,14 @@
|
||||
"program": "${workspaceFolder}/build/bun-debug.exe",
|
||||
"args": ["run", "${file}"],
|
||||
"cwd": "${fileDirname}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "cppvsdbg",
|
||||
"request": "launch",
|
||||
"name": "Windows: bun test [file]",
|
||||
"program": "${workspaceFolder}/build/bun-debug.exe",
|
||||
"args": ["test", "${file}"],
|
||||
"cwd": "${fileDirname}"
|
||||
},
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user