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
{{ message }}
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
Python version (& distribution if applicable, e.g. Anaconda): 3.6.5
Using VS Code or Visual Studio: VS Code (or CLI)
Actual behavior
Cannot launch a main.py in a submodule...
ptvsd complains that the module is not found
Expected behavior
Launching a main.py method in a submodule works
Steps to reproduce:
Create a main.py in a submodule.
Create a launch configuration that runs it with "module": "root.sub" or use the CLI:
/projects/pybot/venv/bin/python /Users/jkassis/.vscode/extensions/ms-python.python-2019.3.6139/pythonFiles/ptvsd_launcher.py --default --host 127.0.0.1 --port 51251 -m commands.pybot
Environment data
Actual behavior
Cannot launch a main.py in a submodule...
ptvsd complains that the module is not found
Expected behavior
Launching a main.py method in a submodule works
Steps to reproduce:
/projects/pybot/venv/bin/python /Users/jkassis/.vscode/extensions/ms-python.python-2019.3.6139/pythonFiles/ptvsd_launcher.py --default --host 127.0.0.1 --port 51251 -m commands.pybot
/projects/pybot/venv/bin/python /Users/jkassis/.vscode/extensions/ms-python.python-2019.3.6139/pythonFiles/ptvsd_launcher.py --default --host 127.0.0.1 --port 51251 -m pybot
The text was updated successfully, but these errors were encountered: