-
Notifications
You must be signed in to change notification settings - Fork 3.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
.svelte typescript definitions not updating live #4598
Comments
Encountering the same issue using After a bit of preliminary digging, this seems like a problem within the It seems as though the I tried fiddling around with the Zed The following is my hypothesis, although the lsp side of things is far outside my expertise, so I am prepared to be told otherwise: As |
Further to the above, it seems as though
After a few different attempts/configrations though, I still can't get it to load the plugin. These lines in the |
Thanks for the links @chrisbrown-io. Unfortunately, it looks like all of the behavior you're referencing is implemented at the VSCode plugin level, instead of in either of the relevant LSPs. We currently don't have the bandwidth to implement these kinds of cross-language one-off patches so it might be a bit before we can get to this :) |
Hi there! 👋 |
This issue was closed due to inactivity; feel free to open a new issue if you're still experiencing this problem! |
Check for existing issues
Describe the bug / provide steps to reproduce it
Just tried out the preview channel for the Svelte support. So far things are working mostly fine, however when I add a new export to an existing file and then try to import this new export in an open
.svelte
file, it says "file has no exported members.To reproduce:
Create 2 files:
save the files and keep the buffers open. Then add another export to
exports.ts
Now when you try to add the import for
bar
intest.svelte
you will see the error:Module './export.ts' has no exported member 'bar'
.Environment
Zed: v0.96.2 (preview)
OS: macOS 13.4.1
Memory: 16 GiB
Architecture: aarch64
If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your
~/Library/Logs/Zed/Zed.log
file to this issue.If you only need the most recent lines, you can run the
zed: open log
command palette action to see the last 1000.No response
The text was updated successfully, but these errors were encountered: