Skip to content

Commit

Permalink
Revert "Always use the same jedi environment (#4687)" (#4850)
Browse files Browse the repository at this point in the history
This reverts commit 77995ff.
  • Loading branch information
DonJayamanne authored Mar 20, 2019
1 parent 77995ff commit 0268ef4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions news/2 Fixes/4687.md

This file was deleted.

3 changes: 1 addition & 2 deletions pythonFiles/completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -562,8 +562,7 @@ def _process_request(self, request):
jedi.api.names(
source=request.get('source', None),
path=request.get('path', ''),
all_scopes=True,
environment=self.environment),
all_scopes=True),
request['id'])

script = jedi.Script(
Expand Down

0 comments on commit 0268ef4

Please sign in to comment.