Module Generated

Module Generated 

Source
Expand description

§Vine Generated Code

This module includes and re-exports the Rust code that is automatically generated by tonic-build from the Vine.proto definition file. It serves as the single source of truth for all gRPC message types, service traits, and client/server structs. Do not edit this file directly.

§Generated Components

§Message Types

§Service Clients

§Service Servers

§Usage Notes

  • This file is generated from Vine.proto during build
  • Regenerated when protobuf schema changes
  • Contains auto-compression and max-size configuration
  • Supports interceptors for middleware

Modules§

argument
Nested message and enum types in Argument.
cocoon_service_client
Generated client implementations.
cocoon_service_server
Generated server implementations.
execute_command_response
Nested message and enum types in ExecuteCommandResponse.
mountain_service_client
Generated client implementations.
mountain_service_server
Generated server implementations.
on_did_receive_message_request
Nested message and enum types in OnDidReceiveMessageRequest.

Structs§

ApplyEditRequest
Request to apply an edit.
ApplyEditResponse
Response for applying an edit.
Argument
A command argument, which can be one of several types.
CancelOperationRequest
A message to cancel a specific, ongoing operation.
CloseTerminalRequest
Request to close a terminal.
CodeAction
CompletionItem
CreateStatusBarItemRequest
Request to create a status bar item.
CreateStatusBarItemResponse
Response for creating a status bar item.
CreateWebviewPanelRequest
Request to create a webview panel.
CreateWebviewPanelResponse
Response for creating a webview panel.
DebugConfiguration
DeleteSecretRequest
Request to delete a secret.
Empty
Represents an empty message, typically used for RPCs that don’t need to return data.
ExecuteCommandRequest
Request to execute a command.
ExecuteCommandResponse
Response from command execution.
FindFilesRequest
Request to find files.
FindFilesResponse
Response with found files.
FindTextInFilesRequest
Request to find text in files.
FindTextInFilesResponse
Response with text matches.
GenericNotification
A generic notification message, which is fire-and-forget and does not have an ID.
GenericRequest
A generic request message containing a method name and serialized parameters.
GenericResponse
A generic response message containing the result or an error.
GetSecretRequest
Request to get a secret.
GetSecretResponse
Response with secret value.
GetTreeChildrenRequest
Request for tree children.
GetTreeChildrenResponse
Response with tree children.
GitExecRequest
Request to execute a git command.
GitExecResponse
Response from git execution.
InitExtensionHostRequest
Request to initialize the extension host.
Location
OnDidReceiveMessageRequest
Request for webview message.
OpenDocumentRequest
Request to open a document.
OpenDocumentResponse
Response for opening a document.
OpenTerminalRequest
Request to open a terminal.
ParticipateInSaveRequest
Request to participate in save.
ParticipateInSaveResponse
Response for participating in save.
Position
A position in a text document, expressed as zero-based line and character offset.
ProvideCodeActionsRequest
Request for code actions.
ProvideCodeActionsResponse
Response with code actions.
ProvideCompletionItemsRequest
Request for completion items.
ProvideCompletionItemsResponse
Response with completion items.
ProvideDefinitionRequest
Request for definition location.
ProvideDefinitionResponse
Response with definition location.
ProvideHoverRequest
Request for hover information.
ProvideHoverResponse
Response with hover information.
ProvideReferencesRequest
Request for references.
ProvideReferencesResponse
Response with references.
Range
A range in a text document, expressed as start and end positions.
ReadFileRequest
Request to read a file.
ReadFileResponse
Response with file contents.
ReaddirRequest
Request to read directory contents.
ReaddirResponse
Response with directory contents.
RegisterCommandRequest
Request to register a command.
RegisterDebugAdapterRequest
Request to register a debug adapter.
RegisterProviderRequest
Request to register a provider.
RegisterScmProviderRequest
Request to register an SCM provider.
RegisterTreeViewProviderRequest
Request to register a tree view provider.
RpcDataPayload
A generic data payload, currently unused but available for future extensions.
RpcError
A structured error payload, compliant with JSON-RPC error objects.
SaveAllRequest
Request to save all documents.
SaveAllResponse
Response for saving all documents.
SetStatusBarTextRequest
Request to set status bar text.
SetWebviewHtmlRequest
Request to set webview HTML.
ShowMessageRequest
Request to show a message.
ShowMessageResponse
Response for showing a message.
ShowTextDocumentRequest
Request to show a text document.
ShowTextDocumentResponse
Response for showing a text document.
SourceControlResourceState
StartDebuggingRequest
Request to start debugging.
StartDebuggingResponse
Response for starting debugging.
StatRequest
Request for file metadata.
StatResponse
Response with file metadata.
StoreSecretRequest
Request to store a secret.
TerminalClosedNotification
Notification that a terminal was closed.
TerminalDataNotification
Notification of terminal output.
TerminalInputRequest
Request for terminal input.
TerminalOpenedNotification
Notification that a terminal was opened.
TerminalProcessIdNotification
Notification of terminal process ID.
TextEdit
TextEditForSave
TextMatch
TreeItem
UnregisterCommandRequest
Request to unregister a command.
UpdateConfigurationRequest
Request to update configuration.
UpdateScmGroupRequest
Request to update SCM group.
UpdateWorkspaceFoldersRequest
Request to update workspace folders.
Uri
A Uniform Resource Identifier (URI).
WatchFileRequest
Request to watch a file.
WorkspaceFolder
A workspace folder.
WriteFileRequest
Request to write a file.

Enums§

TextDocumentSaveReason
Text document save reason.
ViewColumn
A view column (editor location).