We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51972b9 + 21902d5 commit 38bc9dbCopy full SHA for 38bc9db
extension/src/goTest.ts
@@ -353,6 +353,7 @@ export const testWorkspace: CommandFactory = () => (args: any) => {
353
dir: workspaceUri.fsPath,
354
background: !!args?.background,
355
flags: getTestFlags(goConfig, args),
356
+ background: !!args?.background,
357
includeSubDirectories: true
358
};
359
// Remember this config as the last executed test.
0 commit comments