continuedev / continue

⏩ Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains
https://docs.continue.dev/
Apache License 2.0
18.38k stars 1.51k forks source link

Build error. Please check your ~/.continue/config.ts file #1266

Open mhpe opened 5 months ago

mhpe commented 5 months ago

Before submitting your bug report

Relevant environment info

- OS: macOS 14.4.1
- Continue: v0.8.27 (also tried the Pre-Release Version)
- IDE: VSCode (with Dev Container)

Description

When trying to modify config.ts it does not seem to have any effect, so it seems that config.ts is not actually applied on top of the config.json.

Tried running continue in a dev container and even with the default config.ts file there is a console log about a build error:

Build error. Please check your ~/.continue/config.ts file: Error: The service was stopped: write EPIPE
Build error. Please check your ~/.continue/config.ts file: Error: The service is no longer running: write EPIPE

To reproduce

No response

Log output

Build error. Please check your ~/.continue/config.ts file: Error: The service was stopped: write EPIPE
Build error. Please check your ~/.continue/config.ts file: Error: The service is no longer running: write EPIPE
sestinj commented 5 months ago

@mhpe is this happening only in the dev container and not on native mac? If so, could you share which image you are using, or at least the base image?

mhpe commented 5 months ago

I am seeing this with node:18.20-bullseye-slim image for example. Can't run the test natively at the moment, sorry.