Skip to content

Commit 0b22e91

Browse files
Merge main into feature/dev-execution
2 parents b5e1e8d + 801f907 commit 0b22e91

File tree

1 file changed

+1
-1
lines changed
  • plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/webview

1 file changed

+1
-1
lines changed

plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/webview/BrowserConnector.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ class BrowserConnector(
241241

242242
val enrichmentParams = mapOf(
243243
"textDocument" to textDocumentIdentifier,
244-
"cursorState" to cursorState,
244+
"cursorState" to cursorState?.let { listOf(it) },
245245
)
246246

247247
val serializedEnrichmentParams = serializer.objectMapper.valueToTree<ObjectNode>(enrichmentParams)

0 commit comments

Comments
 (0)