You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My org uses symlinks to reference shared code that can be imported by multiple python executables. When finding references to a symbol in the shared code I get different results depending on what file I request the reference lookup from.
Describe the bug
My org uses symlinks to reference shared code that can be imported by multiple python executables. When finding references to a symbol in the shared code I get different results depending on what file I request the reference lookup from.
Code or Screenshots
When finding references for foo in
shared_lib/bar.py
I get:In
executables/exe1/main.py
I get:And in
executables/exe2/main.py
I get:VS Code extension or command-line
I'm using neovim and version 1.1.389 on Python 3.13.0
The text was updated successfully, but these errors were encountered: