Start without Debug and Start with Debug button not available in right click menu
Open
@int19h is already working on this.
Since Apr 26, 2023.
user responded
- Dominant language
- C#
- Stars
- 2.6k
- Forks
- 680
- Avg merge
- 39m
- Merged PRs (30d)
- 1
Description
"Start without Debug" and "Start with Debug" buttons not showing at all for stand alone python file
Steps to Reproduce
- Create any Empty Console application
- Create and add the new module.py into the project
- Open module.py
- In code editor right click to open the context menu
- "Start without Debug" and "Start with Debug" are not shown at all according to the article
Expected behavior
The two buttons on the context menu shown without any problem in 2019, but not in 2022
Additional context and screenshots

Sample Code
import sys
print(sys.path)
Diagnostics file
Diagnostic Info 2023-03-01T181944.txt
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.