We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now I rewrite tsserver.js to override ts.createLanguageFunction . Is there a better way to integrate tsserver and angular's language-service ?
tsserver.js
ts.createLanguageFunction
The text was updated successfully, but these errors were encountered:
@Quramy please see https://github.com/angelozerr/tsserver-plugins I have used your idea to override createLanguageService (many thank's for this great idea!)
The advantage of tsserver-plugin are :
Thanks again for your great idea!
Sorry, something went wrong.
@angelozerr Thanks. I'm looking forward to the PR microsoft/TypeScript#12231 😄
No branches or pull requests
Now I rewrite
tsserver.js
to overridets.createLanguageFunction
. Is there a better way to integrate tsserver and angular's language-service ?The text was updated successfully, but these errors were encountered: