Skip to content

Commit f05250e

Browse files
authored
Ben/compact-donkey (microsoft#235503)
Use AI features for free button does nothing in new profile (fix microsoft/vscode-copilot#11066) (microsoft#235495)
1 parent 81828ea commit f05250e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ configurationRegistry.registerConfiguration({
124124
'chat.experimental.offerSetup': {
125125
type: 'boolean',
126126
default: false,
127+
scope: ConfigurationScope.APPLICATION,
127128
markdownDescription: nls.localize('chat.experimental.offerSetup', "Controls whether setup is offered for Chat if not done already."),
128129
tags: ['experimental', 'onExP']
129130
},

0 commit comments

Comments
 (0)