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

Allow opening files outside of workspace folder #3

Closed axelboc closed 2 years ago

axelboc commented 2 years ago

Fix #2 - the issue came from trying to open HDF5 files outside of the current worspace. The internal HTTP request was failing with a 401 Unauthorised error.

The folder of the file being opened has to be added to the webview's configuration.