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
addAction() and addContextMenu() are methods on IStandaloneEditor, but getOriginalEditor() and getModifiedEditor() return the CodeEditor instead of StandaloneCodeEditor. If I add a command to the diffEditor, then it only shows up on the modified editor, not the original editor. Previously, we could add it to both.
The text was updated successfully, but these errors were encountered:
alexdima
added
the
bug
Issue identified by VS Code Team member as probable bug
label
Mar 1, 2017
addAction() and addContextMenu() are methods on IStandaloneEditor, but getOriginalEditor() and getModifiedEditor() return the CodeEditor instead of StandaloneCodeEditor. If I add a command to the diffEditor, then it only shows up on the modified editor, not the original editor. Previously, we could add it to both.
The text was updated successfully, but these errors were encountered: