Datalayer VS Code Extension - v0.0.9
    Preparing search index...
    • Disables the built-in newJupyterNotebook tool to prevent conflicts with Datalayer's tool. This ensures Copilot always uses datalayer_createNotebook instead.

      Note: This is a placeholder - VS Code doesn't allow programmatic tool disabling. Users must manually disable built-in tools via Copilot settings if needed.

      Parameters

      • _context: ExtensionContext

        Extension context (unused, kept for API compatibility)

      • logger: ILogger

        Logger instance for tracking

      Returns Promise<void>