Skip to main content

Overview

Continue can be deeply customized by editing config.json and config.ts on your machine. You can find these files in the ~/.continue/ directory on MacOS and the %userprofile%\.continue directory on Windows. These files are created the first time you run Continue.

Currently, you can customize the following:

If you'd like to share Continue configuration with others, you can add a .continuerc.json to the root of your project. It has the same JSON Schema definition as config.json, and will automatically be applied on top of the local config.json.