Skip to content

Commit d9d95b3

Browse files
committed
fix: temporarily disable q developer profiles
1 parent 893175e commit d9d95b3

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: true,
130+
developerProfiles: false,
131131
},
132132
window: {
133133
notifications: true,

0 commit comments

Comments
 (0)