Skip to main content

Module API

Module API 

Source
Expand description

API Module

Provides the VS Code API facade and types for Grove. Implements compatible API surface with Cocoon for extension compatibility.

Re-exports§

pub use types::*;
pub use vscode::*;

Modules§

types
Common API Types Module
utils
Common VS Code API utilities
vscode
VS Code API Facade Module

Constants§

MAX_VS_CODE_API_VERSION
Maximum supported VS Code API version
MIN_VS_CODE_API_VERSION
Minimum supported VS Code API version
VS_CODE_API_VERSION
VS Code API version compatibility

Functions§

is_api_version_supported
Check if an API version is supported