Closed axelboc closed 10 months ago
Requested in jupyterlab-h5web https://github.com/silx-kit/jupyterlab-h5web/issues/126, but applies here as well. Loom files are standard HDF5 files, so makes sense for them to open in H5Web out of the box.
jupyterlab-h5web
As usual, it's possible to revert to the default editor with the following VS Code config if need be:
"workbench.editorAssociations": { "*.loom": "default", },
Requested in
jupyterlab-h5web
https://github.com/silx-kit/jupyterlab-h5web/issues/126, but applies here as well. Loom files are standard HDF5 files, so makes sense for them to open in H5Web out of the box.As usual, it's possible to revert to the default editor with the following VS Code config if need be: