Commit 0d6f2e5
Update @github/copilot to 1.0.63 (#1686)
* Update @github/copilot to 1.0.63
- Updated nodejs and test harness dependencies
- Re-ran code generators
- Formatted generated code
* Fix Rust E2E test for new ignore_whitespace field on WorkspacesDiffRequest
The 1.0.63 type regeneration added an optional ignore_whitespace field to
the generated WorkspacesDiffRequest struct. The explicit struct literal in
rpc_workspace_checkpoints.rs failed to compile (E0063: missing field), which
broke clippy on ubuntu and cargo test on macos/windows. Add ..Default::default()
to the literal, matching the existing pattern in rpc_session_state.rs.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Stephen Toub <stoub@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 4bc7e05 commit 0d6f2e5
24 files changed
Lines changed: 330 additions & 138 deletions
File tree
- dotnet/src/Generated
- go/rpc
- java
- scripts/codegen
- src/generated/java/com/github/copilot/generated
- rpc
- nodejs
- samples
- src/generated
- python/copilot/generated
- rust
- src/generated
- tests/e2e
- test/harness
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments