From a63f09784e3eb3c77295e26460fb336b1c7b35f8 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Tue, 8 Jul 2025 15:45:24 -0800 Subject: [PATCH] .vscode/launch.json: delete unused configurations (#20901) --- .vscode/launch.json | 1005 ------------------------------------------- 1 file changed, 1005 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index e3b39ae920..9cc2d04820 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -33,28 +33,6 @@ "/webkitbuild/.WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", }, }, - { - "type": "lldb", - "request": "launch", - "name": "bun test [file] --only", - "program": "${workspaceFolder}/build/debug/bun-debug", - "args": ["test", "--timeout=3600000", "--only", "${file}"], - "cwd": "${workspaceFolder}", - "env": { - "BUN_DEBUG_QUIET_LOGS": "1", - "BUN_GARBAGE_COLLECTOR_LEVEL": "1", - "BUN_DEBUG_jest": "1", - }, - "console": "internalConsole", - "sourceMap": { - // macOS - "/Users/runner/work/_temp/webkit-release/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/Users/runner/work/_temp/webkit-release/WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - // linux - "/webkitbuild/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/webkitbuild/.WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - }, - }, { "type": "lldb", "name": "Attach", @@ -69,150 +47,6 @@ "/webkitbuild/.WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", }, }, - { - "type": "lldb", - "request": "launch", - "name": "bun test [file] (fast)", - "program": "${workspaceFolder}/build/debug/bun-debug", - "args": ["test", "--timeout=3600000", "${file}"], - "cwd": "${workspaceFolder}", - "env": { - "BUN_DEBUG_QUIET_LOGS": "1", - "BUN_DEBUG_jest": "1", - "BUN_GARBAGE_COLLECTOR_LEVEL": "0", - }, - "console": "internalConsole", - "sourceMap": { - // macOS - "/Users/runner/work/_temp/webkit-release/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/Users/runner/work/_temp/webkit-release/WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - // linux - "/webkitbuild/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/webkitbuild/.WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - }, - }, - { - "type": "lldb", - "request": "launch", - "name": "bun test [file] (verbose)", - "program": "${workspaceFolder}/build/debug/bun-debug", - "args": ["test", "--timeout=3600000", "${file}"], - "cwd": "${workspaceFolder}", - "env": { - "BUN_DEBUG_QUIET_LOGS": "0", - "BUN_DEBUG_jest": "1", - "BUN_GARBAGE_COLLECTOR_LEVEL": "2", - }, - "console": "internalConsole", - "sourceMap": { - // macOS - "/Users/runner/work/_temp/webkit-release/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/Users/runner/work/_temp/webkit-release/WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - // linux - "/webkitbuild/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/webkitbuild/.WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - }, - }, - { - "type": "lldb", - "request": "launch", - "name": "bun test [file] --watch", - "program": "${workspaceFolder}/build/debug/bun-debug", - "args": ["test", "--timeout=3600000", "--watch", "${file}"], - "cwd": "${workspaceFolder}", - "env": { - "BUN_DEBUG_QUIET_LOGS": "1", - "BUN_DEBUG_jest": "1", - "BUN_GARBAGE_COLLECTOR_LEVEL": "2", - }, - "console": "internalConsole", - "sourceMap": { - // macOS - "/Users/runner/work/_temp/webkit-release/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/Users/runner/work/_temp/webkit-release/WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - // linux - "/webkitbuild/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/webkitbuild/.WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - }, - }, - { - "type": "lldb", - "request": "launch", - "name": "bun test [file] --hot", - "program": "${workspaceFolder}/build/debug/bun-debug", - "args": ["test", "--timeout=3600000", "--hot", "${file}"], - "cwd": "${workspaceFolder}", - "env": { - "BUN_DEBUG_QUIET_LOGS": "1", - "BUN_DEBUG_jest": "1", - "BUN_GARBAGE_COLLECTOR_LEVEL": "2", - }, - "console": "internalConsole", - "sourceMap": { - // macOS - "/Users/runner/work/_temp/webkit-release/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/Users/runner/work/_temp/webkit-release/WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - // linux - "/webkitbuild/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/webkitbuild/.WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - }, - }, - { - "type": "lldb", - "request": "launch", - "name": "bun test [file] --inspect", - "program": "${workspaceFolder}/build/debug/bun-debug", - "args": ["test", "--timeout=3600000", "${file}"], - "cwd": "${workspaceFolder}", - "env": { - "BUN_DEBUG_QUIET_LOGS": "1", - "BUN_DEBUG_jest": "1", - "BUN_GARBAGE_COLLECTOR_LEVEL": "2", - "BUN_INSPECT": "ws://localhost:0/?wait=1", - }, - "console": "internalConsole", - "sourceMap": { - // macOS - "/Users/runner/work/_temp/webkit-release/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/Users/runner/work/_temp/webkit-release/WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - // linux - "/webkitbuild/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/webkitbuild/.WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - }, - "serverReadyAction": { - "pattern": "https://debug.bun.sh/#localhost:([0-9]+)/", - "uriFormat": "https://debug.bun.sh/#ws://localhost:%s/", - "action": "openExternally", - }, - }, - { - "type": "lldb", - "request": "launch", - "name": "bun test [file] --inspect-brk", - "program": "${workspaceFolder}/build/debug/bun-debug", - "args": ["test", "--timeout=3600000", "${file}"], - "cwd": "${workspaceFolder}", - "env": { - "BUN_DEBUG_QUIET_LOGS": "1", - "BUN_DEBUG_jest": "1", - "BUN_GARBAGE_COLLECTOR_LEVEL": "2", - "BUN_INSPECT": "ws://localhost:0/?break=1", - }, - "console": "internalConsole", - "sourceMap": { - // macOS - "/Users/runner/work/_temp/webkit-release/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/Users/runner/work/_temp/webkit-release/WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - // linux - "/webkitbuild/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/webkitbuild/.WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - }, - "serverReadyAction": { - "pattern": "https://debug.bun.sh/#localhost:([0-9]+)/", - "uriFormat": "https://debug.bun.sh/#ws://localhost:%s/", - "action": "openExternally", - }, - }, // bun run [file] { "type": "lldb", @@ -236,150 +70,6 @@ "/webkitbuild/.WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", }, }, - { - "type": "lldb", - "request": "launch", - "name": "bun run [file] (fast)", - "program": "${workspaceFolder}/build/debug/bun-debug", - "args": ["run", "${file}"], - "cwd": "${fileDirname}", - "env": { - "BUN_DEBUG_QUIET_LOGS": "1", - "BUN_GARBAGE_COLLECTOR_LEVEL": "0", - "BUN_DEBUG_IncrementalGraph": "1", - "BUN_DEBUG_Bake": "1", - "BUN_DEBUG_reload_file_list": "1", - "GOMAXPROCS": "1", - }, - "console": "internalConsole", - "sourceMap": { - // macOS - "/Users/runner/work/_temp/webkit-release/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/Users/runner/work/_temp/webkit-release/WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - // linux - "/webkitbuild/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/webkitbuild/.WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - }, - }, - { - "type": "lldb", - "request": "launch", - "name": "bun run [file] (verbose)", - "program": "${workspaceFolder}/build/debug/bun-debug", - "args": ["run", "${file}"], - "cwd": "${fileDirname}", - "env": { - "BUN_DEBUG_QUIET_LOGS": "0", - "BUN_GARBAGE_COLLECTOR_LEVEL": "2", - }, - "console": "internalConsole", - "sourceMap": { - // macOS - "/Users/runner/work/_temp/webkit-release/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/Users/runner/work/_temp/webkit-release/WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - // linux - "/webkitbuild/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/webkitbuild/.WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - }, - }, - { - "type": "lldb", - "request": "launch", - "name": "bun run [file] --watch", - "program": "${workspaceFolder}/build/debug/bun-debug", - "args": ["run", "--watch", "${file}"], - "cwd": "${fileDirname}", - "env": { - "BUN_DEBUG_QUIET_LOGS": "1", - "BUN_GARBAGE_COLLECTOR_LEVEL": "2", - }, - "console": "internalConsole", - "sourceMap": { - // macOS - "/Users/runner/work/_temp/webkit-release/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/Users/runner/work/_temp/webkit-release/WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - // linux - "/webkitbuild/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/webkitbuild/.WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - }, - }, - { - "type": "lldb", - "request": "launch", - "name": "bun run [file] --hot", - "program": "${workspaceFolder}/build/debug/bun-debug", - "args": ["run", "--hot", "${file}"], - "cwd": "${fileDirname}", - "env": { - "BUN_DEBUG_QUIET_LOGS": "1", - "BUN_GARBAGE_COLLECTOR_LEVEL": "2", - }, - "console": "internalConsole", - "sourceMap": { - // macOS - "/Users/runner/work/_temp/webkit-release/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/Users/runner/work/_temp/webkit-release/WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - // linux - "/webkitbuild/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/webkitbuild/.WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - }, - }, - { - "type": "lldb", - "request": "launch", - "name": "bun run [file] --inspect", - "program": "${workspaceFolder}/build/debug/bun-debug", - "args": ["run", "${file}"], - "cwd": "${fileDirname}", - "env": { - "FORCE_COLOR": "0", - "BUN_DEBUG_QUIET_LOGS": "1", - "BUN_GARBAGE_COLLECTOR_LEVEL": "2", - "BUN_INSPECT": "ws://localhost:0/?wait=1", - }, - "console": "internalConsole", - "sourceMap": { - // macOS - "/Users/runner/work/_temp/webkit-release/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/Users/runner/work/_temp/webkit-release/WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - // linux - "/webkitbuild/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/webkitbuild/.WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - }, - "serverReadyAction": { - "pattern": "https://debug.bun.sh/#localhost:([0-9]+)/", - "uriFormat": "https://debug.bun.sh/#ws://localhost:%s/", - "action": "openExternally", - }, - }, - { - "type": "lldb", - "request": "launch", - "name": "bun run [file] --inspect-brk", - "program": "${workspaceFolder}/build/debug/bun-debug", - "args": ["run", "${file}"], - "cwd": "${fileDirname}", - "env": { - "FORCE_COLOR": "0", - "BUN_DEBUG_QUIET_LOGS": "1", - "BUN_GARBAGE_COLLECTOR_LEVEL": "2", - "BUN_INSPECT": "ws://localhost:0/?break=1", - }, - "console": "internalConsole", - "sourceMap": { - // macOS - "/Users/runner/work/_temp/webkit-release/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/Users/runner/work/_temp/webkit-release/WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - // linux - "/webkitbuild/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/webkitbuild/.WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - }, - "serverReadyAction": { - "pattern": "https://debug.bun.sh/#localhost:([0-9]+)/", - "uriFormat": "https://debug.bun.sh/#ws://localhost:%s/", - "action": "openExternally", - }, - }, // bun test [...] { "type": "lldb", @@ -403,150 +93,6 @@ "/webkitbuild/.WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", }, }, - { - "type": "lldb", - "request": "launch", - "name": "bun test [...] (fast)", - "program": "${workspaceFolder}/build/debug/bun-debug", - "args": ["test", "--timeout=3600000", "${input:testName}"], - "cwd": "${workspaceFolder}", - "env": { - "BUN_DEBUG_QUIET_LOGS": "1", - "BUN_DEBUG_jest": "1", - "BUN_GARBAGE_COLLECTOR_LEVEL": "0", - }, - "console": "internalConsole", - "sourceMap": { - // macOS - "/Users/runner/work/_temp/webkit-release/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/Users/runner/work/_temp/webkit-release/WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - // linux - "/webkitbuild/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/webkitbuild/.WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - }, - }, - { - "type": "lldb", - "request": "launch", - "name": "bun test [...] (verbose)", - "program": "${workspaceFolder}/build/debug/bun-debug", - "args": ["test", "--timeout=3600000", "${input:testName}"], - "cwd": "${workspaceFolder}", - "env": { - "BUN_DEBUG_QUIET_LOGS": "1", - "BUN_DEBUG_jest": "1", - "BUN_GARBAGE_COLLECTOR_LEVEL": "2", - }, - "console": "internalConsole", - "sourceMap": { - // macOS - "/Users/runner/work/_temp/webkit-release/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/Users/runner/work/_temp/webkit-release/WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - // linux - "/webkitbuild/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/webkitbuild/.WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - }, - }, - { - "type": "lldb", - "request": "launch", - "name": "bun test [...] --watch", - "program": "${workspaceFolder}/build/debug/bun-debug", - "args": ["test", "--timeout=3600000", "--watch", "${input:testName}"], - "cwd": "${workspaceFolder}", - "env": { - "BUN_DEBUG_QUIET_LOGS": "1", - "BUN_DEBUG_jest": "1", - "BUN_GARBAGE_COLLECTOR_LEVEL": "2", - }, - "console": "internalConsole", - "sourceMap": { - // macOS - "/Users/runner/work/_temp/webkit-release/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/Users/runner/work/_temp/webkit-release/WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - // linux - "/webkitbuild/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/webkitbuild/.WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - }, - }, - { - "type": "lldb", - "request": "launch", - "name": "bun test [...] --hot", - "program": "${workspaceFolder}/build/debug/bun-debug", - "args": ["test", "--timeout=3600000", "--hot", "${input:testName}"], - "cwd": "${workspaceFolder}", - "env": { - "BUN_DEBUG_QUIET_LOGS": "1", - "BUN_DEBUG_jest": "1", - "BUN_GARBAGE_COLLECTOR_LEVEL": "2", - }, - "console": "internalConsole", - "sourceMap": { - // macOS - "/Users/runner/work/_temp/webkit-release/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/Users/runner/work/_temp/webkit-release/WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - // linux - "/webkitbuild/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/webkitbuild/.WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - }, - }, - { - "type": "lldb", - "request": "launch", - "name": "bun test [...] --inspect", - "program": "${workspaceFolder}/build/debug/bun-debug", - "args": ["test", "--timeout=3600000", "${input:testName}"], - "cwd": "${workspaceFolder}", - "env": { - "BUN_DEBUG_QUIET_LOGS": "1", - "BUN_DEBUG_jest": "1", - "BUN_GARBAGE_COLLECTOR_LEVEL": "2", - "BUN_INSPECT": "ws://localhost:0/?wait=1", - }, - "console": "internalConsole", - "sourceMap": { - // macOS - "/Users/runner/work/_temp/webkit-release/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/Users/runner/work/_temp/webkit-release/WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - // linux - "/webkitbuild/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/webkitbuild/.WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - }, - "serverReadyAction": { - "pattern": "https://debug.bun.sh/#localhost:([0-9]+)/", - "uriFormat": "https://debug.bun.sh/#ws://localhost:%s/", - "action": "openExternally", - }, - }, - { - "type": "lldb", - "request": "launch", - "name": "bun test [...] --inspect-brk", - "program": "${workspaceFolder}/build/debug/bun-debug", - "args": ["test", "--timeout=3600000", "${input:testName}"], - "cwd": "${workspaceFolder}", - "env": { - "BUN_DEBUG_QUIET_LOGS": "1", - "BUN_DEBUG_jest": "1", - "BUN_GARBAGE_COLLECTOR_LEVEL": "2", - "BUN_INSPECT": "ws://localhost:0/?break=1", - }, - "console": "internalConsole", - "sourceMap": { - // macOS - "/Users/runner/work/_temp/webkit-release/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/Users/runner/work/_temp/webkit-release/WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - // linux - "/webkitbuild/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/webkitbuild/.WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - }, - "serverReadyAction": { - "pattern": "https://debug.bun.sh/#localhost:([0-9]+)/", - "uriFormat": "https://debug.bun.sh/#ws://localhost:%s/", - "action": "openExternally", - }, - }, // bun exec [...] { "type": "lldb", @@ -591,54 +137,6 @@ "/webkitbuild/.WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", }, }, - { - "type": "lldb", - "request": "launch", - "name": "bun test [*] (fast)", - "program": "${workspaceFolder}/build/debug/bun-debug", - "args": ["test"], - "cwd": "${workspaceFolder}", - "env": { - "BUN_DEBUG_QUIET_LOGS": "1", - "BUN_GARBAGE_COLLECTOR_LEVEL": "0", - }, - "console": "internalConsole", - "sourceMap": { - // macOS - "/Users/runner/work/_temp/webkit-release/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/Users/runner/work/_temp/webkit-release/WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - // linux - "/webkitbuild/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/webkitbuild/.WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - }, - }, - { - "type": "lldb", - "request": "launch", - "name": "bun test [*] --inspect", - "program": "${workspaceFolder}/build/debug/bun-debug", - "args": ["test"], - "cwd": "${workspaceFolder}", - "env": { - "BUN_DEBUG_QUIET_LOGS": "1", - "BUN_GARBAGE_COLLECTOR_LEVEL": "2", - "BUN_INSPECT": "ws://localhost:0/", - }, - "console": "internalConsole", - "sourceMap": { - // macOS - "/Users/runner/work/_temp/webkit-release/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/Users/runner/work/_temp/webkit-release/WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - // linux - "/webkitbuild/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/webkitbuild/.WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - }, - "serverReadyAction": { - "pattern": "https://debug.bun.sh/#localhost:([0-9]+)/", - "uriFormat": "https://debug.bun.sh/#ws://localhost:%s/", - "action": "openExternally", - }, - }, { "type": "lldb", "request": "launch", @@ -660,27 +158,6 @@ "/webkitbuild/.WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", }, }, - { - "type": "lldb", - "request": "launch", - "name": "bun test [*] (ci)", - "program": "node", - "args": ["test/runner.node.mjs"], - "cwd": "${workspaceFolder}", - "env": { - "BUN_DEBUG_QUIET_LOGS": "1", - "BUN_GARBAGE_COLLECTOR_LEVEL": "2", - }, - "console": "internalConsole", - "sourceMap": { - // macOS - "/Users/runner/work/_temp/webkit-release/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/Users/runner/work/_temp/webkit-release/WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - // linux - "/webkitbuild/vendor/WebKit": "${workspaceFolder}/vendor/WebKit", - "/webkitbuild/.WTF/Headers": "${workspaceFolder}/vendor/WebKit/Source/WTF", - }, - }, // Windows: bun test [file] { "type": "cppvsdbg", @@ -707,149 +184,6 @@ }, ], }, - { - "type": "cppvsdbg", - "sourceFileMap": { - "D:\\a\\WebKit\\WebKit\\Source": "${workspaceFolder}\\src\\bun.js\\WebKit\\Source", - }, - "request": "launch", - "name": "Windows: bun test --only [file]", - "program": "${workspaceFolder}/build/debug/bun-debug.exe", - "args": ["test", "--timeout=3600000", "--only", "${file}"], - "cwd": "${workspaceFolder}", - "environment": [ - { - "name": "BUN_DEBUG_QUIET_LOGS", - "value": "1", - }, - { - "name": "BUN_DEBUG_jest", - "value": "1", - }, - { - "name": "BUN_GARBAGE_COLLECTOR_LEVEL", - "value": "2", - }, - ], - }, - { - "type": "cppvsdbg", - "sourceFileMap": { - "D:\\a\\WebKit\\WebKit\\Source": "${workspaceFolder}\\src\\bun.js\\WebKit\\Source", - }, - "request": "launch", - "name": "Windows: bun test [file] (fast)", - "program": "${workspaceFolder}/build/debug/bun-debug.exe", - "args": ["test", "--timeout=3600000", "${file}"], - "cwd": "${workspaceFolder}", - "environment": [ - { - "name": "BUN_DEBUG_QUIET_LOGS", - "value": "1", - }, - { - "name": "BUN_DEBUG_jest", - "value": "1", - }, - { - "name": "BUN_GARBAGE_COLLECTOR_LEVEL", - "value": "0", - }, - ], - }, - { - "type": "cppvsdbg", - "sourceFileMap": { - "D:\\a\\WebKit\\WebKit\\Source": "${workspaceFolder}\\src\\bun.js\\WebKit\\Source", - }, - "request": "launch", - "name": "Windows: bun test [file] (verbose)", - "program": "${workspaceFolder}/build/debug/bun-debug.exe", - "args": ["test", "--timeout=3600000", "${file}"], - "cwd": "${workspaceFolder}", - "environment": [ - { - "name": "BUN_DEBUG_QUIET_LOGS", - "value": "0", - }, - { - "name": "BUN_DEBUG_jest", - "value": "1", - }, - { - "name": "BUN_GARBAGE_COLLECTOR_LEVEL", - "value": "2", - }, - ], - }, - { - "type": "cppvsdbg", - "sourceFileMap": { - "D:\\a\\WebKit\\WebKit\\Source": "${workspaceFolder}\\src\\bun.js\\WebKit\\Source", - }, - "request": "launch", - "name": "Windows: bun test [file] --inspect", - "program": "${workspaceFolder}/build/debug/bun-debug.exe", - "args": ["test", "--timeout=3600000", "${file}"], - "cwd": "${workspaceFolder}", - "environment": [ - { - "name": "BUN_DEBUG_QUIET_LOGS", - "value": "1", - }, - { - "name": "BUN_DEBUG_jest", - "value": "1", - }, - { - "name": "BUN_GARBAGE_COLLECTOR_LEVEL", - "value": "2", - }, - { - "name": "BUN_INSPECT", - "value": "ws://localhost:0/?wait=1", - }, - ], - "serverReadyAction": { - "pattern": "https://debug.bun.sh/#localhost:([0-9]+)/", - "uriFormat": "https://debug.bun.sh/#ws://localhost:%s/", - "action": "openExternally", - }, - }, - { - "type": "cppvsdbg", - "sourceFileMap": { - "D:\\a\\WebKit\\WebKit\\Source": "${workspaceFolder}\\src\\bun.js\\WebKit\\Source", - }, - "request": "launch", - "name": "Windows: bun test [file] --inspect-brk", - "program": "${workspaceFolder}/build/debug/bun-debug.exe", - "args": ["test", "--timeout=3600000", "${file}"], - "cwd": "${workspaceFolder}", - "environment": [ - { - "name": "BUN_DEBUG_QUIET_LOGS", - "value": "1", - }, - { - "name": "BUN_DEBUG_jest", - "value": "1", - }, - { - "name": "BUN_GARBAGE_COLLECTOR_LEVEL", - "value": "2", - }, - { - "name": "BUN_INSPECT", - "value": "ws://localhost:0/?break=1", - }, - ], - "serverReadyAction": { - "pattern": "https://debug.bun.sh/#localhost:([0-9]+)/", - "uriFormat": "https://debug.bun.sh/#ws://localhost:%s/", - "action": "openExternally", - }, - }, // Windows: bun run [file] { "type": "cppvsdbg", @@ -897,91 +231,6 @@ }, ], }, - { - "type": "cppvsdbg", - "sourceFileMap": { - "D:\\a\\WebKit\\WebKit\\Source": "${workspaceFolder}\\src\\bun.js\\WebKit\\Source", - }, - "request": "launch", - "name": "Windows: bun run [file] (verbose)", - "program": "${workspaceFolder}/build/debug/bun-debug.exe", - "args": ["run", "${fileBasename}"], - "cwd": "${fileDirname}", - "environment": [ - { - "name": "BUN_DEBUG_QUIET_LOGS", - "value": "1", - }, - { - "name": "BUN_DEBUG_SYS", - "value": "1", - }, - { - "name": "BUN_GARBAGE_COLLECTOR_LEVEL", - "value": "2", - }, - ], - }, - { - "type": "cppvsdbg", - "sourceFileMap": { - "D:\\a\\WebKit\\WebKit\\Source": "${workspaceFolder}\\src\\bun.js\\WebKit\\Source", - }, - "request": "launch", - "name": "Windows: bun run [file] --inspect", - "program": "${workspaceFolder}/build/debug/bun-debug.exe", - "args": ["run", "${fileBasename}"], - "cwd": "${fileDirname}", - "environment": [ - { - "name": "BUN_DEBUG_QUIET_LOGS", - "value": "1", - }, - { - "name": "BUN_GARBAGE_COLLECTOR_LEVEL", - "value": "2", - }, - { - "name": "BUN_INSPECT", - "value": "ws://localhost:0/?wait=1", - }, - ], - "serverReadyAction": { - "pattern": "https://debug.bun.sh/#localhost:([0-9]+)/", - "uriFormat": "https://debug.bun.sh/#ws://localhost:%s/", - "action": "openExternally", - }, - }, - { - "type": "cppvsdbg", - "sourceFileMap": { - "D:\\a\\WebKit\\WebKit\\Source": "${workspaceFolder}\\src\\bun.js\\WebKit\\Source", - }, - "request": "launch", - "name": "Windows: bun run [file] --inspect-brk", - "program": "${workspaceFolder}/build/debug/bun-debug.exe", - "args": ["run", "${fileBasename}"], - "cwd": "${fileDirname}", - "environment": [ - { - "name": "BUN_DEBUG_QUIET_LOGS", - "value": "1", - }, - { - "name": "BUN_GARBAGE_COLLECTOR_LEVEL", - "value": "2", - }, - { - "name": "BUN_INSPECT", - "value": "ws://localhost:0/?break=1", - }, - ], - "serverReadyAction": { - "pattern": "https://debug.bun.sh/#localhost:([0-9]+)/", - "uriFormat": "https://debug.bun.sh/#ws://localhost:%s/", - "action": "openExternally", - }, - }, // Windows: bun test [...] { "type": "cppvsdbg", @@ -1008,174 +257,6 @@ }, ], }, - { - "type": "cppvsdbg", - "sourceFileMap": { - "D:\\a\\WebKit\\WebKit\\Source": "${workspaceFolder}\\src\\bun.js\\WebKit\\Source", - }, - "request": "launch", - "name": "Windows: bun test [...] (fast)", - "program": "${workspaceFolder}/build/debug/bun-debug.exe", - "args": ["test", "--timeout=3600000", "${input:testName}"], - "cwd": "${workspaceFolder}", - "environment": [ - { - "name": "BUN_DEBUG_QUIET_LOGS", - "value": "1", - }, - { - "name": "BUN_DEBUG_jest", - "value": "1", - }, - { - "name": "BUN_GARBAGE_COLLECTOR_LEVEL", - "value": "0", - }, - ], - }, - { - "type": "cppvsdbg", - "sourceFileMap": { - "D:\\a\\WebKit\\WebKit\\Source": "${workspaceFolder}\\src\\bun.js\\WebKit\\Source", - }, - "request": "launch", - "name": "Windows: bun test [...] (verbose)", - "program": "${workspaceFolder}/build/debug/bun-debug.exe", - "args": ["test", "--timeout=3600000", "${input:testName}"], - "cwd": "${workspaceFolder}", - "environment": [ - { - "name": "BUN_DEBUG_QUIET_LOGS", - "value": "0", - }, - { - "name": "BUN_DEBUG_jest", - "value": "1", - }, - { - "name": "BUN_GARBAGE_COLLECTOR_LEVEL", - "value": "2", - }, - ], - }, - { - "type": "cppvsdbg", - "sourceFileMap": { - "D:\\a\\WebKit\\WebKit\\Source": "${workspaceFolder}\\src\\bun.js\\WebKit\\Source", - }, - "request": "launch", - "name": "Windows: bun test [...] --watch", - "program": "${workspaceFolder}/build/debug/bun-debug.exe", - "args": ["test", "--timeout=3600000", "--watch", "${input:testName}"], - "cwd": "${workspaceFolder}", - "environment": [ - { - "name": "BUN_DEBUG_QUIET_LOGS", - "value": "1", - }, - { - "name": "BUN_DEBUG_jest", - "value": "1", - }, - { - "name": "BUN_GARBAGE_COLLECTOR_LEVEL", - "value": "2", - }, - ], - }, - { - "type": "cppvsdbg", - "sourceFileMap": { - "D:\\a\\WebKit\\WebKit\\Source": "${workspaceFolder}\\src\\bun.js\\WebKit\\Source", - }, - "request": "launch", - "name": "Windows: bun test [...] --hot", - "program": "${workspaceFolder}/build/debug/bun-debug.exe", - "args": ["test", "--timeout=3600000", "--hot", "${input:testName}"], - "cwd": "${workspaceFolder}", - "environment": [ - { - "name": "BUN_DEBUG_QUIET_LOGS", - "value": "1", - }, - { - "name": "BUN_DEBUG_jest", - "value": "1", - }, - { - "name": "BUN_GARBAGE_COLLECTOR_LEVEL", - "value": "2", - }, - ], - }, - { - "type": "cppvsdbg", - "sourceFileMap": { - "D:\\a\\WebKit\\WebKit\\Source": "${workspaceFolder}\\src\\bun.js\\WebKit\\Source", - }, - "request": "launch", - "name": "Windows: bun test [...] --inspect", - "program": "${workspaceFolder}/build/debug/bun-debug.exe", - "args": ["test", "--timeout=3600000", "${input:testName}"], - "cwd": "${workspaceFolder}", - "environment": [ - { - "name": "BUN_DEBUG_QUIET_LOGS", - "value": "1", - }, - { - "name": "BUN_DEBUG_jest", - "value": "1", - }, - { - "name": "BUN_GARBAGE_COLLECTOR_LEVEL", - "value": "2", - }, - { - "name": "BUN_INSPECT", - "value": "ws://localhost:0/?wait=1", - }, - ], - "serverReadyAction": { - "pattern": "https://debug.bun.sh/#localhost:([0-9]+)/", - "uriFormat": "https://debug.bun.sh/#ws://localhost:%s/", - "action": "openExternally", - }, - }, - { - "type": "cppvsdbg", - "sourceFileMap": { - "D:\\a\\WebKit\\WebKit\\Source": "${workspaceFolder}\\src\\bun.js\\WebKit\\Source", - }, - "request": "launch", - "name": "Windows: bun test [...] --inspect-brk", - "program": "${workspaceFolder}/build/debug/bun-debug.exe", - "args": ["test", "--timeout=3600000", "${input:testName}"], - "cwd": "${workspaceFolder}", - "environment": [ - { - "name": "BUN_DEBUG_QUIET_LOGS", - "value": "1", - }, - { - "name": "BUN_DEBUG_jest", - "value": "1", - }, - { - "name": "BUN_GARBAGE_COLLECTOR_LEVEL", - "value": "2", - }, - { - "name": "BUN_INSPECT", - "value": "ws://localhost:0/?break=1", - }, - ], - "serverReadyAction": { - "pattern": "https://debug.bun.sh/#localhost:([0-9]+)/", - "uriFormat": "https://debug.bun.sh/#ws://localhost:%s/", - "action": "openExternally", - }, - }, // Windows: bun exec [...] { "type": "cppvsdbg", @@ -1220,92 +301,6 @@ }, ], }, - { - "type": "cppvsdbg", - "sourceFileMap": { - "D:\\a\\WebKit\\WebKit\\Source": "${workspaceFolder}\\src\\bun.js\\WebKit\\Source", - }, - "request": "launch", - "name": "Windows: bun test [*] (fast)", - "program": "${workspaceFolder}/build/debug/bun-debug.exe", - "args": ["test"], - "cwd": "${workspaceFolder}", - "environment": [ - { - "name": "BUN_DEBUG_QUIET_LOGS", - "value": "1", - }, - { - "name": "BUN_DEBUG_jest", - "value": "1", - }, - { - "name": "BUN_GARBAGE_COLLECTOR_LEVEL", - "value": "0", - }, - ], - }, - { - "type": "cppvsdbg", - "sourceFileMap": { - "D:\\a\\WebKit\\WebKit\\Source": "${workspaceFolder}\\src\\bun.js\\WebKit\\Source", - }, - "request": "launch", - "name": "Windows: bun test [*] --inspect", - "program": "${workspaceFolder}/build/debug/bun-debug.exe", - "args": ["test"], - "cwd": "${workspaceFolder}", - "environment": [ - { - "name": "BUN_DEBUG_QUIET_LOGS", - "value": "1", - }, - { - "name": "BUN_DEBUG_jest", - "value": "1", - }, - { - "name": "BUN_GARBAGE_COLLECTOR_LEVEL", - "value": "2", - }, - { - "name": "BUN_INSPECT", - "value": "ws://localhost:0/", - }, - ], - "serverReadyAction": { - "pattern": "https://debug.bun.sh/#localhost:([0-9]+)/", - "uriFormat": "https://debug.bun.sh/#ws://localhost:%s/", - "action": "openExternally", - }, - }, - { - "type": "cppvsdbg", - "sourceFileMap": { - "D:\\a\\WebKit\\WebKit\\Source": "${workspaceFolder}\\src\\bun.js\\WebKit\\Source", - }, - "request": "launch", - "name": "Windows: bun test [*] (ci)", - "program": "node", - "args": ["test/runner.node.mjs"], - "cwd": "${workspaceFolder}", - "environment": [ - { - "name": "BUN_DEBUG_QUIET_LOGS", - "value": "1", - }, - { - "name": "BUN_DEBUG_jest", - "value": "1", - }, - { - "name": "BUN_GARBAGE_COLLECTOR_LEVEL", - "value": "2", - }, - ], - "console": "internalConsole", - // Don't pause when the GC runs while the debugger is open. - }, { "type": "bun", "name": "[JS] bun test [file]",