Skip to content

config.yaml not finding schema #5545

Closed
@StephaneAdeso

Description

@StephaneAdeso

Before submitting your bug report

Relevant environment info

- OS: Windows 11 pro (Windows_NT x64 10.0.26100)
- Continue version: 1.0.8
VSCODE Version: 1.99.3 (user setup)
Commit: 17baf841131aa23349f217ca7c570c76ee87b957
Date: 2025-04-15T23:18:46.076Z
Electron: 34.3.2
ElectronBuildId: 11161073
Chromium: 132.0.6834.210
Node.js: 20.18.3
V8: 13.2.152.41-electron.0
- config:
  
name: Local Assistant
version: 1.0.0
schema: v1
models: []
context:
  - provider: code
  - provider: docs
  - provider: diff
  - provider: terminal
  - provider: problems
  - provider: folder
  - provider: codebase
  
  OR link to assistant in Continue hub:

Description

The config.yaml display the following error:

Unable to load schema from 'c:\Users\<user>\.vscode\extensions\continue.continue-1.0.7-win32-x64\config-yaml-schema.json': No content

Even if you delete the config.yaml and .json, and open vscode to regenerate the file, the error still there.

I think the issue is that it is looking for the \continue.continue-1.0.7 path, but after updating continue extension, now everything is in the \continue.continue-1.0.8 folder.

Image

To reproduce

  1. Delete all youre config files.
  2. Close VSCode and reopen it.
  3. Open the continue extension so the config.yaml is create from new.
  4. Open the config.yaml

Log output

Metadata

Metadata

Assignees

Labels

area:configurationRelates to configuration optionside:vscodeRelates specifically to VS Code extensionkind:bugIndicates an unexpected problem or unintended behavioros:windowsHappening specifically on Windows

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions