continuedev / continuedev/continue

Bug: Image input completely broken and ignored in Chat UI due to AST tracker and YAML schema errors on Windows

Open
#12,845 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

area:chat area:configuration ide:vscode kind:bug os:windows stale
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
### Describe the bug
The image attachment mechanism is completely broken and non-functional in the Continue chat UI. Absolutely no images or screenshots can be sent. The UI completely ignores `Ctrl + V` pastes and image icon uploads. 

According to the VS Code Developer Tools Console, the extension's background process is stuck in a critical failure state: it fails to register the `config.yaml` schema because the YAML extension is missing, and subsequently drops the configuration file entirely from its internal AST tracker.

### To Reproduce
1. Install Continue extension on Windows.
2. Configure `anthropic/claude-sonnet-4.6` via OpenRouter.
3. Open the chat sidebar and attempt to paste an image or upload it via the icon.
4. The attachment action is completely ignored by the UI, and no image preview appears.

### Expected behavior
The UI should successfully parse the configuration file, register the schema, and allow multimodal image inputs.

### Environment
- **OS:** Windows 10
- **IDE:** VS Code
- **Continue Extension Version:** 1.2.24 / 2.0.0
- **Provider:** OpenRouter
- **Model used:** `anthropic/claude-sonnet-4.6`

### Console Logs (Captured from Toggle Developer Tools)

ERR [Extension Host] Failed to register Continue config.yaml schema, most likely, YAML extension is not installed CodeExpectedError: Unable to write to User Settings because yaml.schemas is not a registered configuration.
    at i5e.toConfigurationEditingError (vscode-file://vscode-app/c:/Users/verst/AppData/Local/Programs/Microsoft%20VS%20Code/fcf604774b/resources/app/out/vs/workbench/workbench.desktop.main.js:5090:7060)
    at i5e.validate (vscode-file://vscode-app/c:/Users/verst/AppData/Local/Programs/Microsoft%20VS%20Code/fcf604774b/resources/app/out/vs/workbench/workbench.desktop.main.js:5090:9830)
    at i5e.doWriteConfiguration (vscode-file://vscode-app/c:/Users/verst/AppData/Local/Programs/Microsoft%20VS%20Code/fcf604774b/resources/app/out/vs/workbench/workbench.desktop.main.js:5090:3453)
    
INFO Auto updating outdated extensions. continue.continue, ritwickdey.liveserver
ERR [Extension Host] Document c:\Users\verst\.continue\config.yaml not found in AST tracker
Description

No response

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

Start by reproducing the image paste or upload failure in the Continue chat sidebar on Windows and inspect the extension host logs. Trace registration of the config.yaml schema and the AST tracker error for the missing configuration document. Done means image attachments produce a preview and the schema and AST errors no longer occur.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript, vscode, yaml
Domain
developer-experience, devtools, frontend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.