Ben/compact-donkey (#235503)

Use AI features for free button does nothing in new profile (fix microsoft/vscode-copilot#11066) (#235495)
pull/235518/head
Benjamin Pasero 2024-12-06 16:32:41 +01:00 committed by GitHub
parent 81828ea7d2
commit f05250e5e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ configurationRegistry.registerConfiguration({
'chat.experimental.offerSetup': {
type: 'boolean',
default: false,
scope: ConfigurationScope.APPLICATION,
markdownDescription: nls.localize('chat.experimental.offerSetup', "Controls whether setup is offered for Chat if not done already."),
tags: ['experimental', 'onExP']
},