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
Installed LSP-pyright, cloned this repo, opened directory in Sublime Text, saved project, edited project, set "pyright.dev_environment": "sublime_text", opened file LSP-pyright/plugin.py. LSP can't find imports from ST packages like from LSP.plugin import DottedDict.
I expected pyright.dev_environment option to take care of that. Is it possible to pass those modules from inside a package to an LSP without cloning the repo or manually unarchiving the package?