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).