mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
wip
This commit is contained in:
21
.vscode/launch.json
vendored
21
.vscode/launch.json
vendored
@@ -3,16 +3,21 @@
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Test",
|
||||
"type": "cppdbg",
|
||||
"type": "lldb",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/zig-cache/bin/test",
|
||||
"args": ["prevent-panic-by-passing-a-placeholder-arg"],
|
||||
"preLaunchTask": "test",
|
||||
"stopAtEntry": false,
|
||||
"stdio": null,
|
||||
"stopOnEntry": false,
|
||||
"program": "/usr/local/bin/zig",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"environment": [],
|
||||
"externalConsole": false,
|
||||
"MIMode": "lldb"
|
||||
"args": ["test", "${file}"],
|
||||
"presentation": {
|
||||
"hidden": false,
|
||||
"group": "",
|
||||
"order": 1
|
||||
},
|
||||
"env": {
|
||||
"TERM": "xterm"
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user