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
there is nothing directly in pyright-python that would mean offline usage could not be supported. It seems to be that npx is making requests itself even after the pyright NPM package has been installed once. Looks like we would have to move away from npx and directly install pyright using npm to a cached directory.
The text was updated successfully, but these errors were encountered:
Obviously due to the nature of this project we cannot add full support for offline usage but we should support it after a single run.
Comment from #43.
The text was updated successfully, but these errors were encountered: