Skip to content

Commit 782bd96

Browse files
authored
polish setting descriptions (microsoft#269374)
fixes microsoft#269133
1 parent 6344c32 commit 782bd96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/vs/workbench/contrib/chat/browser/chat.contribution.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ configurationRegistry.registerConfiguration({
235235
},
236236
'chat.notifyWindowOnConfirmation': {
237237
type: 'boolean',
238-
description: nls.localize('chat.notifyWindowOnConfirmation', "Controls whether a chat session should notify the user when a confirmation is needed while the window is not in focus. This includes a window badge as well as notification toast."),
238+
description: nls.localize('chat.notifyWindowOnConfirmation', "Controls whether a chat session should present the user with an OS notification when a confirmation is needed while the window is not in focus. This includes a window badge as well as notification toast."),
239239
default: true,
240240
},
241241
[ChatConfiguration.GlobalAutoApprove]: {
@@ -316,7 +316,7 @@ configurationRegistry.registerConfiguration({
316316
[ChatConfiguration.NotifyWindowOnResponseReceived]: {
317317
type: 'boolean',
318318
default: true,
319-
description: nls.localize('chat.notifyWindowOnResponseReceived', "Controls whether a chat session should notify the user when a response is received while the window is not in focus. This includes a window badge as well as notification toast."),
319+
description: nls.localize('chat.notifyWindowOnResponseReceived', "Controls whether a chat session should present the user with an OS notification when a response is received while the window is not in focus. This includes a window badge as well as notification toast."),
320320
},
321321
'chat.checkpoints.enabled': {
322322
type: 'boolean',

0 commit comments

Comments
 (0)