We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f3fe7 commit ac3f42fCopy full SHA for ac3f42f
packages/core/src/codewhisperer/ui/codeWhispererNodes.ts
@@ -130,7 +130,7 @@ export function createSelectCustomization(): DataQuickPickItem<'selectCustomizat
130
const description =
131
newCustomizationsAmount > 0 ? `${newCustomizationsAmount} new available` : `Using ${selectedCustomization.name}`
132
133
- const selectCustomizationCommand = Experiments.instance.get('amazonqLSP', true)
+ const selectCustomizationCommand = Experiments.instance.get('amazonqLSPInline', false)
134
? () => vscode.commands.executeCommand('_aws.amazonq.customization.select')
135
: () => selectCustomizationPrompt.execute(placeholder, cwQuickPickSource)
136
return {
0 commit comments