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 using the TypeScript language server, you can move or rename files and it will automatically update import paths from all files that use that module. But when using the Deno extension this does not seem to be working for me.
The text was updated successfully, but these errors were encountered:
As far I remember that's not builtin to typescript lsp but in vscode itself, they discussed moving this feature to the server but then decided that's not really worth it because all the work happens on the client
So probably deno would need also to do the same, as in add this feature to the clients vscode-deno for example
Ah that's unfortunate, I wonder what's causing vscode to disable the functionallity then.
I found some renaming functionality in TypeScript: microsoft/TypeScript#23573
But I'm not sure if that's useful at all.
When using the TypeScript language server, you can move or rename files and it will automatically update import paths from all files that use that module. But when using the Deno extension this does not seem to be working for me.
The text was updated successfully, but these errors were encountered: