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

Update diff2html version which handles unknown filetypes gracefully #88

Merged
merged 2 commits into from
Aug 29, 2023
Merged

Update diff2html version which handles unknown filetypes gracefully #88

merged 2 commits into from
Aug 29, 2023

Conversation

scfrazer
Copy link
Contributor

This is in reference to #83 . Previously, diff2html would not gracefully fall back to plaintext for certain file types, which then would mess up vscode-diff-viewer (see this discussion thread and the subsequent PR). This PR is to pick up the new diff2html version, which I have tested locally and works.

Copy link
Owner

@caponetto caponetto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @scfrazer
Thanks a lot for looking into it and validating the fix.
I've left only one comment.

package.json Outdated
@@ -2,7 +2,7 @@
"name": "vscode-diff-viewer",
"displayName": "Diff Viewer",
"description": "Visualize git diff files in VS Code",
"version": "1.4.2",
"version": "1.4.3",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please revert this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. My bad, I was trying to be helpful :)

@caponetto caponetto merged commit 383a44b into caponetto:main Aug 29, 2023
7 checks passed
@scfrazer scfrazer deleted the user/scfrazer/handle_unknown_languages branch August 29, 2023 12:23
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.

2 participants