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
I have a multiroot workspace for a Python mono repo. There is a root folder with project1 and project2 as subfolders. I have a multi-root workspace where all of ., project1, and project2 are included. I understand this to be the recommended usage, though there are complaints.
Expected vs. Actual
If a method is defined in project1 and used in project2, then Go to Definition works fine when inside project2, but Go to References in project1 only finds references in project1.
Type: Bug
Same issue as microsoft/vscode-cpptools#4711 but for Python.
Behaviour
I have a multiroot workspace for a Python mono repo. There is a
root
folder withproject1
andproject2
as subfolders. I have a multi-root workspace where all of.
,project1
, andproject2
are included. I understand this to be the recommended usage, though there are complaints.Expected vs. Actual
If a method is defined in
project1
and used inproject2
, thenGo to Definition
works fine when insideproject2
, butGo to References
inproject1
only finds references inproject1
.Steps to reproduce:
My
.vscode/xxx.code-workspace
file looks like:Diagnostic data
python.languageServer
setting: DefaultOutput for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)User Settings
Extension version: 2023.8.0
VS Code version: Code 1.78.2 (b3e4e68a0bc097f0ae7907b217c1119af9e03435, 2023-05-10T15:00:40.428Z)
OS version: Darwin arm64 22.4.0
Modes:
Sandboxed: Yes
System Info
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
A/B Experiments
The text was updated successfully, but these errors were encountered: