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(nextls): allow extension to force a download #81

Merged
merged 8 commits into from
Mar 6, 2024

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    f4b4e85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3514a84 View commit details
    Browse the repository at this point in the history
  3. fix(nextls): allow extension to force a download

    In the case that the auto updater in Next LS has a bug, this
    patch allows the extension to force a fresh download through the
    extension.
    
    It sets a key in the extensions globalState, which is persisted across
    restarts. If the key isn't there, then it forces the download.
    
    To force a download a second time, you need to increment the key
    version, which is basically setting a new key to use as a sentinel.
    mhanberg committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b63e824 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a25b6ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1904de8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    78f2e5d View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    01292bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1933ea6 View commit details
    Browse the repository at this point in the history