Skip to content

Commit 25024ac

Browse files
committed
fix(vscode): don't show diagnostics when discover tests from a single file
1 parent e04761e commit 25024ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vscode-client/testcontrollermanager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ export class TestControllerManager {
732732

733733
const result = await this.discoverTests(
734734
folder,
735-
["discover", "--read-from-stdin", "tests"],
735+
["discover", "--no-diagnostics", "--read-from-stdin", "tests"],
736736
[
737737
...(robotWorkspaceItem?.needs_parse_include && testItem.rel_source
738738
? ["--parse-include", testItem.rel_source]

0 commit comments

Comments
 (0)