Skip to content

Commit ac3f42f

Browse files
committed
fix(amazonq): use new FF
1 parent d8f3fe7 commit ac3f42f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/codewhisperer/ui/codeWhispererNodes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export function createSelectCustomization(): DataQuickPickItem<'selectCustomizat
130130
const description =
131131
newCustomizationsAmount > 0 ? `${newCustomizationsAmount} new available` : `Using ${selectedCustomization.name}`
132132

133-
const selectCustomizationCommand = Experiments.instance.get('amazonqLSP', true)
133+
const selectCustomizationCommand = Experiments.instance.get('amazonqLSPInline', false)
134134
? () => vscode.commands.executeCommand('_aws.amazonq.customization.select')
135135
: () => selectCustomizationPrompt.execute(placeholder, cwQuickPickSource)
136136
return {

0 commit comments

Comments
 (0)