You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/cwc/commands/ActionRegistrar.kt
Copy file name to clipboardExpand all lines: plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/flareChat/AwsServerCapabilitiesProvider.kt
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,7 @@ class AwsServerCapabilitiesProvider {
34
34
),
35
35
history =true,
36
36
export =true,
37
-
mcpServers =true,
38
-
// Seems like this is the only way to bounce reroute back to the LSP?
Copy file name to clipboardExpand all lines: plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/model/ExtendedClientMetadata.kt
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,6 @@ data class DeveloperProfiles(
25
25
valdeveloperProfiles:Boolean,
26
26
valmcp:Boolean,
27
27
valpinnedContextEnabled:Boolean,
28
-
valimageContextEnabled:Boolean,
29
28
valreroute:Boolean,
30
29
valworkspaceFilePath:String?,
31
30
)
@@ -68,7 +67,6 @@ fun createExtendedClientMetadata(project: Project): ExtendedClientMetadata {
0 commit comments