forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Implement a per interpreter language server cache #8815
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
c5c5ccd
Rework original idea to have smaller impact.
rchiodo 6585f6d
Add ref counting for language server
rchiodo 7dab6ad
Ref count idea
rchiodo 23a9a16
Fix intellisense to work on restart of a jupyter server
rchiodo 2c35a87
Disconnect from the language server when activating
rchiodo 1ecf961
Fix linter issues
rchiodo 97d05a8
Make jedi per interpreter as well
rchiodo 0cbeacd
Fix up some static command registrations
rchiodo 8df275c
Get all the unit tests to pass
rchiodo 62f9f9f
Fix unit tests for interpreter changed
rchiodo 2923d32
Add some functional tests
rchiodo 1ae1972
Merge remote-tracking branch 'origin/master' into rchiodo/ls_per_kern…
rchiodo 9fffeda
Get functional tests to have the right services
rchiodo 4221c1e
Fix other functional tests to pass
rchiodo 0aa62aa
Get functional test working for having a different interpreter
rchiodo 677f239
Add news entry
rchiodo 68135db
Fix linter problems.
rchiodo e25e802
Fix reconnect issue when Notebook is 'holding' a language server
rchiodo 4433b05
Merge remote-tracking branch 'origin/master' into rchiodo/ls_per_kern…
rchiodo a1bff7f
Change connect/disconnect to activate/deactivate
rchiodo 24d3b19
Fix build error
rchiodo cfc346d
Remove test only failure logic
rchiodo 1bc9927
Fix notebook functional failure from second active interpreter
rchiodo fc88336
Review feedback
rchiodo da18351
Fix intellisense unit tests and linter problem
rchiodo 5d42532
Fix service registry unit tests
rchiodo 2f9b1dd
Fix linter problems
rchiodo 03c9869
Fix smoke test for language server.
rchiodo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Support a per interpreter language server so that notebooks that aren't using the currently selected python can still have intellisense. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.