followup for vscode test runner (#21024)

Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
Michael H
2025-07-22 16:21:05 +10:00
committed by GitHub
parent 5aeede1ac7
commit f4116bfa7d
15 changed files with 5494 additions and 88 deletions

View File

@@ -168,5 +168,5 @@
"WebKit/WebInspectorUI": true,
},
"git.detectSubmodules": false,
"bun.test.customScript": "bun-debug test"
// "bun.test.customScript": "./build/debug/bun-debug test"
}