mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-03 16:15:28 +01:00
fix: remove extraneous incorrect context keys (#183959)
These were actually getting added in getTestItemContextOverlay, and the test ID was using the extended ID which extensions do not know about. Fixes #183612
This commit is contained in:
@@ -1394,12 +1394,6 @@ const getActionableElementActions = (
|
||||
], [
|
||||
TestingContextKeys.supportsContinuousRun.key,
|
||||
supportsCr,
|
||||
], [
|
||||
TestingContextKeys.controllerId.key,
|
||||
test.controllerId,
|
||||
], [
|
||||
TestingContextKeys.testItemExtId.key,
|
||||
test.item.extId,
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user