mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
testing: only reveal testing view for ui-triggered runs
This commit is contained in:
@@ -151,6 +151,7 @@ export class ExtHostTesting implements ExtHostTestingShape {
|
||||
}
|
||||
|
||||
await this.proxy.$runTests({
|
||||
isUiTriggered: false,
|
||||
targets: [{
|
||||
testIds: req.include?.map(t => t.id) ?? [controller.collection.root.id],
|
||||
profileGroup: profileGroupToBitset[profile.kind],
|
||||
|
||||
Reference in New Issue
Block a user