News

Cross-post from microsoft/vscode#180005... I'm working in a Python project organized as a module hierarchy. To execute a file path/to/file.py, I run it as python -m path.to.file in order to resolve ...
This is the folder structure: .vscode .venv poetry.lock pyproject.toml some_other_python_project azurefunctions |__host.json ... I can however debug the azurefunctions application using the "Attach to ...