vscode-office
                                
                                 vscode-office copied to clipboard
                                
                                    vscode-office copied to clipboard
                            
                            
                            
                        [BUG] Can NOT display correctly in the DIFF view.
- OS: Windows 11 22H2
- Extension Version: v3.1.8
I think the markdown view should be disabled in the DIFF view.
Ref https://github.com/cweijan/vscode-office/issues/183#issuecomment-1879592003:
According to https://github.com/microsoft/vscode/issues/138525#issuecomment-1847679100, diff editor has its own resource url
git:/...orgitlens:/..., so can be specified to use default editor view inworkbench.editorAssociations:"workbench.editorAssociations": { "{git,gitlens}:/**/*.{md,csv}": "default" },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 actuallyfile:/....
Fixed in version 3.2.0.