Skip to content

Commit 28aff77

Browse files
authored
Revert "fix(amazonq): temporarily disable q developer profiles (#7118)"
This reverts commit e544eb0.
1 parent 57940ed commit 28aff77

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)