Skip to content
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

Option to disable refactoring #1181

Closed
mjlehrke opened this issue Apr 13, 2022 · 2 comments
Closed

Option to disable refactoring #1181

mjlehrke opened this issue Apr 13, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@mjlehrke
Copy link

mjlehrke commented Apr 13, 2022

Please add an option to disable file refactoring. For some reason Volar is asking to refactor JS files, outside of a Vue project, every time I move them. I don't need Volar to refactor them since VSCode will.

As far as I can tell the "Don't ask again" option is just for that individual file. Checking it does nothing.

Volar

@chojnicki
Copy link

@johnsoncodehk any news on this? It's really annoying that it keeps asking even after "Don't ask again" checking.
This refactoring does not work good anyway because it's messing my components. I'm using '@/` alias for imports but Volar is changing it to absolute paths. So I just want to turn off this feature and replace imports by hand :)

@johnsoncodehk
Copy link
Member

It's really annoying that it keeps asking even after "Don't ask again" checking.

It sound like a VSCode issue? "Don't ask again" should works on VSCode side in my intuition. Extension cannot control this popup behavior.

@johnsoncodehk johnsoncodehk added the enhancement New feature or request label Jul 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants