silx-kit / vscode-h5web

VSCode extension to explore and visualize HDF5 files
https://marketplace.visualstudio.com/items?itemName=h5web.vscode-h5web
MIT License
33 stars 5 forks source link

Upgrade H5Web to v9 + support JSON export #29

Closed axelboc closed 1 year ago

axelboc commented 1 year ago

Release notes: https://github.com/silx-kit/h5web/releases/tag/v9.0.0

Notable change is the support for exporting "raw" datasets to JSON. But of course, VS Code has its own API for saving files from webviews, so I took inspiration from #23 to replace the built-in support for JSON export in H5WasmProvider with one that works in VS Code.

I'll rebase #23 and resolve conflicts once I merge this.