@basehalf/plugin-sdk
v0.1.4
Published
Manifest contracts and stable host API types for BaseHalf plugins.
Readme
BaseHalf Plugin SDK
TypeScript contracts for BaseHalf plugin manifests and proposed BaseHalf host APIs.
npm install --save-dev @basehalf/plugin-sdkImport @basehalf/plugin-sdk/vscode for BaseHalf's VS Code API type augmentation:
import type {} from '@basehalf/plugin-sdk/vscode';
import * as vscode from 'vscode';The SDK is a type and validation package. Plugins still run in BaseHalf's VS Code-compatible Extension Host and use the vscode runtime module supplied by the host.
Read the plugin development guide before relying on proposed APIs.
