Closed drewbeno1 closed 2 months ago
See, this build failure I think may be part of the problem I was seeing as well. It's failing due to watchFiles not existing.
Also probably worth noting I am running on macOS
Does the method at https://github.com/vuejs/language-tools/issues/4707#issuecomment-2299718352 work for you?
Does the method at #4707 (comment) work for you?
This does work, thank you!
BUG: Neovim Usage of vue-language-server
Bug: When you attempt to open a vue file using vue-language-server, I get this message and logs:
error message:
log:
So, the problem seems to be: The server.watchFile function is unrecognized in the initialize.js file
I don't fully know what this function is doing, but when i made the change I have suggested here where I just allow for that function to be undefined and just throw a warning in response, it works for me no problem.
I figured I would open up this suggestion and if I am thinking about this incorrectly, happy to have a discussion about it. Thanks!