No definition found

I am trying to use cursor on macos, and for the life of me, I can’t seem to be able to use the function definition navigation using F12 like in VSCode.
I have uninstalled all extensions, and reinstalled the latest version of the python extension.
I am using a conda environment which is properly detected and activated by the python extension. I have also tried with a venv directly created by poetry.
Anyone managed to figure this one out? I would love to give a serious try to cursor, but cannot without this basic feature.

cursor -s:
Version: Cursor 0.40.3 (2804893a83ef162ae6c48e8254717e25c7c7c510, 2024-08-29T17:42:50.254Z)
OS Version: Darwin arm64 23.6.0
CPUs: Apple M1 (8 x 2400)
Memory (System): 16.00GB (0.22GB free)
Load (avg): 3, 3, 4
VM: 0%
Screen Reader: no
Process Argv:
GPU Status: 2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
webgpu: enabled

CPU % Mem MB PID Process
0 197 49665 cursor main
0 66 49670 gpu-process
0 33 49671 utility-network-service
0 115 49728 shared-process
0 49 53154 ptyHost
0 295 53180 window [3] (Untitled-1)
0 49 53181 fileWatcher [3]
3 262 53182 extensionHost [3]

cursor --list-extensions --show-versions:
FaroSystemAppender constructor
anysphere.pyright@1.1.327
ms-python.python@2024.5.1

FYI after deleting the folder Library/Application\ Support/Cursor and reinstalling Cursor from scratch, without importing VSCode extensions I could finally have the go to definition functionality working!