Skip to content

Commit 88c238e

Browse files
authored
Enable 'cloud button v2' by default (microsoft#272749)
enable cloud button v2 by default
1 parent d0fdcbc commit 88c238e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ configurationRegistry.registerConfiguration({
735735
[ChatConfiguration.UseCloudButtonV2]: {
736736
type: 'boolean',
737737
description: nls.localize('chat.useCloudButtonV2', "Experimental implementation of 'cloud button'"),
738-
default: false,
738+
default: true,
739739
tags: ['experimental'],
740740

741741
},

0 commit comments

Comments
 (0)