This repository was archived by the owner on Apr 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 132
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
"Go to definition" functionality stops working #1913
Copy link
Copy link
Closed
Description
Environment data
- VS Code version: 1.42.1
- Extension version (available under the Extensions sidebar): 2020.2.63990
- OS and version: GNU/Linux 5.5.4
- Python version (& distribution if applicable, e.g. Anaconda): CPython 3.8.1
- Type of virtual environment used (N/A | venv | virtualenv | conda | ...): venv
- Relevant/affected Python packages and their versions: None
- Relevant/affected Python-related VS Code extensions and their versions: None
- Jedi or Language Server? (i.e. what is
"python.jediEnabled"set to; more info How to update the language server to the latest stable version vscode-python#3977): False - Value of the
python.languageServersetting: Microsoft
Expected behaviour
"Go to definition" functionality doesn't stop working.
Actual behaviour
"Go to definition" functionality stops working.
Steps to reproduce:
- Use "Go to definition" on some object once.
- After some time "Ctrl + Left Click" stops working, F12 doesn't work, "Go to definition" disappears from the context menu.
Logs
Output for Python in the Output panel (View→Output, change the drop-down the upper-right of the Output panel to Python)
User belongs to experiment group 'AlwaysDisplayTestExplorer - control'
User belongs to experiment group 'ShowPlayIcon - start'
User belongs to experiment group 'ShowExtensionSurveyPrompt - enabled'
User belongs to experiment group 'DebugAdapterFactory - experiment'
User belongs to experiment group 'PtvsdWheels37 - experiment'
User belongs to experiment group 'UseTerminalToGetActivatedEnvVars - control'
User belongs to experiment group 'AA_testing - experiment'
User belongs to experiment group 'WebHostNotebook - control'
> conda --version
> pyenv root
> python3.7 -c "import sys;print(sys.executable)"
> python3.6 -c "import sys;print(sys.executable)"
> python3 -c "import sys;print(sys.executable)"
> python2 -c "import sys;print(sys.executable)"
> python -c "import sys;print(sys.executable)"
> ~/src/my/ampho/workbench/env/bin/python -c "import sys;print(sys.executable)"
> conda info --json
> ~/src/my/ampho/workbench/env/bin/python -c "import jupyter"
> ~/src/my/ampho/workbench/env/bin/python -c "import jupyter"
> ~/src/my/ampho/workbench/env/bin/python -c "import notebook"
> ~/src/my/ampho/workbench/env/bin/python -c "import notebook"
Starting Microsoft Python language server.
> conda --version
Starting Microsoft Python language server.
Output from Console under the Developer Tools panel (toggle Developer Tools on under Help; turn on source maps to make any tracebacks be useful by running Enable source map support for extension debugging)
https://www.dropbox.com/s/luc53x67qtfibcm/1582172224580.log?dl=0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
