-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsiderstestingBuilt-in testing supportBuilt-in testing supportverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
Milestone
Description
Expose API commands to get the currently selected tests and profiles
vscode.commands.executeCommand('testing.getSelectedProfiles')
->{ controllerId: string, kind: TestrunProfileKind, label: string }[]
vscode.commands.executeCommand('testing.getExplorerSelection')
->{ include: TestItem[], exclude: TestItem[] }
(like a TestRunRequest)
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsiderstestingBuilt-in testing supportBuilt-in testing supportverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded