Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: show current context in quick pick #2920

Merged
merged 2 commits into from Jun 19, 2023

Commits on Jun 19, 2023

  1. fix: show current context in quick pick

    Even when the quick pick is fixed to show which items are pre-selected (issue containers#2754 item 2) it is
    not really clear to the user why one row is highlighted. This adds the text " (current)" to the
    current Kube context to make this obvious.
    
    Signed-off-by: Tim deBoer <git@tdeboer.ca>
    deboer-tim committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    f1507a4 View commit details
    Browse the repository at this point in the history
  2. fix: show current context in quickpick description

    Jeff's suggestion is better.
    
    Signed-off-by: Tim deBoer <git@tdeboer.ca>
    deboer-tim committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    9dffe23 View commit details
    Browse the repository at this point in the history