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

Context provider label isn't completed when interacting with a submenu #1540

Closed
3 tasks
Patrick-Erichsen opened this issue Jun 21, 2024 · 1 comment
Closed
3 tasks
Labels
area:context-providers Relates to context providers ide:vscode Relates specifically to VS Code extension kind:bug Indicates an unexpected problem or unintended behavior

Comments

@Patrick-Erichsen
Copy link
Contributor

Before submitting your bug report

Relevant environment info

- OS: macOS
- Continue: v0.9.151
- IDE: VSCode

Description

The user flow for interacting with a context provider that has a submenu is as follows:

  • Start typing to search for the context provider, e.g. type @se to find the Search context provider
  • Press "enter" to select the provider
  • The option turns into the submenu input to allow a user to provide input

At this point, the user has selected the specific provider, so we should update the label in the main input.

Right now, it displays as the following, which doesn't provide visual confirmation that the user has successfully selected the given context provider.

Screenshot 2024-06-21 at 1 04 25 PM

To reproduce

No response

Log output

No response

@Patrick-Erichsen Patrick-Erichsen added bug and removed bug labels Jun 21, 2024
@sestinj
Copy link
Contributor

sestinj commented Jun 24, 2024

That's a good observation, I see what you mean now. Probably the place to solve this is here

@sestinj sestinj closed this as completed Jun 25, 2024
@dosubot dosubot bot added area:context-providers Relates to context providers kind:bug Indicates an unexpected problem or unintended behavior ide:vscode Relates specifically to VS Code extension labels Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:context-providers Relates to context providers ide:vscode Relates specifically to VS Code extension kind:bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants