Files
vscode/src
Matt Bierner fd673718ca Only treat diff editors as matching if they have the same forceOpenAsBinary setting (#88183)
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
2020-01-07 11:28:58 -08:00
..
2020-01-06 18:55:01 +01:00