Skip to content

Commit 7db1f21

Browse files
committed
fix: enable modelSelection feature flag
1 parent 74ac902 commit 7db1f21

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)