From d1021ff7cf21d7d60d85e3f70e96281ce2a9ca49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BE=E5=9C=B0=20=E5=B8=8C=E7=95=99=E8=80=B6?= <65301509+KiruyaMomochi@users.noreply.github.com> Date: Tue, 18 Jun 2024 02:37:24 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20`config.ts`=20is=20a=20TypeScrip?= =?UTF-8?q?t=20file,=20not=20a=20Python=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/docs/customization/code-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/customization/code-config.md b/docs/docs/customization/code-config.md index 33658d4876..70bd374ab8 100644 --- a/docs/docs/customization/code-config.md +++ b/docs/docs/customization/code-config.md @@ -1,6 +1,6 @@ # Code Configuration -To allow added flexibility and eventually support an entire plugin ecosystem, Continue can be configured programmatically in a Python file, `~/.continue/config.ts`. +To allow added flexibility and eventually support an entire plugin ecosystem, Continue can be configured programmatically in a TypeScript file, `~/.continue/config.ts`. Whenever Continue loads, it carries out the following steps: