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
'markdownDescription': localize('accessibility.windowTitleOptimized',"Controls whether the {0} should be optimized for screen readers when in screen reader mode. When enabled, the window title will have {1} appended to the end.",'`#window.title#`','`activeEditorState`')
804
804
},
805
+
'accessibility.openChatEditedFiles': {
806
+
'type': 'boolean',
807
+
'default': true,
808
+
'markdownDescription': localize('accessibility.openChatEditedFiles',"Controls whether files should be opened when the chat agent has applied edits to them.")
content.push(localize('chatAgent.runCommand','To take the action, use the accept tool command{0}.','<keybinding:workbench.action.chat.acceptTool>'));
101
101
content.push(localize('chatAgent.autoApprove','To automatically approve tool actions without manual confirmation, set chat.tools.autoApprove to true in your settings.'));
102
102
content.push(localize('chatAgent.acceptTool','To accept a tool action, use the Accept Tool Confirmation command{0}.','<keybinding:workbench.action.chat.acceptTool>'));
103
+
content.push(localize('chatAgent.openEditedFilesSetting','By default, when edits are made to files, they will be opened. To change this behavior, set accessibility.openChatEditedFiles to false in your settings.'));
0 commit comments