mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-14 12:11:43 +01:00
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:
@@ -1394,6 +1394,12 @@ const getActionableElementActions = (
|
||||
], [
|
||||
TestingContextKeys.supportsContinuousRun.key,
|
||||
supportsCr,
|
||||
], [
|
||||
TestingContextKeys.controllerId.key,
|
||||
test.controllerId,
|
||||
], [
|
||||
TestingContextKeys.testItemExtId.key,
|
||||
test.item.extId,
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user