microsoft / microsoft/vscode-azureresourcegroups
[CoR] Workflow does not allow restarting the current stage without restarting the entire workflow
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 78
- Forks
- 55
- Avg merge
- 16h 49m
- Merged PRs (30d)
- 139
Description
OS: Win11 x64
Build Version: 0.12.7-alpha.0
Regression: Not a regression
Repro Steps:
- Start a Create with Copilot workflow
- Progress through multiple stages (e.g. Project Scaffolding → Local Development → Deployment)
- Reach a stage where the user wants to rerun or regenerate the current stage
- Observe available workflow actions
Expect:
Provide a "Restart Current Stage" capability that allows users to rerun the current stage while preserving artifacts generated in previously completed stages
Customers may want to rerun the current stage to validate changes, regenerate artifacts, or recover from unexpected workflow behavior after reviewing generated code, test results, or deployment outputs.
Allowing users to restart the current stage would:
- Reduce iteration cost
- Preserve completed work from previous stages
- Improve workflow recovery and usability
- Avoid requiring users to recreate the entire project for stage-level reruns
Actual:
There is no option to restart the current stage. Users must either continue forward or restart the entire workflow from the beginning.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Create with Copilot workflow implementation and its available workflow actions. Trace how stages preserve artifacts and how the full-workflow restart is handled; done means users can restart only the current stage while retaining artifacts from completed stages.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- developer-experience
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100