Skip to main content

Module WindServiceHandler

Module WindServiceHandler 

Source
Expand description

Wind Service Handler - atomic domain modules split from WindServiceHandlers. Wind Service Handler - Atomic domain modules.

Each submodule contains IPC handler functions for a specific domain. The parent WindServiceHandlers.rs imports and dispatches to these.

Re-exports§

pub use super::WindServiceHandlers::extract_path_from_arg;
pub use super::WindServiceHandlers::metadata_to_istat;

Modules§

Command
Command registry domain handlers for Wind IPC.
Configuration
Configuration domain handlers for Wind IPC.
Decoration
Decoration domain handlers for Wind IPC.
Environment
Environment domain handlers for Wind IPC.
Extension
Extension host domain handlers for Wind IPC.
FileSystem
File System domain handlers for Wind IPC.
History
Navigation History domain handlers for Wind IPC.
Keybinding
Keybinding domain handlers for Wind IPC.
Label
Label domain handlers for Wind IPC.
Lifecycle
Lifecycle domain handlers for Wind IPC.
Model
Model (Text Model Registry) domain handlers for Wind IPC.
NativeHost
NativeHost domain handlers for Wind IPC.
Notification
Notification domain handlers for Wind IPC.
Output
Output Channel domain handlers for Wind IPC.
Progress
Progress domain handlers for Wind IPC.
QuickInput
QuickInput domain handlers for Wind IPC.
Search
Search domain handlers for Wind IPC.
Storage
Storage domain handlers for Wind IPC.
Terminal
Terminal domain handlers for Wind IPC.
TextFile
TextFile domain handlers for Wind IPC.
Theme
Theme domain handlers for Wind IPC.
WorkingCopy
WorkingCopy domain handlers for Wind IPC.
Workspace
Workspace domain handlers for Wind IPC.

Structs§

ConfigurationOverridesDTO
A serializable struct for specifying overrides when retrieving or inspecting configuration values.

Enums§

ConfigurationTarget
An enum that defines the target level for a configuration update. This tells the ConfigurationProvider which settings.json file or memory layer to modify when a setting is changed.