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
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
I have implemented QuickJump in my typescript extension.
However when I try to call quick jump from a TypeScript file, the JavaScript provider is called before mine and throws an error at that line.
The problem is that session is undefined.
By replacing that line this one :
I have implemented QuickJump in my typescript extension.
However when I try to call quick jump from a TypeScript file, the JavaScript provider is called before mine and throws an error at that line.
The problem is that
sessionis undefined.By replacing that line this one :
the error is gone.