SIGN IN SIGN UP

Suppress error logs from `CopilotCompletionProvider` when Copilot is disabled (#9826)

This PR fixes some noisy error logs from the `CopilotCompletionProvider`
when Copilot is disabled entirely via the settings.

I have the following in my settings file:

```json
{
  "features": {
    "copilot": false
  },
}
```

After #9777 I started seeing my Zed logs getting filled up with messages
like this:

```
[2024-03-26T14:33:09-04:00 ERROR util] crates/copilot_ui/src/copilot_completion_provider.rs:206: copilot is disabled
```

Release Notes:

- N/A
M
Marshall Bowers committed
9604b22d980e4b595d91a2d1ee7221835c1c1e0a
Parent: cd32ef6
Committed by GitHub <noreply@github.com> on 3/26/2024, 7:14:44 PM