Error with .vue files #89
-
If you open the .vue file, then an error occurs as in the screenshot, can you help me to fix it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Neither this plugin nor I can't debug your config, but I would try commenting out everything except for the minimal recommended setup and see if you still run into the issue. If you're able to put together a minimal reproduction, please open an issue. |
Beta Was this translation helpful? Give feedback.
Neither this plugin nor
tsserver
itself should be active for Vue files unless you are doing something to specifically enable them. I took a quick look at your LSP configuration here and while I don't immediately see anything that could cause this behavior, I see that you are setting uptsserver
twice, which is a bad idea.I can't debug your config, but I would try commenting out everything except for the minimal recommended setup and see if you still run into the issue. If you're able to put together a minimal reproduction, please open an issue.