neoclide / coc-vetur

Vue language server extension for coc.nvim
219 stars 7 forks source link

Upgrade vls to v0.7.0 #61

Closed yaegassy closed 3 years ago

yaegassy commented 3 years ago

Description

There is an update in the vls. It worked fine in my environment.

Related

Notes

In vls v0.7.0, a message is displayed if there is no tsconfig.json or jsconfig.json file in the project.

This can be suppressed with "vetur.ignoreProjectWarning": true. (Just a hint for future searchers)

vls-070-tips