mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-13 23:44:09 +01:00
fd673718ca
Fixes #88166 Custom editors used in diff views for binary files were broken. The root cause we were creating a `DiffEditorInput` that set `forceOpenAsBinary === true`, however this input was discarded as it was judged to be the same as the existing editor input which had `forceOpenAsBinary === undefined` The fix here is to make the `matches` function take `forceOpenAsBinary` into account