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

Make sure thrown exceptions are caught within VSCode extension (and not silently consumed) #1912

Open
mmarchetti opened this issue Jul 1, 2024 · 0 comments
Milestone

Comments

@mmarchetti
Copy link
Collaborator

We have approximately 22 instances of code which throws an Error, to indicate that a logic assumption has been violated.

Recent debugging has shown that VSCode may be silently handling these without drawing attention to their occurrence, which in the recent session, cost a significant amount of time to debug.

We can do better. :-)

I searched on throw new Error to count the occurrances.

@mmarchetti mmarchetti added this to the v1.1.5 milestone Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant