File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1+ Upgrade ` jedi `  and ` parso `  to the latest versions (` 0.13.2 `  and ` 0.3.1 `  respectively).
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class JediCompletion(object):
3434
3535 def  __init__ (self ):
3636 self .default_sys_path  =  sys .path 
37-  self .environment  =  jedi .api .environment .Environment (sys .prefix ,  sys . executable )
37+  self .environment  =  jedi .api .environment .Environment (sys .executable )
3838 self ._input  =  io .open (sys .stdin .fileno (), encoding = 'utf-8' )
3939 if  (os .path .sep  ==  '/' ) and  (platform .uname ()[2 ].find ('Microsoft' ) >  - 1 ):
4040 # WSL; does not support UNC paths 
Original file line number Diff line number Diff line change 1- jedi == 0.12.0  
2- parso == 0.2 .1 
1+ jedi == 0.13.2  
2+ parso == 0.3 .1 
33isort == 4.3.4 
44ptvsd == 4.2.0 
                         You can’t perform that action at this time. 
           
                  
0 commit comments