microsoft / microsoft/vscode-cmake-tools
Disable "Build" button if configuration is already in progress
- Dominant language
- TypeScript
- Stars
- 1.7k
- Forks
- 546
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 32
Description
Clicking on "Build" while configuration is in progress results in an error message. Maybe it would make sense to just disable all actions that cannot be performed during this process and instead indicating what's going on with the option to cancel it?
Contributor guide
Research direction
Start by tracing the Build action and the configuration-in-progress state in the VS Code CMake Tools extension. Determine which actions are unavailable during configuration and how cancellation is currently exposed. Done means Build and other invalid actions are disabled while configuration runs, with a clear indication and a way to cancel if supported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100