Expand description
API Bridge Module
Provides the VS Code API bridge for extensions. Implements the VS Code API surface that extensions can call.
Structs§
-
APIBridge
Impl - VS Code API bridge for Grove
- APICall
- VS Code API call representation
-
APICall
Request - API call request from an extension
-
APICall
Response - API call response to an extension
- APIContext
- API context representing an extension’s API session
-
APIMethod
Info - API method registration
- APIStats
- API statistics
- Selection
- Text selection range
Type Aliases§
-
APIMethod
Handler 🔒 - API method handler callback
-
AsyncAPI
Method Handler 🔒 - Async API method handler callback