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.
1 parent 38bc9db commit aeebba9Copy full SHA for aeebba9
extension/src/goTest.ts
@@ -353,7 +353,6 @@ 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