Files
oak-gpui/crates
Marshall Bowers 9604b22d98 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
2024-03-26 15:14:44 -04:00
..
2024-03-18 14:27:39 -07:00
2024-03-20 15:52:02 +01:00
2024-03-26 09:58:16 -07:00
2024-03-11 10:45:57 +01:00
2024-03-19 10:13:10 -07:00
2024-03-11 10:45:57 +01:00
2024-03-14 17:05:07 -04:00
2024-03-22 16:18:33 +01:00
2024-03-22 08:44:56 -06:00
2024-03-26 09:58:16 -07:00