The debugging process is not starting when Run/Start Debugging is clicked.
VS Code version:
Version: 1.117.0 (user setup)
Commit: 10c8e557c8b9f9ed0a87f61f1c9a44bde731c409
Date: 2026-04-21T16:12:14-07:00
Electron: 39.8.7
ElectronBuildId: 13841579
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Windows_NT x64 10.0.26200
Python Debugger extension version: ms-python.debugpy 2026.4.0
The only workaround I found is to change "type": "debugpy" to "type": "python".
The debugging process is not starting when Run/Start Debugging is clicked.
VS Code version:
Version: 1.117.0 (user setup)
Commit: 10c8e557c8b9f9ed0a87f61f1c9a44bde731c409
Date: 2026-04-21T16:12:14-07:00
Electron: 39.8.7
ElectronBuildId: 13841579
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Windows_NT x64 10.0.26200
Python Debugger extension version: ms-python.debugpy 2026.4.0
The only workaround I found is to change "type": "debugpy" to "type": "python".