vscode python suddenly does not support goto method definitions with crtrl + click
All in a suddden, my vscode stop responding to Ctrl + click that allows me to go to method defintions. This is due to interpreter are not configured or stop working. In my case, I am using uv manage and therefore I had to ensure the configuration is correct - the green section configure environment while the red rectangle configure "interpreter" - which is what is missing. Once you fix it, we are good to go.