Skip to content

Commit 7291993

Browse files
authored
Revert "fix(amazonq): temporarily disable q developer profiles" (aws#7138)
Reverts aws#7118 We were getting throttled because of aws#7060. That's been reverted so we should be safe to re-enable this
1 parent cda61ec commit 7291993

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
@@ -127,7 +127,7 @@ export async function startLanguageServer(
127127
},
128128
awsClientCapabilities: {
129129
q: {
130-
developerProfiles: false,
130+
developerProfiles: true,
131131
},
132132
window: {
133133
notifications: true,

0 commit comments

Comments
 (0)