Skip to content

Commit 8c01863

Browse files
aiday-maraeschli
andauthored
Disabling the gutter icon by default (microsoft#196590)
set the default to false Co-authored-by: Martin Aeschlimann <[email protected]>
1 parent 7986cd3 commit 8c01863

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
@@ -213,7 +213,7 @@ Registry.as<IConfigurationRegistry>(Extensions.Configuration).registerConfigurat
213213
},
214214
'inlineChat.showGutterIcon': {
215215
description: localize('showGutterIcon', "Show/hide a gutter icon for spawning inline chat on empty lines."),
216-
default: true,
216+
default: false,
217217
type: 'boolean'
218218
}
219219
}

0 commit comments

Comments
 (0)