You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I create a new svelte component, using typescript as language, I always need to restart the svelte language server in order for automatic imports to work.
Previously it never happened, and just after the restart the automatic imports start to work again.
Reproduction
Create a new svelte file
add a script of lang ts
type the name of a known typescript type/interface
you don't get autoimport suggestions, neither on code actions
Expected behaviour
I want auto imports to work without having to restart svelte server.
I tried this with the minimum amount of extensions and the same problem happens.
System Info
OS: MAcOS
IDE: VSCODE
Which package is the issue about?
No response
Additional Information, eg. Screenshots
No response
The text was updated successfully, but these errors were encountered:
…rvice (#2518)
#2516
Most of the time, the didOpen request is earlier than the watcher event. So if the file doesn't exist in the GlobalSnapshotManager we manually invoke the project file update check. This won't cause 2 project files check because if the file already is a project file we won't check project files.
Describe the bug
When I create a new svelte component, using typescript as language, I always need to restart the svelte language server in order for automatic imports to work.
Previously it never happened, and just after the restart the automatic imports start to work again.
Reproduction
Expected behaviour
I want auto imports to work without having to restart svelte server.
I tried this with the minimum amount of extensions and the same problem happens.
System Info
Which package is the issue about?
No response
Additional Information, eg. Screenshots
No response
The text was updated successfully, but these errors were encountered: