I have gone through these service plugins, and each may create a new LanguageService for its own.
|
const htmlLs = html.getLanguageService(); |
|
'html/languageService': () => html.LanguageService; |
Is there anyway to share these LanguageService among plugins using context?
Or should we share ?
I have gone through these service plugins, and each may create a new
LanguageServicefor its own.services/packages/vetur/index.ts
Line 19 in 0230a41
services/packages/html/index.ts
Line 9 in 0230a41
Is there anyway to share these
LanguageServiceamong plugins usingcontext?Or should we share ?