-
-
Notifications
You must be signed in to change notification settings - Fork 223
Closed
Labels
FixedFixed in master branch. Pending production release.Fixed in master branch. Pending production release.bugSomething isn't workingSomething isn't working
Description
Describe the bug
Svelte Language Server does not pick up changes to TypeScript definition files in linked modules without being restarted.
To Reproduce
- Clone this repo: https://github.com/jstarmx/svelte-typescript-test
- Follow setup instructions
- Open
/app/src/App.svelte - Open
/package/src/Alert.d.ts - Change the type of
texton line 4 fromstringto something else, e.g.number - Observe that the problems panel in VS Code does not show any errors
- Restart Svelte Language Server
- Observe that the problems panel now shows an error in
App.svelte
Expected behavior
Problems panel to display the error without needing to restart Svelte Language Server
System (please complete the following information):
- OS: macOS Big Sur 11.3.1
- IDE: VSCode
- Plugin/Package: Svelte for VSCode
Additional context
Happy to try to contribute a fix if you think it's do-able/worthwhile/actually an issue...
Metadata
Metadata
Assignees
Labels
FixedFixed in master branch. Pending production release.Fixed in master branch. Pending production release.bugSomething isn't workingSomething isn't working