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
I would like to use preview when opening diffEditor (side-by-side or inline). Right now every file I click on the 'Changes' list opens on a new editor. I rather the files to re-use the same diffEditor.
Ideally this should be configured with a new settings option such as
// Controls if the diff editor shows as preview. Preview editors are reused until they are kept (e.g. via double click or editing).
"diffEditor.enablePreview": false,
(default false would keep the current behavior)
Thanks
The text was updated successfully, but these errors were encountered:
I would like to use preview when opening diffEditor (side-by-side or inline). Right now every file I click on the 'Changes' list opens on a new editor. I rather the files to re-use the same diffEditor.
Ideally this should be configured with a new settings option such as
(default false would keep the current behavior)
Thanks
The text was updated successfully, but these errors were encountered: