Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Web Extension: Fix file opening for media files (#1094)
Using `vscode.open` API to open the default file instead of `window.showTextDocument` because `showTextDocument` doesn't open binary files to it was failing to open non-text files.
- Loading branch information