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
content.push(keybinding ? localize('interactiveSession.diff',"Tab again to enter the Diff editor with the changes and enter review mode with ({0}). Use Up/DownArrow to navigate lines with the proposed changes.",keybinding) : localize('interactiveSession.diffNoKb',"Tab again to enter the Diff editor with the changes and enter review mode with the Go to Next Difference Command. Use Up/DownArrow to navigate lines with the proposed changes."));
label=kbLabel ? localize('interactiveEditor.accessibilityHelp',"Interactive Editor Input, Use {0} for Interactive Editor Accessibility Help.",kbLabel) : localize('interactiveSessionInput.accessibilityHelpNoKb',"Interactive Editor Input, Run the Interactive Editor Accessibility Help command for more information.");
label=kbLabel ? localize('inlineChat.accessibilityHelp',"Inline Chat Input, Use {0} for Inline Chat Accessibility Help.",kbLabel) : localize('inlineChat.accessibilityHelpNoKb',"Inline Chat Input, Run the Inline Chat Accessibility Help command for more information.");
description: localize('editMode',"Configure if changes crafted in the interactive editor are applied directly to the document or are previewed first."),
165
+
'inlineChat.mode': {
166
+
description: localize('mode',"Configure if changes crafted in the interactive editor are applied directly to the document or are previewed first."),
localize('editMode.livePreview',"Changes are applied directly to the document and are highlighted visually via inline or side-by-side diffs. Ending a session will keep the changes."),
163
-
localize('editMode.preview',"Changes are previewed only and need to be accepted via the apply button. Ending a session will discard the changes."),
164
-
localize('editMode.live',"Changes are applied directly to the document but can be highlighted via inline diffs. Ending a session will keep the changes."),
171
+
localize('mode.livePreview',"Changes are applied directly to the document and are highlighted visually via inline or side-by-side diffs. Ending a session will keep the changes."),
172
+
localize('mode.preview',"Changes are previewed only and need to be accepted via the apply button. Ending a session will discard the changes."),
173
+
localize('mode.live',"Changes are applied directly to the document but can be highlighted via inline diffs. Ending a session will keep the changes."),
0 commit comments