Skip to content

Commit 574990e

Browse files
fix(amazonq): re-enable developer profile fetching in flare (aws#7190)
Reverts previous PR aws#7118 --- - 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. Signed-off-by: nkomonen-amazon <nkomonen@amazon.com>
1 parent bf63747 commit 574990e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amazonq/src/lsp/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export async function startLanguageServer(
101101
},
102102
awsClientCapabilities: {
103103
q: {
104-
developerProfiles: false,
104+
developerProfiles: true,
105105
},
106106
window: {
107107
notifications: true,

0 commit comments

Comments
 (0)