mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-13 08:33:35 -06:00
- TestCellExecution now starts in Unconfirmed state (matching real behavior) - TestNotebookExecutionStateService.hasRunningExecutions checks for Pending/Executing states - Updated tests to confirm() executions so they transition to Pending state - Added test for unconfirmed executions to verify they don't trigger veto Co-authored-by: DonJayamanne <1948812+DonJayamanne@users.noreply.github.com>