diff options
author | 2022-04-04 06:38:09 -0700 | |
---|---|---|
committer | 2022-04-04 06:38:09 -0700 | |
commit | 05a4991a5f740cc7d77403fe0d119a7dbc737782 (patch) | |
tree | 14087b4e37dec773f1342de185c446d316066ad3 | |
parent | 078ceb7168cc70d1715e99611a8898ecf537812b (diff) | |
download | bun-05a4991a5f740cc7d77403fe0d119a7dbc737782.tar.gz bun-05a4991a5f740cc7d77403fe0d119a7dbc737782.tar.zst bun-05a4991a5f740cc7d77403fe0d119a7dbc737782.zip |
Update launch.json
-rw-r--r-- | .vscode/launch.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 071ceb977..d5b35bf13 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -338,6 +338,18 @@ { "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", "name": "bun tes2t", "program": "bun-debug", "args": ["add", "imagemin-webpack-plugin"], |