Prevent custom editor in any type of diff mode #2669
Unanswered
timheuer
asked this question in
Extension Development QnA
Replies: 1 comment 1 reply
-
@lramos15 can you help here? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking for the predictable/reliable way for my custom editor to NOT be used in ANY type of diff view mode. I've tried a bunch of what has been suggested in a few forums, etc. but it does not yield the right results for me. I saw an older issue that seems not resolved of having a simpler context check (inDiffEditor) but doesn't seem implemented.
What is the absolute bullet-proof way to prevent my editor from showing in any diff mode, but be the default/priority otherwise for a filetype?
Beta Was this translation helpful? Give feedback.
All reactions