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: Remove post-generation error popup #5989

Merged
merged 2 commits into from
Jan 13, 2025

Conversation

thewahome
Copy link
Contributor

Overview

Fixes #5988

Notes

The workspace file update after generation wasn't being captured by this function hence an undefined clientNamespaceName property down the line causing the error.
This change enables the extension to read the workspace JSON file directly from the file system each time the function is called, making it get the latest information.

@thewahome thewahome requested a review from a team as a code owner January 11, 2025 05:42
baywet
baywet previously approved these changes Jan 11, 2025
@thewahome thewahome merged commit ceabce9 into main Jan 13, 2025
239 checks passed
@thewahome thewahome deleted the fix/extension/remove-postgeneration-false-error-popup branch January 13, 2025 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done ✔️
Development

Successfully merging this pull request may close these issues.

Error displayed when creating a plugin
3 participants