Skip to content

Fix 'go to definition' #624

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

Closed
busykoala opened this issue Dec 4, 2018 · 1 comment
Closed

Fix 'go to definition' #624

busykoala opened this issue Dec 4, 2018 · 1 comment

Comments

@busykoala
Copy link

busykoala commented Dec 4, 2018

I have "python.analysis.downloadChannel": "daily" activated.

The update today broke the 'go to definition' feature for my setup.
It's regarding a large plone project using the omelette as described below.

To avoid language server load infinitely (which would be another issue, maybe related to this), I excluded the parts/omelette with search.exclude.
Below that in the settings, I added the parts/omelette with: "python.autoComplete.extraPaths": ["${workspaceFolder}/parts/omelette", ], which seemed to work for the last few days now.
By 'it seemed to work' I mean it could resolve the omelette imports and jump to definitions.
Now it sais 'no definition found for...'.

For what I can see in the output, before the update, it used to analyse from autoComplete.extraPath, which it does not anymore since it updated the language server today.

(parts/omelette contains symlinks to cross-project sources in a local directory.)

@dbaeumer
Copy link
Member

dbaeumer commented Dec 6, 2018

@busykoala this repository is about the LSP specification. Please file the issue against the concrete product or extension.

Please ping if you think this repository is the right place.

@dbaeumer dbaeumer closed this as completed Dec 6, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants