testing: add context keys for testing/item/context contribution (#182529)

For https://github.com/microsoft/vscode-python/issues/21238#issuecomment-1548226209
This commit is contained in:
Connor Peet
2023-05-23 12:35:24 -07:00
committed by GitHub
parent a90d8d7b7e
commit 8fb20bec0b
@@ -1394,6 +1394,12 @@ const getActionableElementActions = (
], [
TestingContextKeys.supportsContinuousRun.key,
supportsCr,
], [
TestingContextKeys.controllerId.key,
test.controllerId,
], [
TestingContextKeys.testItemExtId.key,
test.item.extId,
]);
}