You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into a weird issue where null in JSDoc comments do not get picked up, but seemingly just disappear. The TS playground works correctly, however.
I'm running into a weird issue where
null
in JSDoc comments do not get picked up, but seemingly just disappear. The TS playground works correctly, however.Example snippet
CoC
As you'll see, the
| null
is just missing from the return signature.TS Playground
Playground Link
This works correctly.
Info
jsconfig.json
:CocInfo
Using
coc-tsserver
v1.8.6Let me know if I missed any other details that can help you track this down.
The text was updated successfully, but these errors were encountered: