How does woker notify ace that page initialization is complete #91
Answered
by
mkslanc
ZhangGuangHuiCoder
asked this question in
Q&A
worker.tsmanager.setGlobalOptions( |
Answered by
mkslanc
Dec 26, 2023
Replies: 1 comment
|
If I understand you correctly, you want to add resolved ts declaration to |
0 replies
Answer selected by
mkslanc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I understand you correctly, you want to add resolved ts declaration to
extraLibsand trigger validation (or other lsp action). Right now, it should be done automatically -setGlobalOptionswould call validation after worker serve this command and answer. Request and setGlobalOptions example