Workspace & Project Detection for AKS Deploy Commands
Description
Implement logic in the VS Code AKS extension to detect when a valid project is loaded in the workspace. This ensures AKS deployment and Container Assist commands are only shown when relevant.
Scope
- Detect active workspace and project root
- Support single-root and multi-root workspaces
- Define minimal signals of a valid project (e.g., source files present)
- Gracefully disable commands when no valid project is detected
Outcome
Users only see AKS deployment options when they make sense.