-
-
Notifications
You must be signed in to change notification settings - Fork 200
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
VSCode rename extension setting #640
Comments
Strange, it should adhere to this setting (see this code line). Which files are affected by that? If it's files other than Svelte files, it's likely the TS language server integrated into VS Code which does this. |
I am working with It's very possible I am missing something, but shouldn't the setting be "exposed" to the user through the settings ui? It's also coming up as an unused config setting in my workspace settings file. |
This indeed is a bug, thanks for bringing it up. |
Add typescript.rename.enable and svelte.rename.enable sveltejs#640
Add typescript.rename.enable and svelte.rename.enable #640
I am trying to prevent, at least temporarily, the vscode extension from changing my imports when I move a file. From reading the documentation, I assumed the option to do this would be
svelte.plugin.svelte.rename.enable
.However, that option doesn't seem to have any effect on the behavior. It's also not present in the extension settings ui on version
v102.3.0
.Is there a way to disable the plugin from changing code when files are moved and is the above mentioned setting functional at the moment?
The text was updated successfully, but these errors were encountered: