Datalayer VS Code Extension - v0.0.17
    Preparing search index...
    • Registers all tools in VS Code using the unified architecture

      This function replaces manual tool registration with automatic registration based on tool definitions and core operations.

      Parameters

      • context: ExtensionContext

        VS Code extension context.

      • Optionaldefinitions: readonly ToolDefinition<unknown>[]

        Optional array of tool definitions (if not provided, will be loaded dynamically).

      • Optionaloperations: Record<string, ToolOperation<unknown, unknown>>

        Optional registry of core operations (if not provided, will be loaded dynamically).

      Returns Promise<void>

      Error if tool validation fails in non-production environments.