-
Notifications
You must be signed in to change notification settings - Fork 304
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 does not work #15918
Comments
Thanks for filing this issue, sorry you are running into this. Do you have the Pylance extension installed, if not, then its a duplicate of the issue microsoft/vscode-python#23897 |
thanks for a feedback. I just tried on a different box - it works (???) Here is env snapshot of a box where it works ( WSL again) - please note that pylance is installed Version: 1.92.1 (user setup) Just in case here is a full list of installed extentions
code --install-extension alexcvzz.vscode-sqlite Let me know if you need any further info |
Please can you disable all extensions, except for Jupyter, Python and Pylance and verify it works. |
Hey, @DonJayamanne , I can't reproduce the issue anymore, looks like recent updates of vscode / plugins solved it. |
Thank you very much for getting back with an update |
Environment data
Version: 1.92.0 (user setup)
Commit: b1c0a14de1414fcdaa400695b4db1c0799bc3124
Date: 2024-07-31T23:26:45.634Z
Electron: 30.1.2
ElectronBuildId: 9870757
Chromium: 124.0.6367.243
Node.js: 20.14.0
V8: 12.4.254.20-electron.0
OS: Windows_NT x64 10.0.22631
Python : 3.11 on WSL
Type of virtual environment used : poetry
Jupyter server running: Local
Jupyter plugin : v2024.8.2024080201 (pre-release)
Expected behaviour
Go to definition works in jupyter notebook
Actual behaviour
Go to definition does not work in jupyter notebook
Steps to reproduce:
write a simple code in jupyter like
from pathlib import Path
click Go to definition
Details
Note: neither release not pre-release work
The text was updated successfully, but these errors were encountered: