Skip to content

Commit 1f0f32f

Browse files
committed
adding text to specify that the showDiff only works when inlineChat.mode is live or livePreview
1 parent 415aef3 commit 1f0f32f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/inlineChat/common/inlineChat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Registry.as<IConfigurationRegistry>(Extensions.Configuration).registerConfigurat
201201
id: 'editor',
202202
properties: {
203203
'inlineChat.showDiff': {
204-
description: localize('showDiff', "Enable/disable showing the diff when edits are generated."),
204+
description: localize('showDiff', "Enable/disable showing the diff when edits are generated. Works only with inlineChat.mode equal to live or livePreview."),
205205
default: true,
206206
type: 'boolean'
207207
}

0 commit comments

Comments
 (0)