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

Request workspace symbols on idle-timeout #4

Commits on Oct 16, 2022

  1. Request workspace symbols on idle-timeout

    Now that the idle-timeout is an event handled by components, we can
    trigger a workspace symbol request on the idle-timeout as a sort of
    debounce.
    the-mikedavis committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    0987b5e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Track current query on DynamicPicker

    We need to compare the current query in the file picker to the query
    that we recorded on the last completion request. If we don't, we won't
    be able to use the arrow keys: using the arrow keys will trigger
    another idle timeout, so if we scroll through the options we end up
    re-requesting the workspace symbols which resets our position in the
    options, making it impossible to select anything but the first result.
    the-mikedavis committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    b11762e View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

  1. Configuration menu
    Copy the full SHA
    6538bf6 View commit details
    Browse the repository at this point in the history