Skip to content

Commit 54b43c5

Browse files
authored
Don't register chat setup setting (microsoft#235675)
1 parent 466ebb5 commit 54b43c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ configurationRegistry.registerConfiguration({
126126
default: false,
127127
scope: ConfigurationScope.APPLICATION,
128128
markdownDescription: nls.localize('chat.experimental.offerSetup', "Controls whether setup is offered for Chat if not done already."),
129-
tags: ['experimental', 'onExP']
129+
tags: ['experimental', 'onExP'],
130+
included: false
130131
},
131132
'chat.editing.alwaysSaveWithGeneratedChanges': {
132133
type: 'boolean',

0 commit comments

Comments
 (0)