inline_completion_button: Show the initial usage data from the server (#29952)

This PR updates the usage indicator for edit predictions to show the
initial usage data returned from the server.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-05-05 17:39:49 -04:00 committed by GitHub
parent 1aa92d9928
commit b6c7df8183
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 28 additions and 1 deletions

2
Cargo.lock generated
View file

@ -7296,6 +7296,7 @@ dependencies = [
"lsp",
"paths",
"project",
"proto",
"regex",
"serde_json",
"settings",
@ -7303,6 +7304,7 @@ dependencies = [
"telemetry",
"theme",
"ui",
"util",
"workspace",
"workspace-hack",
"zed_actions",