Skip to content

Commit baa47da

Browse files
committed
Fix goto definition behavior with Interpreter
1 parent c890d1a commit baa47da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyls/workspace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def jedi_script(self, position=None):
251251

252252
kwargs = {
253253
'code': self.source,
254-
#'path': self.path,
254+
'path': self.path,
255255
#'environment': environment,
256256
#'project': jedi.Project(path=project_path, sys_path=sys_path),
257257
'namespaces': [__main__.__dict__],

0 commit comments

Comments
 (0)