continue icon indicating copy to clipboard operation
continue copied to clipboard

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

Open mhpe opened this issue 1 year ago • 2 comments

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

mhpe avatar May 11 '24 09:05 mhpe

@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?

sestinj avatar May 13 '24 02:05 sestinj

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

mhpe avatar May 13 '24 16:05 mhpe