Skip to content
Discussion options

You must be logged in to vote

Hi @jonathanyeung.

Here are my thoughts...

  1. Different Editor in Diff Mode:

    When you register a custom editor with a priority of default for a specific file type, it will be used in all contexts, including in diff views. From what I know, the VS Code API did not provide an explicit way for a custom editor to specify that it should only be used as the default in certain contexts (like outside of diff views).

  2. Open Diff with a Specific Editor:

    VS Code has the "Open with..." context menu which lets users choose a specific editor to open a file. However, there isn't a direct "Open diff with..." counterpart. If a user wants to see the diff in the built-in editor after a custom editor has take…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@jonathanyeung
Comment options

@siegenthalerroger
Comment options

Answer selected by theReynald
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants