Datalayer VS Code Extension - v0.0.17
    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 since VS Code does not allow programmatic tool disabling. Users must manually disable built-in tools via Copilot settings if needed.

      Parameters

      • _context: ExtensionContext

        Extension context kept for API compatibility.

      • logger: ILogger

        Logger instance for tracking configuration state.

      Returns Promise<void>