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: extensions/intellij/src/main/kotlin/com/github/continuedev/continueintellijextension/continue/IdeProtocolClient.kt
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -504,10 +504,16 @@ class IdeProtocolClient(
504
504
val editor =EditorUtils.getEditor(project)
505
505
val rif = editor?.getHighlightedRIF() ?:return
506
506
507
+
val serializedRif = com.github.continuedev.continueintellijextension.RangeInFileWithContents(
0 commit comments