Skip to content

Commit be6446d

Browse files
authored
fix: remove extraneous incorrect context keys (microsoft#183959)
These were actually getting added in getTestItemContextOverlay, and the test ID was using the extended ID which extensions do not know about. Fixes microsoft#183612
1 parent d477114 commit be6446d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/vs/workbench/contrib/testing/browser/testingExplorerView.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,12 +1394,6 @@ const getActionableElementActions = (
13941394
], [
13951395
TestingContextKeys.supportsContinuousRun.key,
13961396
supportsCr,
1397-
], [
1398-
TestingContextKeys.controllerId.key,
1399-
test.controllerId,
1400-
], [
1401-
TestingContextKeys.testItemExtId.key,
1402-
test.item.extId,
14031397
]);
14041398
}
14051399

0 commit comments

Comments
 (0)