We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de08216 commit c42ed0dCopy full SHA for c42ed0d
pythonFiles/completion.py
@@ -33,7 +33,7 @@ class JediCompletion(object):
33
34
def __init__(self):
35
self.default_sys_path = sys.path
36
- self.environment = jedi.api.environment.create_environment(sys.executable)
+ self.environment = jedi.api.environment.Environment(sys.executable)
37
self._input = io.open(sys.stdin.fileno(), encoding='utf-8')
38
if (os.path.sep == '/') and (platform.uname()[2].find('Microsoft') > -1):
39
# WSL; does not support UNC paths
0 commit comments