# Theia software releaseTheia is a cloud (and desktop) IDE https://www.theia-ide.orgThis version comes pre-configured with a few plugins, but does not come with python plugin, to letyou choose between theia and vscode one.
## jedi[jedi](https://github.com/davidhalter/jedi) which is used by both thiea and vscode python plugins hassome support for `zc.buildout`. It looks up for a `buildout.cfg` file and if found will load all scriptsfrom the bin directory from this buildout to add eggs to sys.path. In webrunner we have almost 100 scriptsin bin directory, with maybe 30 eggs in each scripts, so this makes jedi so slow it's unusable. Also, ifan error occurs parsing these scripts, jedi won't be usable. This issue is tracked inhttps://github.com/davidhalter/jedi/issues/1325