Skip to content

Commit 8fb20be

Browse files
authored
testing: add context keys for testing/item/context contribution (microsoft#182529)
For microsoft/vscode-python#21238 (comment)
1 parent a90d8d7 commit 8fb20be

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,6 +1394,12 @@ 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,
13971403
]);
13981404
}
13991405

0 commit comments

Comments
 (0)