How does woker notify ace that page initialization is complete #91
Answered
by
mkslanc
ZhangGuangHuiCoder
asked this question in
Q&A
-
worker.tsmanager.setGlobalOptions( |
Beta Was this translation helpful? Give feedback.
Answered by
mkslanc
Dec 26, 2023
Replies: 1 comment
-
If I understand you correctly, you want to add resolved ts declaration to |
Beta Was this translation helpful? Give feedback.
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
extraLibs
and trigger validation (or other lsp action). Right now, it should be done automatically -setGlobalOptions
would call validation after worker serve this command and answer. Request and setGlobalOptions example