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 plugins are not loaded when staring theia without internet access #6056

Closed

Commits on Aug 28, 2019

  1. fix plugins are not loaded when staring theia without internet access

    fix eclipse-theia#6055
    If all the vscode entensions dependencies(listed in the extensionDependencies field of vscode extension)
    are already downloaded to local directory before staring theia, then there is no need to download them
    from the remote(vscode marketplace) during the theia starting process.
    
    Signed-off-by: tom-shan <swt0008411@163.com>
    tom-shan committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    4748d14 View commit details
    Browse the repository at this point in the history