diff --git a/.vscode/launch.json b/.vscode/launch.json index 071ceb977f..d5b35bf13d 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -335,6 +335,18 @@ }, "console": "internalConsole" }, + { + "type": "lldb", + "request": "launch", + "name": "bun html-rewriter example", + "program": "bun-debug", + "args": ["run", "examples/bun/html-rewriter.ts"], + "cwd": "${workspaceFolder}", + "env": { + "FORCE_COLOR": "1" + }, + "console": "internalConsole" + }, { "type": "lldb", "request": "launch",