-
Notifications
You must be signed in to change notification settings - Fork 1k
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
VSCode Redwood IDE Error "Cannot read property 'toString' of undefined" when using "Redwood: Generate..." #2040
Comments
Hi @dariusj18 Thanks for opening this Issue. The VSCode Extension is currently undergoing a major re-write by @aldonline It might be another few weeks, but look for some progress coming soon. |
Hey @dariusj18! I can't tell for sure where this is coming from, but here's some context. The And here's how the
As you can see, they are quite different. The I plan to fix all of this in the future by bringing everything into a single project and using a smarter way to declare the CLI. This type of issue (divergence in the codebase as packages grow in different directions) is a systemic problem in monorepos and other code organization structures that sanction drawing arbitrary lines in the sand early on. |
I recently ran the upgrade to the latest version and this error appeared as I started up the dev server. Hope this helps too.
|
See #3887 (comment). |
VS Code version 1.54.3
Redwood IDE version 0.0.21
Other VS Code commands stop working once this is encountered as well.
also happens when executing "Redwood: Interactive CLI..."
The text was updated successfully, but these errors were encountered: