diff --git a/src/vs/workbench/contrib/testing/browser/testingExplorerView.ts b/src/vs/workbench/contrib/testing/browser/testingExplorerView.ts index 69970f4f193..cceb1ecfe3e 100644 --- a/src/vs/workbench/contrib/testing/browser/testingExplorerView.ts +++ b/src/vs/workbench/contrib/testing/browser/testingExplorerView.ts @@ -1394,6 +1394,12 @@ const getActionableElementActions = ( ], [ TestingContextKeys.supportsContinuousRun.key, supportsCr, + ], [ + TestingContextKeys.controllerId.key, + test.controllerId, + ], [ + TestingContextKeys.testItemExtId.key, + test.item.extId, ]); }