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

Make H5Web the default editor for Loom files #36

Closed axelboc closed 10 months ago

axelboc commented 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.

As usual, it's possible to revert to the default editor with the following VS Code config if need be:

"workbench.editorAssociations": {
  "*.loom": "default",
},