From 05a4991a5f740cc7d77403fe0d119a7dbc737782 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Mon, 4 Apr 2022 06:38:09 -0700 Subject: [PATCH] Update launch.json --- .vscode/launch.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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",