fix python debugging issues after vscode was updated to version 1.87.0.
The visualization failed because the python debug type was changed to "debugpy" after vscode was updated.
I think there has to be done more changes than this, to enable the new type of the python debugger? I use this package to include various visualization methods incorporated in this extension and the visualizations do not work anymore with type "debugpy". They do/did work with type "python". Here is a line that I found in this extension that probably must be changed as well? https://github.com/hediet/vscode-debug-visualizer/blob/f4f227428dfaef83cd8f2ddfc799b6df866cb4bb/extension/src/VisualizationBackend/PyVisualizationSupport.ts#L30
Hi, i first overlooked this open PR, looked into the problem myself and came to the same conclusion: My PR. I tested this and found that adding the new name of the adapter works with the python visualizer package.