Skip to content

Commit 9143b6d

Browse files
committed
do not every time a fully update of the tests if switching to test explorer view
1 parent 0d956e5 commit 9143b6d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

vscode-client/testcontrollermanager.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,7 @@ export class TestControllerManager {
122122
);
123123

124124
this.testController.resolveHandler = async (item) => {
125-
if (item === undefined) {
126-
await this.refreshWorkspace();
127-
} else {
128-
await this.refresh(item);
129-
}
125+
await this.refresh(item);
130126
};
131127

132128
const fileWatcher = vscode.workspace.createFileSystemWatcher("**/*.{robot,resource}");

0 commit comments

Comments
 (0)