Skip to content
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

Go to definition fails for files outside the workspace #5333

Closed
DonJayamanne opened this issue Apr 17, 2019 · 1 comment
Closed

Go to definition fails for files outside the workspace #5333

DonJayamanne opened this issue Apr 17, 2019 · 1 comment
Assignees
Labels
area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. bug Issue identified by VS Code Team member as probable bug

Comments

@DonJayamanne
Copy link

  • Open VSC
  • Select an interpreter that's outside the workspace
  • Type the following code
import os
os.getenv
  • Go to definitino of getenv
  • Now attempt to navigate in the code in os.py
    • As this is outside the workspace, go to definition & similar functionality is not available
@ghost ghost added the triage-needed Needs assignment to the proper sub-team label Apr 17, 2019
@DonJayamanne DonJayamanne added area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. P0 bug Issue identified by VS Code Team member as probable bug and removed triage-needed Needs assignment to the proper sub-team labels Apr 17, 2019
@DonJayamanne DonJayamanne self-assigned this Apr 17, 2019
@karrtikr
Copy link

validated

@lock lock bot locked as resolved and limited conversation to collaborators May 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests

2 participants