Skip to content

Commit

Permalink
πŸ“ config.ts is a TypeScript file, not a Python file (#1504)
Browse files Browse the repository at this point in the history
  • Loading branch information
KiruyaMomochi authored Jun 17, 2024
1 parent d624e8b commit 3933720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/customization/code-config.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down

0 comments on commit 3933720

Please sign in to comment.