Expand description
IExtensionHost related functions and types.
Useful for sending feedbacks to users.
Structs§
- LogMessage
- Struct which represents a log message.
- LogMessage_
Impl - Progress
State - Struct which represents the progress state of an operation.
- Progress
State Builder - Builder for
ProgressState. - Progress
State_ Impl - Status
Message - Struct which represents a status message.
- Status
Message Builder - Builder for
StatusMessage. - Status
Message_ Impl
Enums§
- Message
State - Rust idiomatic representation of
crate::bindings::MessageState - Status
Context - Rust idiomatic representation of
crate::bindings::StatusContext
Functions§
- hide_
status - Hides a status message.
- log_
message - Logs a message to the host.
- set_
ext_ host - Sets the global extension host reference.
- show_
status - Shows a status message to the user.