-
Notifications
You must be signed in to change notification settings - Fork 34.3k
Closed
Labels
debtCode quality issuesCode quality issuesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersmerge-editor-workbenchworkbench-editorsManaging of editor widgets in workbench windowManaging of editor widgets in workbench window
Milestone
Description
continues 15a420f and 15a420f#commitcomment-76896537
The merge editor integrates with the outside world via getControl
. This make outline, breadcrumbs, breakpoint revealing/hitting (?) etc work. A hack was added to make sure open requests are redirected into the merge editor, e.g clicking on an outline entry should not open a separate editor, likewise go-to-def etc... I know that the workbench has built-in knowledge of the diff-editor for similar cases but the merge editor is a contribution and needs a more offical way of doing this...
Metadata
Metadata
Labels
debtCode quality issuesCode quality issuesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersmerge-editor-workbenchworkbench-editorsManaging of editor widgets in workbench windowManaging of editor widgets in workbench window