continuedev / continuedev/continue

wrong coding for Chinese on Windows11

Open
#13,231 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
36k
Forks
5.4k
PR merge metrics
No merged PRs in 30d

Description

Before submitting your bug report
Relevant environment info
- OS: Windows11 LTSC
- Continue version: 2.0.0
- IDE version: 1.136.1
- Model: ollama qwen3:8B
- config:
  
name: 本地 Ollama 配置
version: 1.0.0

models:
  # 主力对话模型
  - name: Qwen3 8B
    provider: ollama
    model: qwen3:8b
    apiBase: http://localhost:11434
    roles:
      - chat
      - edit
      - apply

  # 代码自动补全
  - name: Qwen3 8B (Autocomplete)
    provider: ollama
    model: qwen3:8b
    apiBase: http://localhost:11434
    roles:
      - autocomplete

# 嵌入模型(代码库索引,可选)
embeddingsProvider:
  provider: ollama
  model: nomic-embed-text
  apiBase: http://localhost:11434

tabAutocompleteModel:
  name: Qwen3 8B (Autocomplete)
  provider: ollama
  model: qwen3:8b
  apiBase: http://localhost:11434

contextProviders:
  - name: code
  - name: docs
  - name: diff
  - name: terminal
  - name: problems
  - name: folder
  - name: codebase

slashCommands:
  - name: edit
    description: 编辑选中代码
  - name: comment
    description: 添加代码注释
  - name: test
    description: 生成测试用例
  - name: commit
    description: 生成 Git commit 信息
  
  OR link to agent in Continue hub:
Description

Image The path is displayed as c%3A instead of C: This is essentially a bug in the Continue utility's URI path over-encoding on Windows, causing @file to fail to read the Continue configuration file, and the model cannot read the file.

To reproduce

No response

Log output

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No source file or test is named. Start by reproducing the @file configuration lookup on Windows 11 with the supplied Continue, IDE, and Ollama setup, then trace where the URI path becomes c%3A instead of C:. Done means the configuration file opens correctly through @file and the Windows drive path is not over-encoded.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
devtools
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.