sublimelsp / LSP-vue

Vue support for Sublime's LSP plugin
MIT License
29 stars 3 forks source link

not work on monorepo #107

Closed iahu closed 3 years ago

iahu commented 3 years ago

plugin look up tsconfig.json or jsconfig.json on the project root, but in monorepo tsconfig.json is on package folder.

predragnikolic commented 3 years ago

Does this quide help https://vuejs.github.io/vetur/guide/setup.html#advanced ?

rchl commented 3 years ago

It should IMO.