Module APIBridge

Module APIBridge 

Source
Expand description

API Bridge Module

Provides the VS Code API bridge for extensions. Implements the VS Code API surface that extensions can call.

Structs§

APIBridgeImpl
VS Code API bridge for Grove
APICall
VS Code API call representation
APICallRequest
API call request from an extension
APICallResponse
API call response to an extension
APIContext
API context representing an extension’s API session
APIMethodInfo
API method registration
APIStats
API statistics
Selection
Text selection range

Type Aliases§

APIMethodHandler 🔒
API method handler callback
AsyncAPIMethodHandler 🔒
Async API method handler callback