Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 8, 2025

The "Continue in..." menu was visible even when both background and cloud delegation targets were unavailable, showing non-functional setup buttons.

Changes

  • Added context key hasContinueInOptions to track availability of Background/Cloud providers with canDelegate !== false
  • Updated menu precondition to include the new context key, hiding the menu when no delegation targets exist
  • Context key updates trigger on contribution registration and availability changes via _evaluateAvailability()

The menu now only appears when at least one delegation target (Background or Cloud) is actually available to users.

Original prompt

When both background and cloud are disabled (not available), the 'continue in ' menu still shows but its buttons do not work. We should hide all isntsances of the 'continue in...' menu when there is notihing registered to put in the menu!

Created from VS Code.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Hide 'continue in...' menu when no options are available Hide 'Continue in...' menu when no delegation targets available Dec 9, 2025
Copilot AI requested a review from joshspicer December 9, 2025 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants