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

If a registeredContributor of schema provider is throwing an error, it is forbidding other registered schema providers to work #323

Closed
apupier opened this issue Jul 22, 2020 · 2 comments
Assignees
Labels
Milestone

Comments

@apupier
Copy link
Member

apupier commented Jul 22, 2020

steps to reproduce:

  • provide your own schema provider whcih is an array
  • install VS Code Kuerbetes extension
  • put text - in the file
  • VS Code Kubernetes is throwing an error, it prevents other registered schema providers to be evaluated
@apupier apupier self-assigned this Jul 22, 2020
apupier added a commit to apupier/vscode-yaml that referenced this issue Jul 22, 2020
…-developer#323

in case, one of the registered is throwing an error, it avoids to break
the other registered ones.

Signed-off-by: Aurélien Pupier <[email protected]>
JPinkney added a commit that referenced this issue Jul 24, 2020
…sions

Catch errors that can be thrown by registered schema providers #323
JPinkney added a commit that referenced this issue Jul 24, 2020
…ownErrorInOtherExtensions

Revert "Catch errors that can be thrown by registered schema providers #323"
@gorkem gorkem added the bug label Jul 30, 2020
@apupier apupier added this to the 0.9.0 milestone Aug 17, 2020
@gorkem
Copy link
Collaborator

gorkem commented Dec 18, 2020

@apupier Is this fixed now?

@apupier
Copy link
Member Author

apupier commented Dec 18, 2020

this test

it('Multiple contributors with one throwing an error', async () => {
tends to mean yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants