-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Isolate loading and deployment of plugins #3965
Labels
Comments
akosyakov
added
bug
bugs found in the application
plug-in system
issues related to the plug-in system
labels
Jan 8, 2019
Plugin which cannot be loaded is |
akosyakov
added a commit
that referenced
this issue
Jan 14, 2019
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
akosyakov
added a commit
that referenced
this issue
Jan 14, 2019
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
akosyakov
added a commit
that referenced
this issue
Jan 15, 2019
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
akosyakov
added a commit
that referenced
this issue
Jan 16, 2019
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
akosyakov
added a commit
that referenced
this issue
Jan 16, 2019
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
akosyakov
added a commit
that referenced
this issue
Jan 17, 2019
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
akosyakov
added a commit
that referenced
this issue
Jan 17, 2019
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
I'm trying to bundle builtin VS Code extensions: #3956 (comment)
Some of the extensions are mispackaged, or there are bugs in our code to parse manifest of certain extensions. Whenever the plugin system stumbles at such extension it throws and interrupts processing of consequent extensions.
Some call stacks which I get:
I'm going to look into fixing packaging of VS Code extensions and individual parsing issues. Someone else can look into adding
try - catch
at cases where we loop over plugins.The text was updated successfully, but these errors were encountered: