You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to microsoft/vscode#138525 (comment), diff editor has its own resource url git:/... or gitlens:/..., so can be specified to use default editor view in workbench.editorAssociations:
As such vscode-office's rendering is disabled in diff view.
NOTE: Due to a bug in vscode: editorResolverService.ts#L166-L181, specifying different editor type for normal view and diff view will make both page in diff view regress into default view. This is because in diff view, left side url is git:/..., while right side url is actually file:/....
I think the markdown view should be disabled in the DIFF view.
The text was updated successfully, but these errors were encountered: