hediet / vscode-debug-visualizer

An extension for VS Code that visualizes data during debugging.
https://marketplace.visualstudio.com/items?itemName=hediet.debug-visualizer
GNU General Public License v3.0
7.86k stars 410 forks source link

Release with latest Python additions #130

Open havogt opened 2 years ago

havogt commented 2 years ago

Thanks for this cool extension! Also thanks to @fehrlich for the latest additions to Python visualization.

Would you mind releasing a new version with the Python support? I got it working by building manually (and hacking with dependencies on master of hediet/visualization), but of course it would be nice to be able to use it from the marketplace.

hediet commented 2 years ago

Please ping me again if I don't manage to do it in the next two weeks!

havogt commented 2 years ago

Thanks!

fehrlich commented 2 years ago

Just as a friendly reminder @hediet I would also like to see this release :-)

havogt commented 2 years ago

ping ;)

fehrlich commented 2 years ago

is it still planed to release the python changes ?

hediet commented 2 years ago

Sorry for the delay. Just published 2.3.0. Something doesn't work with the python plotly visualizer though. Don't have the time at the moment to investigate, somehow stopped programming outside of work hourse after I started my full time job...

fehrlich commented 2 years ago

Thanks for the update, I will look into it as soon as possible.

havogt commented 2 years ago

Thanks a lot! It works for my use case!

fehrlich commented 2 years ago

The Python part use the latest additions in: https://github.com/hediet/visualization So I guess they needed to be released first and then the webview/package.json in needs to be changed to the new versions.

hediet commented 2 years ago

Oh, I totally forgot about that.

hediet commented 2 years ago

Just released an update. Thanks for your wokr @fehrlich!

fehrlich commented 2 years ago

Works like a charm 👍