kubeshop / vscode-monokle

An extension for Visual Studio Code to validate your Kubernetes configuration
https://marketplace.visualstudio.com/items?itemName=kubeshop.monokle
MIT License
6 stars 0 forks source link

Make sure initialization flow is monitored and retried #58

Closed f1ames closed 9 months ago

f1ames commented 9 months ago

This PR aims to improve extension initialization flow. I had one run during testing when extension failed to initialize - and then it will hang like that until VSC instance is restarted.

While I am not a big fan of global catch-alls and I believe we should try to handle errors/exceptions in a meaningful way, this is a good compromise for improving extensnion stability.

Changes

Fixes

Checklist