Replies: 1 comment
-
i support the question! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue Description
I'm working on a project in VSCode and encountered an issue where the "Vue - Official" plugin is automatically disabling Hybrid mode due to the presence of the MylesMurphy.prettify-ts TypeScript plugin. This is causing type errors, particularly with
vue-i18n
and its globalComponentCustomProperties
.The Vue Official plugin in VSCode displays the following message:
While I can manually enable Hybrid Mode in the settings despite this warning, I prefer to keep the Hybrid Mode setting on "auto". This allows for automatic detection of potential conflicts in future projects, which might be missed if I force it to "true".
Questions
Environment Details
Plugins
Project Modules
Additional Information
Steps to Reproduce
I'm seeking a solution that maintains the integrity of the auto-detection feature while allowing the use of the MylesMurphy.prettify-ts plugin. Any insights or guidance on resolving this issue would be greatly appreciated. Thank you for your time and assistance!
Beta Was this translation helpful? Give feedback.
All reactions