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
The main wrapper works well. By interactive usage I mean someone running pyright on the command line and waiting for results as opposed to CI or elsewhere.
With interactive usage I notice the ~100ms startup delay from the python interpreter when going via the main wrapper, rather than via eg: $HOME/.cache/pyright-python/latest/node_modules/pyright/index.js.
I appreciate this may be a niche concern though 😂 And you make a good point that it's not part of the public API.
pyright-python maintains a cache of versions, eg:
It would be nice to have a stable
latest
symlink to to the latest version, eg:A stable symlink could be used globally, from any bash script/Makefile commands, or for interactive usage.
(It also avoids going through the python interpreter and so has a lower startup time).
The text was updated successfully, but these errors were encountered: