update python debugger type to debugpy

vscode says that "python" is deprecated
This commit is contained in:
Zbyněk Winkler
2025-06-25 13:09:19 +02:00
committed by Yorik van Havre
parent 1b7c12629c
commit 91bfde1fd2

View File

@@ -100,7 +100,7 @@
},
{
"name": "Python debugger",
"type": "python",
"type": "debugpy",
"request": "attach",
"preLaunchTask": "WaitForDebugpy",
"redirectOutput": true,
@@ -131,4 +131,4 @@
}
}
]
}
}