Versions in this module Expand all Collapse all v0 v0.0.2 Jul 21, 2026 Changes in this version + func CheckDocumentDirty(ctx context.Context, filePath string) (client.DocumentStatus, error) + func Close() error + func CloseAllDiffTabs(ctx context.Context) (int, error) + func CloseTab(ctx context.Context, tabName string) error + func Connect(ctx context.Context, cwd string, opts ...client.Option) (*client.Client, error) + func Default() (*client.Client, error) + func Diagnostics(ctx context.Context, uri string) ([]client.FileDiagnostics, error) + func ExecuteCode(ctx context.Context, code string) ([]client.ExecuteCodeContent, error) + func LatestSelection(ctx context.Context) (client.Selection, error) + func MustDefault() *client.Client + func OpenDiff(ctx context.Context, p client.OpenDiffParams) (string, error) + func OpenEditors(ctx context.Context) ([]client.EditorTab, error) + func OpenFile(ctx context.Context, p client.OpenFileParams) (client.OpenFileResult, error) + func SaveDocument(ctx context.Context, filePath string) (bool, error) + func SetDefault(c *client.Client) + func WorkspaceFolders(ctx context.Context) (client.WorkspaceFolders, error) v0.0.1 Jul 21, 2026