File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,14 @@ they appear in the UI.
2020
2121### General
2222
23- | UI Label | Setting | Description | Default |
24- | ------------------------------- | ---------------------------------- | ---------------------------------------------------------------------------- | ----------- |
25- | Preview Features (e.g., models) | ` general.previewFeatures ` | Enable preview features (e.g., preview models). | ` false ` |
26- | Vim Mode | ` general.vimMode ` | Enable Vim keybindings. | ` false ` |
27- | Disable Auto Update | ` general.disableAutoUpdate ` | Disable automatic updates. | ` false ` |
28- | Enable Prompt Completion | ` general.enablePromptCompletion ` | Enable AI-powered prompt completion suggestions while typing. | ` false ` |
29- | Debug Keystroke Logging | ` general.debugKeystrokeLogging ` | Enable debug logging of keystrokes to the console. | ` false ` |
30- | Session Retention | ` general.sessionRetention ` | Settings for automatic session cleanup. This feature is disabled by default. | ` undefined ` |
31- | Enable Session Cleanup | ` general.sessionRetention.enabled ` | Enable automatic session cleanup. | ` false ` |
23+ | UI Label | Setting | Description | Default |
24+ | ------------------------------- | ---------------------------------- | ------------------------------------------------------------- | ------- |
25+ | Preview Features (e.g., models) | ` general.previewFeatures ` | Enable preview features (e.g., preview models). | ` false ` |
26+ | Vim Mode | ` general.vimMode ` | Enable Vim keybindings. | ` false ` |
27+ | Disable Auto Update | ` general.disableAutoUpdate ` | Disable automatic updates. | ` false ` |
28+ | Enable Prompt Completion | ` general.enablePromptCompletion ` | Enable AI-powered prompt completion suggestions while typing. | ` false ` |
29+ | Debug Keystroke Logging | ` general.debugKeystrokeLogging ` | Enable debug logging of keystrokes to the console. | ` false ` |
30+ | Enable Session Cleanup | ` general.sessionRetention.enabled ` | Enable automatic session cleanup. | ` false ` |
3231
3332### Output
3433
You can’t perform that action at this time.
0 commit comments