We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
Starting with version 0.40.0, this import appears whenever I save a .vue file. This happens when imports are already present in the script part.
// __VLS_dont_organize_me import * as __VLS_types from "./__VLS_types.js";
Also, imports are now put at the top of the file when I auto import anything (above <template> etc).
I have "format on save" and "code actions on save/organize imports" enabled in VSCode. Disabling them does not seem to solve the issue though.
The text was updated successfully, but these errors were encountered:
9a14ed9
No branches or pull requests
Hi!
Starting with version 0.40.0, this import appears whenever I save a .vue file. This happens when imports are already present in the script part.
Also, imports are now put at the top of the file when I auto import anything (above <template> etc).
I have "format on save" and "code actions on save/organize imports" enabled in VSCode. Disabling them does not seem to solve the issue though.
The text was updated successfully, but these errors were encountered: