Capture copilot behavior in a editor unit test
This commit is contained in:
parent
808ddc26e7
commit
399451b676
6 changed files with 299 additions and 93 deletions
|
@ -117,7 +117,7 @@ pub struct GetCompletionsResult {
|
|||
pub completions: Vec<Completion>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize)]
|
||||
#[derive(Clone, Debug, Default, Serialize, Deserialize)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub struct Completion {
|
||||
pub text: String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue