Expand description
Re-export the shared configuration loader implementation from the
vtcode-config crate so downstream consumers can continue importing it
through vtcode_core::config::loader while the logic lives in the
dedicated configuration crate.
Modules§
Structs§
- Config
Builder - Builder for creating a
ConfigManagerwith custom overrides. - Config
Manager - Configuration manager for loading and validating configurations
- Config
Watcher - Configuration watcher that monitors config files for changes and automatically reloads them when modifications are detected.
- Features
Config - Codex-compatible top-level feature flags.
- Provider
Config - Provider-specific configuration
- Simple
Config Watcher - Simple config watcher that polls file mtimes instead of using filesystem events.
- Syntax
Highlighting Config - Syntax highlighting configuration
- VTCode
Config - Main configuration structure for VT Code
Functions§
- fingerprint_
str - fingerprint_
toml_ value - merge_
toml_ values - Recursively merge two TOML values.
- merge_
toml_ values_ with_ origins - Recursively merge two TOML values and record which layer last wrote each path.