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
Is it possible to specify the virtualenv in the config? I don't know about VSCode but SublimeText doesn't set the VIRTUAL_ENV envvar (even using the VirtualEnv plugin) and thus Jedi can't actually give the right completion suggestions unless the server is installed in the virtualenv and started from there (like I'm doing currently, but I'd like not to install it in each virtualenv for every project I have).