PR: Fix several issues with the Outline#16111
Merged
ccordoba12 merged 12 commits intospyder-ide:5.xfrom Aug 1, 2021
Merged
Conversation
- This only applies in DEV mode or for tests. - It's necessary to test the interaction between our PYTHONPATH manager and the LSP as if Spyder is properly installed.
…rdoba12/python-lsp-server.git external-deps/python-lsp-server subrepo: subdir: "external-deps/python-lsp-server" merged: "9f69edc24" upstream: origin: "https://github.com/ccordoba12/python-lsp-server.git" branch: "fix-symbols" commit: "9f69edc24" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596"
Getting symbols for project files in that case was failing before.
ea724bd to
25e6396
Compare
…rdoba12/python-lsp-server.git external-deps/python-lsp-server subrepo: subdir: "external-deps/python-lsp-server" merged: "c4cfd1643" upstream: origin: "https://github.com/ccordoba12/python-lsp-server.git" branch: "fix-symbols" commit: "c4cfd1643" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596"
25e6396 to
1a05106
Compare
…lsp/python-lsp-server.git external-deps/python-lsp-server subrepo: subdir: "external-deps/python-lsp-server" merged: "03ab6efde" upstream: origin: "https://github.com/python-lsp/python-lsp-server.git" branch: "develop" commit: "03ab6efde" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" [ci skip]
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description of Changes
__init__.pyfile is present at the root of the project.sys.pathentries that come from our config system when passed to the LSP server and transport layer, and Spyder is running in dev or testing modes. That allows us to better test things in those modes.Issue(s) Resolved
Fixes #15648
Fixes #14871
Affirmation
By submitting this Pull Request or typing my (user)name below,
I affirm the Developer Certificate of Origin
with respect to all commits and content included in this PR,
and understand I am releasing the same under Spyder's MIT (Expat) license.
I certify the above statement is true and correct: @ccordoba12