continue icon indicating copy to clipboard operation
continue copied to clipboard

[CON-225] Allow editing JetBrains /edit diff

Open sestinj opened this issue 1 year ago • 1 comments

Validations

  • [X] I believe this is a way to improve. I'll try to join the Continue Discord for questions
  • [X] I'm not able to find an open issue that requests the same enhancement

Problem

When streaming an edit with "/edit" in VS Code, it is possible to edit the right side of the diff, but the editor is read-only in JetBrains.

This is likely solvable by changing some argument in the diff viewer in Diff.kt

Solution

No response

CON-225

sestinj avatar Apr 10 '24 16:04 sestinj

I met this problem in Rider 2024.1 and Continue 0.0.42

i use the ollama as provider and the DeepSeek-7b as model

and i checked the log file,it contains this:

SyntaxError: Unexpected token s in JSON at position 0

and this is the Json

the json have some synax problem because i enter the chinese to chat with my model

AlerHugu3s avatar Apr 11 '24 05:04 AlerHugu3s