-
-
Notifications
You must be signed in to change notification settings - Fork 190
fix editor selection on file change #450
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Still broken for me. Open the playground, add a new file, immediately rename it to |
@Rich-Harris Made some more tweaks and fixes. Now the AST view correctly shows up when renaming files too! |
This works but the code makes me nervous. We shouldn't be selecting state inside a loop in I think there are some deeper changes required, namely making the workspace itself responsible for all changes. Looking into it. |
I tweaked it, we just need to
Sure thing, the invalidation sucks, but its necessary as the reason this fails is because |
closing in favour of #460 |
Fixes #439 and fixes #449