Skip to content

Commit ca84e7c

Browse files
committed
update configuration
1 parent 104556f commit ca84e7c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

continue/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,15 @@ cp -f config.yaml ~/.continue/config.yaml
2121

2222
## Usage
2323

24-
- Press `Cmd+P` (Mac) or `Ctrl+P` (Windows/Linux) to toggle Continue: Toggle Autocomplete Enabled
24+
- Press `Cmd+Shift+P` (Mac) or `Ctrl+Shift+P` (Windows/Linux) to open the Command Palette
25+
- Type "Continue: Toggle Autocomplete Enabled" and press Enter
2526
- The model will respond with code completions and suggestions
27+
28+
## Settings
29+
- Press `Cmd+Shift+P` (Mac) or `Ctrl+Shift+P` (Windows/Linux) to open the Command Palette
30+
- Type "Continue: Open Settings" and press Enter
31+
- Find these settings:
32+
- - Autocomplete Timeout (ms): Set it to `400`
33+
- - Autocomplete Debounce (ms): Set it to `500`
34+
- - Disable autocomplete in files: Set it to `**/*, !**/*.ts, !**/*.tsx`
35+

0 commit comments

Comments
 (0)