volarjs / services

MIT License
124 stars 25 forks source link

Is it possible to share language service among service plugins? #89

Open AkatQuas opened 2 months ago

AkatQuas commented 2 months ago

I have gone through these service plugins, and each may create a new LanguageService for its own.

https://github.com/volarjs/services/blob/0230a4118b885284bd2d96e34878d6225d44e288/packages/vetur/index.ts#L19

https://github.com/volarjs/services/blob/0230a4118b885284bd2d96e34878d6225d44e288/packages/html/index.ts#L9

Is there anyway to share these LanguageService among plugins using context?

Or should we share ?