forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-debuggingfeature-requestRequest for new features or functionalityRequest for new features or functionalitygood first issueverifiedVerification succeededVerification succeeded
Milestone
Description
Hi VS Code dev here 👋
- Have python extension installed, workspace without a launch.json.
- Do not open a python file
- Press "Open launch.json" in the Debug viewlet
- Python options are not presented 🐛
The issue for this is because Python extension did not get activated since no python file got opened.
I suggest that python extension gets activated also for onDebugInitialConfigurations event. This event is fired when the launch.json is about to get populated for the first time.
fyi @luabud
luabud
Metadata
Metadata
Labels
area-debuggingfeature-requestRequest for new features or functionalityRequest for new features or functionalitygood first issueverifiedVerification succeededVerification succeeded