Skip to content

Commit 2432329

Browse files
committed
Remove info message for no run flag
1 parent 581c7fb commit 2432329

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/goTest.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,6 @@ export async function testCurrentPackageWithRun(
395395
prompt: 'Enter custom -run flag'
396396
});
397397
if (!customRunFlagArg) {
398-
vscode.window.showInformationMessage('No custom -run flag provided.');
399398
return;
400399
}
401400

0 commit comments

Comments
 (0)