continue
continue copied to clipboard
Editing highlighted code does not support chinese.
Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the Continue Discord for questions
- [X] I'm not able to find an open issue that reports the same bug
- [X] I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS:
windows 11
- Continue:
0.0.55
- IDE:
IntelliJ IDEA 2024.1.2 (Community Edition)
Build #IC-241.17011.79, built on May 22, 2024
Runtime version: 17.0.11+1-b1207.24 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
- Model:
qwen2:7b
- config.json:
{
"models": [
{
"title": "qwen2:7b",
"provider": "ollama",
"model": "qwen2:7b",
"apiBase": "http://127.0.0.1:11434"
}
],
"contextProviders": [
{
"name": "docs"
},
{
"name": "codebase"
},
{
"name": "folder"
},
{
"name": "tree"
},
{
"name": "open"
}
],
"tabAutocompleteModel": {
"title": "starcoder2",
"provider": "ollama",
"model": "starcoder2:3b",
"apiBase": "http://127.0.0.1:11434"
},
"embeddingsProvider": {
"provider": "ollama",
"model": "nomic-embed-text:latest",
"apiBase": "http://127.0.0.1:11434"
},
"allowAnonymousTelemetry": false
}
Description
see pic
To reproduce
1.open Editing highlighted code with ctrl+i 2.type some chinese
Log output
No response