Structs§
- Workspace
Paths Defaults - Adapter that maps an existing
WorkspacePathsimplementation into aConfigDefaultsProvider.
Traits§
- Config
Defaults Provider - Provides access to filesystem and syntax defaults used by the configuration loader.
Functions§
- current_
config_ defaults - Returns the currently installed provider as an
Arc. - get_
config_ dir - Get the XDG-compliant configuration directory for vtcode.
- get_
data_ dir - Get the XDG-compliant data directory for vtcode.
- install_
config_ defaults_ provider - Installs a new
ConfigDefaultsProvider, returning the previous provider. - reset_
to_ default_ config_ defaults - Restores the built-in defaults provider.
- with_
config_ defaults - Executes the provided function with the currently installed provider.
- with_
config_ defaults_ provider_ for_ test