mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
Fix VSCode Extension to Support Next.js Route Group File Paths on CodeLens Actions (#17724)
This commit is contained in:
@@ -167,7 +167,7 @@ export function registerTestRunner(context: vscode.ExtensionContext) {
|
||||
let command = customScript;
|
||||
|
||||
if (filePath.length !== 0) {
|
||||
command += ` ${filePath}`;
|
||||
command += ` "${filePath}"`;
|
||||
}
|
||||
|
||||
if (testName && testName.length) {
|
||||
|
||||
Reference in New Issue
Block a user