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:
parent
1aa92d9928
commit
b6c7df8183
3 changed files with 28 additions and 1 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue