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

Do not show non-workspace packs when installing pack dependencies #2960

Merged
merged 2 commits into from
Oct 16, 2023

Commits on Oct 12, 2023

  1. Do not show non-workspace packs when installing pack dependencies

    When using the "CodeQL: Install pack dependencies" command, we would
    show packs that are located in the package cache or distribution. Since
    there are no dependencies to install for these packs, these options are
    not useful.
    
    This will filter out any packs that are not in the workspace folders
    when showing the quick pick. This should exclude most packs if you are
    in a workspace without the `codeql` submodule and should be a lot more
    intuitive in those cases. If you are in a workspace with the `codeql`
    submodule, it will still show all the packs.
    koesie10 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    a2a7002 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25ba9e4 View commit details
    Browse the repository at this point in the history