Continue 0.8.x – recentConfig

Continue: "Could not load config.json"

Error: Could not load config.json
Affected versions
0.8.x – recent
Fixed in
Last verified
Continue (recent)

Root cause

The config file has a JSON syntax error (trailing comma, missing quote) or an invalid schema field, so the extension can't parse it.

How to reproduce

Edit ~/.continue/config.json with a syntax slip; the panel shows it could not load.

Solutions (2)

Ordered by community votes. Always check the verified version before applying.

28
#1Applies to recent

Validate the file with a JSON linter (or your editor's JSON validation) and fix the first reported error — usually a trailing comma or unquoted key.

Last verified: Continue (recent) · community

14
#2Applies to recent

If the schema changed across versions, back up your config, delete it to regenerate the default, then re-add your models against the current schema.

Last verified: Continue (recent) · community

Source

Related errors