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

Add --parallel/--no-parallel option to download:plugins #11112

Commits on May 6, 2022

  1. Add --parallel/--no-parallel option to download:plugins

    The default behaviour is unchanged and is still --parallel,
    however this change adds --no-parallel or --parallel false
    as an option to not download every listed plugin in parallel.
    
    We are seeing some issues both with ECONNRESET and ZlibBuffer
    intermittently (probably due to network errors/throttling)
    
    This fixes eclipse-theia#11110
    
    Signed-off-by: Morten Engelhardt Olsen <[email protected]>
    xoriath committed May 6, 2022
    Configuration menu
    Copy the full SHA
    547e2d8 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Do searches against OVSX serialized

    To not send all the search requests against OVSX
    in one big promise, just resolve them slowly one-by-one.
    
    The download itself is still heeding the --parallel/--no-parallel
    setting.
    
    Signed-off-by: Morten Engelhardt Olsen <[email protected]>
    xoriath committed May 11, 2022
    Configuration menu
    Copy the full SHA
    8b22b76 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Ignore ms-vscode.js-debug-companion

    This plugin does not have a download url, which is now an error where it before was a warning.
    xoriath committed May 12, 2022
    Configuration menu
    Copy the full SHA
    f1f66c1 View commit details
    Browse the repository at this point in the history