Skip to content

Commit 7cacad2

Browse files
authored
fix(amazonq): Adding modelSelection feature flag (#7598)
## Problem - Model selection feature flag is not enabled. ## Solution - Sent `modelSelection: true` as part of awsClientCapabilities. --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 6eb46a2 commit 7cacad2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/amazonq/src/lsp/client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ export async function startLanguageServer(
164164
developerProfiles: true,
165165
pinnedContextEnabled: true,
166166
mcp: true,
167+
modelSelection: true,
167168
workspaceFilePath: vscode.workspace.workspaceFile?.fsPath,
168169
},
169170
window: {

0 commit comments

Comments
 (0)