Before submitting your bug report
Relevant environment info
Description
The YAML extension is a hidden dependency that should be documented or auto-installed
Continue silently fails to read config.yaml without it
The error only appears in the Extension Host logs, not in a user-visible location
I know that everyone eventually install YAML but, on a new PC, it's easily forgotten until you need it for something.
Continue should either:
List the YAML extension as a dependency (so VS Code auto-installs it)
Show a user-friendly error message when the YAML extension is missing
Support the config without requiring the YAML extension
To reproduce
- Buy a new PC
- Install VS Code
- Install Ollama
- Install Continue
- Try to get Continue to talk to your custom Ollama Modelfile
It won't read the config.yaml regardless of how much you scream at the keyboard. The problem is buried in the Console Log output of the internal browser for VSCode's Electron.
Log output
I'm not going to paste the whole log file here because it would take too long to cut out the private stuff, but he's what I think the key line is:
"Failed to register Continue config.yaml schema, most likely, YAML extension is not installed"
Before submitting your bug report
Relevant environment info
Description
The YAML extension is a hidden dependency that should be documented or auto-installed
Continue silently fails to read config.yaml without it
The error only appears in the Extension Host logs, not in a user-visible location
I know that everyone eventually install YAML but, on a new PC, it's easily forgotten until you need it for something.
Continue should either:
List the YAML extension as a dependency (so VS Code auto-installs it)
Show a user-friendly error message when the YAML extension is missing
Support the config without requiring the YAML extension
To reproduce
It won't read the config.yaml regardless of how much you scream at the keyboard. The problem is buried in the Console Log output of the internal browser for VSCode's Electron.
Log output