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)
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.