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
Vetur should follow JS/TS settings, and clearly mark which ones are respected.
importModuleSpecifier
importModuleSpecifierEnding
javascript.format
typescript.format
javascript.format.*
typescript.format.*
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Vetur should follow JS/TS settings, and clearly mark which ones are respected.
importModuleSpecifier
andimportModuleSpecifierEnding
. Fixed by Follow user's config while resolving autoImport path, related #1177 #1753.javascript.format
andtypescript.format
settings when using typescript formatter #2108:javascript.format.*
andtypescript.format.*
.The text was updated successfully, but these errors were encountered: