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(VSCode): Provide timeout and fallback for KaotoEditorFactory #1270

Merged
merged 1 commit into from
Jul 26, 2024

Conversation

lordrip
Copy link
Member

@lordrip lordrip commented Jul 26, 2024

Context

Currently, VSCode Kaoto build with the main branch is broken due to a missing API implementation that causes for a promise to hold forever, preventing the extension from loading.

The fix is to provide a timeout mechanism to unblock the promise, plus a fallback mechanism to get sensitive settings default to continue the extension bootstrap process.

@lordrip lordrip requested a review from apupier July 26, 2024 18:03
Currently, VSCode Kaoto build with the main branch is broken due to a
missing API implementation that causes for a `promise` to hold forever,
preventing the extension to load.

The fix is to provide a `timeout` mechanism to unblock the promise, plus
a `fallback` mechanism to get sensitive settings default to continue the
extension bootstrap process.
@lordrip lordrip force-pushed the feat/provide-api-fallback branch from 10a45a9 to b7ed2c3 Compare July 26, 2024 18:32
@lordrip lordrip merged commit 410e10e into KaotoIO:main Jul 26, 2024
9 checks passed
@lordrip lordrip deleted the feat/provide-api-fallback branch July 26, 2024 18:52
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

Successfully merging this pull request may close these issues.

1 participant