Skip to content
This repository was archived by the owner on Jul 20, 2026. It is now read-only.

Commit abd3782

Browse files
authored
Support debugging Python using the new Python Debugger extension (#4286)
1 parent da8cdfa commit abd3782

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/debugging/python/PythonDebugHelper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export class PythonDebugHelper implements DebugHelper {
8383

8484
return {
8585
...{ ...debugConfiguration, python: undefined }, // Get the original debug configuration, minus the "python" property which belongs to the Docker launch config and confuses the Python extension
86-
type: 'python',
86+
type: 'debugpy',
8787
request: 'launch',
8888
pathMappings: debugConfiguration.python.pathMappings,
8989
justMyCode: debugConfiguration.python.justMyCode ?? true,

0 commit comments

Comments
 (0)