Vetur: Vetur not working syntax highlighting / Intellisense after VSCode update (1.23.1)

Created on 15 May 2018  路  5Comments  路  Source: vuejs/vetur

  • [x] I have searched through existing issues
  • [x] I have read through docs
  • [x] I have read FAQ

Info

  • Platform: Win (Windows 10)
  • Vetur version: 0.12.1
  • VS Code version: 1.23.1

Problem

After update VSCode 1.23.1, Vetur Plugin not working.
Not syntax highlighting, no intellisense and more....

Here is a screenshot, (No error message in Output Console) ;;

Error Screenshot

What should I do?

I already doing re-install vscode, vetur plugin, and all plugins removed, and only install vetur plugin...
But, not working.

Reproducible Case

question

Most helpful comment

Run command: Developer: Reinstall Extension for Vetur in VS Code as suggested in https://github.com/vuejs/vetur/blob/master/docs/FAQ.md did the trick for me

All 5 comments

Same OS/Versions

untitled-1

https://github.com/vuejs/vetur/blob/master/docs/FAQ.md#no-syntax-highlighting--no-language-features-working

Followed all the steps @octref mentioned but none worked for me. Installing old version (0.22.3) worked for me .

Run command: Developer: Reinstall Extension for Vetur in VS Code as suggested in https://github.com/vuejs/vetur/blob/master/docs/FAQ.md did the trick for me

I notice this only happens for me whenever I have an create a new document (unsaved, untitled), paste in code then set the language mode to "vue". If I save the document to my computer and restart VSCode, I have no issue.

Was this page helpful?
0 / 5 - 0 ratings