Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
AkatQuas opened this issue Apr 16, 2024 · 0 comments
Open

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

AkatQuas opened this issue Apr 16, 2024 · 0 comments

Comments

@AkatQuas
Copy link

AkatQuas commented Apr 16, 2024

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant