volar-plugins
volar-plugins copied to clipboard
Is it possible to share language service among service plugins?
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 ?