vetur: no longer working on Windows

HI, i just updated to 0.6.6 and now the language server does no more start node v7.9.0 vscode 1.12.1 Windows 10 64bit i have no other vue or html plugins installed what i have is numso.prettier-standard-vscode 0.6.5 worked fine and i dont have a ts / js config

no console errors in devtool

thx for this awesome plugin 💃 here is a screen from my sturcture https://i.gyazo.com/2aef2ac643f7adcf69c118110d34a84a.png

Root {
 client/src <-- here is the vue stoff
 server <- other stuff
}

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 28 (11 by maintainers)

Commits related to this issue

Most upvoted comments

Interesting…It’s not the bug I thought it was. I do have a Windows machine. Let me test on it later today.

I deleted my jsconfig.json & renamed my project & reload my project, It worked!

Thank you very much @octref @qiansen1386

@zjuwjf For files not included in tsconfig / jsconfig, language features are disabled. But I guess formatting can be provided anyway.

It’s fixed in https://github.com/octref/vetur/commit/b695472992ad9dfbd5356cd6235afdced80cfa93 and will be available for the next release.

It’s published. Let me know if there it doesn’t work with Windows.