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/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/flareChat/AwsServerCapabilitiesProvider.kt
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,9 @@ class AwsServerCapabilitiesProvider {
34
34
),
35
35
history =true,
36
36
export =true,
37
-
mcpServers =true
37
+
mcpServers =true,
38
+
// Seems like this is the only way to bounce reroute back to the LSP?
0 commit comments