Pavel Minaev
Pavel Minaev
I can reproduce it only with the following steps: 0. Ensure that employee.pyi doesn't exist. 0. Create employee.pyi. 0. Try triggering Intellisense. With those, the module doesn't show up in...
I still cannot reproduce. Is there anything special about the Python environment that is selected (even if it's global)?
Is PythonSettings.json (and specifically "SearchPaths") the same as on the earlier screenshot? Also, can you share the filesystem tree showing where the folder being imported is actually located relative to...
You can already manually attach to a child process via Debug -> Attach to Process. But we do need to support automatic attaching.
Adding a command from debugger to VS to attach to a new process is easy enough. It's catching all the various ways of spawning those processes from Python that I...
This is supported in debugpy, but requires cooperation from PTVS to light up. Since this is something that shows up quite a lot in web dev (most frameworks use subprocesses...
If I remember correctly, the registry key is only picked up when PTVS is loaded, not live during a debug session - might it be that?
It doesn't repro for me on VS 2022 Preview 6 anymore. Strictly following the repro steps (i.e. without creating the environment and installing Django) opens the Django Management Console tool...
It's supposed to print out some stuff. You can see what, exactly, by doing it manually yourself in the terminal - go to the folder where the project is, and...
Does it make any difference if you do `import threading` in the script?