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
Hi VS Code dev here 👋
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
onDebugInitialConfigurationsevent. This event is fired when thelaunch.jsonis about to get populated for the first time.fyi @luabud