Datalayer VS Code Extension - v0.0.14
    Preparing search index...

    Variable allToolDefinitionsConst

    allToolDefinitions: readonly [
        ToolDefinition<unknown>,
        ToolDefinition<unknown>,
        ToolDefinition<unknown>,
        ToolDefinition<unknown>,
        ToolDefinition<unknown>,
        ToolDefinition<unknown>,
    ] = ...

    Array of all tool definitions (VS Code-specific + package tools)

    DEPRECATED: Use getAllToolDefinitionsAsync() instead to avoid loading React at startup. This export is kept for backwards compatibility but will be removed.

    This includes 22 tools total (after unifying executeCode and filtering broken tools):

    • 6 VS Code-specific tools:
      • 2 unified smart document creation tools (createNotebook + createLexical)
      • 1 VS Code document access tool (getActiveDocument)
      • 2 kernel management tools (listKernels + selectKernel)
      • 1 unified code execution tool (executeCode - routes to notebook or lexical)
    • 7 notebook tools from @datalayer/jupyter-react (excluding executeCode and insertCells):
      • insertCell, deleteCell, updateCell, readCell, readAllCells
      • runCell, runAllCells
    • 9 lexical tools from @datalayer/jupyter-lexical (excluding executeCode):
      • insertBlock, insertBlocks, updateBlock, deleteBlock, readBlock, readAllBlocks
      • runBlock, runAllBlocks, listAvailableBlocks

    Note: insertCells is filtered out because its operation doesn't exist in the package.