Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web Extension: Fix file opening for media files #1094

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

priyanshu92
Copy link
Contributor

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.

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.
@priyanshu92 priyanshu92 marked this pull request as ready for review January 22, 2025 15:22
@priyanshu92 priyanshu92 requested review from a team as code owners January 22, 2025 15:22
@priyanshu92 priyanshu92 enabled auto-merge (squash) January 22, 2025 15:27
@priyanshu92 priyanshu92 merged commit 18b8286 into main Jan 23, 2025
6 checks passed
@priyanshu92 priyanshu92 deleted the users/priyanshuag/media-fix branch January 23, 2025 06:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants