Skip to content

Commit

Permalink
improve description of chat.editing.alwaysSaveWithGeneratedChanges (m…
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli authored Dec 2, 2024
1 parent f408139 commit f70a8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/contrib/chat/browser/chat.contribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ configurationRegistry.registerConfiguration({
'chat.editing.alwaysSaveWithGeneratedChanges': {
type: 'boolean',
scope: ConfigurationScope.APPLICATION,
markdownDescription: nls.localize('chat.editing.alwaysSaveWithGeneratedChanges', "Whether to always ask before saving files with changes made by chat."),
markdownDescription: nls.localize('chat.editing.alwaysSaveWithGeneratedChanges', "Whether files that have changes made by chat can be saved without confirmation."),
default: false,
},
'chat.editing.confirmEditRequestRemoval': {
Expand Down

0 comments on commit f70a8e5

Please sign in to comment.