⏩ Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains
When I have successfully prompted the model in the chat window in IntelliJ, I can not insert the code at cursor. I receive this error
I get a balloon error: Error handling message of type insertAtCursor: java.lang.NullPointerException: null cannot be cast to non-null type kotlin.String
hitting "apply" yields
Error handling message of type applyToFile: java.lang.NullPointerException: null cannot be cast to non-null type kotlin.String
hitting "copy" does not copy the code
To reproduce
Prompt the LLM in the Chat Window
Hit "Insert at Cursor" in the code suggestion
Log output
Error handling message of type applyToFile: java.lang.NullPointerException: null cannot be cast to non-null type kotlin.String
Before submitting your bug report
Relevant environment info
Description
When I have successfully prompted the model in the chat window in IntelliJ, I can not insert the code at cursor. I receive this error
I get a balloon error: Error handling message of type insertAtCursor: java.lang.NullPointerException: null cannot be cast to non-null type kotlin.String
hitting "apply" yields
Error handling message of type applyToFile: java.lang.NullPointerException: null cannot be cast to non-null type kotlin.String
hitting "copy" does not copy the code
To reproduce
Log output