42095f0
Remove debug from derive Component proc macro
Marshall Bowers created
42095f0
Remove debug from derive Component proc macro
Marshall Bowers created
88ef74e
Checkpoint: Compiling after view type removal
Marshall Bowers created
6fe393d
Fix compile errors with lsp2
Co-authored-by: Jospeh <joseph@zed.dev>
Max Brunsfeld and Jospeh created
69e5ecc
Enable client tests
* implement Executor::advance_clock Co-authored-by: Conrad <conrad@zed.dev> Co-authored-by: Kyle <kyle@zed.dev> Co-authored-by: Joseph <joseph@zed.dev>
Max Brunsfeld , Conrad , Kyle , and Joseph created
c9c9db9
Fix Component derive macro
Marshall Bowers created
4539cef
Capture language server stderr during startup/init and log if failure (#3175)
Gives us some more debugging information Release Notes: - N/A
Julia created
ca82ec8
fixed truncation error in fake language model
KCaverly created
0eafb88
zed2: Capture language server stderr during startup/init and log if failure (#3176)
zed2 electric boogaloo Release Notes: - N/A
Julia created
27d2acc
Fix the formatting
Kirill Bulatov created
0a04c57
Update mouse position during file drag and drop
Kirill Bulatov created
8a0fb66
Capture language server stderr during startup/init and log if failure
zed2 electric boogaloo
Julia created
f4cff69
WIP: Macro not working fully yet
Nathan Sobo created
a4b7e3c
Merge branch 'zed2-hangs' into zed2
Max Brunsfeld created
065d26f
Get RPC2 tests passing
Co-authored-by: Conrad <conrad@zed.dev> Co-authored-by: Kyle <kyle@zed.dev>
Conrad Irwin , Conrad , and Kyle created
0285284
Rename IntoAnyElement trait to Component
Nathan Sobo created
8ecfea5
Replace derive Element with derive IntoAnyElement everywhere
Nathan Sobo created
170ebd8
Capture language server stderr during startup/init and log if failure
Julia created
315744e
Add derive macro for IntoAnyElement
Nathan Sobo created
06c2220
Add `install_cli2`
Co-authored-by: Mikayla <mikayla@zed.dev> Co-Authored-By: Kirill <kirill@zed.dev>
Antonio Scandurra , Mikayla , and Kirill created
6172cd9
Merge branch 'zed2-room' into zed2
Antonio Scandurra created
3bcae6d
Add `call2`
Co-Authored-By: Kirill Bulatov <kirill@zed.dev> Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
Antonio Scandurra , Kirill Bulatov , and Mikayla Maki created
927278e
Remove IntoAnyElement bound from Element trait
Nathan Sobo created
71ad3e1
Add rpc2
Conrad Irwin created
693246b
Fix fs2 import on zed
Conrad Irwin created
b875be9
Fix settings2 tests
Conrad Irwin created
07b9ec2
Revert "Fix settings2 crate tests"
This reverts commit 6e9c779c5156573e5dcc80f26b5a77a658e1eaaa.
Conrad Irwin created
db15db4
WIP
Nathan Sobo created
6e9c779
Fix settings2 crate tests
Conrad Irwin created
483ac94
Start fixing room2
Kirill Bulatov created
6cf7d0b
Fix macro some more
Conrad Irwin created
6185c93
Fix small bugs in gpui2::test
Conrad Irwin created
45a8aea
Make FnOnces that render elements IntoAnyElement
Nathan Sobo created
3447a94
updated authentication for embedding provider
KCaverly created
db7d12f
WIP
Nathan Sobo created
4266ead
WIP: Trait bounds
Marshall Bowers created
5651ef7
Use quit to end tests
Conrad Irwin created
51aa0d6
Clearer error on importing both gpui and gpui2
Conrad Irwin created
bc3572f
util: Improve error message for failing requests to GH. (#3159)
Release notes: - N/A Co-authored-by: Julia Risley <julia@zed.dev>
Piotr Osiewicz and Julia Risley created
1ec6638
vue: use anyhow::ensure instead of asserting on filesystem state (#3173)
Release Notes: - Fixed a crash on failed assertion in Vue.js language support.
Piotr Osiewicz created
e31a940
Merge branch 'remove-view-state-associated-type' into gpui2-element-renderer
Marshall Bowers created
65389a8
Merge branch 'zed2' into gpui2-element-renderer
Marshall Bowers created
9fb9885
Checkpoint: Compiling
Marshall Bowers created
8b972f6
WIP: Fix compilation of `gpui2`
Marshall Bowers created
965bfd8
WIP: Pass in `V` to `Element`
Marshall Bowers created
9c10152
Use `Display` instead of custom `to_string`
Marshall Bowers created
28ef30f
Removed unused `ui2::color` module
Marshall Bowers created
e6f2288
Don't use function_name in vim tests (#3171)
Remove dependency on function name from vim tests. We want to remove this from gpui2, and it looks like we can!
Conrad Irwin created
ffcec01
Don't use function_name in vim tests
Conrad Irwin created
06bff41
WIP: ElementRenderer
Marshall Bowers created
c5763cd
Fix errors in passing TestAppContext in async gpui2 tests
Antonio Scandurra created