From 243232928577f685cea41042c8bdc295294dbf39 Mon Sep 17 00:00:00 2001 From: Nilesh Singh Date: Sat, 4 Sep 2021 16:48:36 +0530 Subject: [PATCH] Remove info message for no run flag --- src/goTest.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/goTest.ts b/src/goTest.ts index 42e0612a42..1d578122ca 100644 --- a/src/goTest.ts +++ b/src/goTest.ts @@ -395,7 +395,6 @@ export async function testCurrentPackageWithRun( prompt: 'Enter custom -run flag' }); if (!customRunFlagArg) { - vscode.window.showInformationMessage('No custom -run flag provided.'); return; }