Commit log
6aca228
Do not panic when looking for prettier (#3182)
Click to expand commit body
Fixes
https://zed-industries.slack.com/archives/C04S6T1T7TQ/p1698655595438009
Instead of checking FS, derive the prettier path needed and let prettier
invocation fail in logs instead.
Kirill Bulatov
created
2 years ago
b46a4b5
Be more lenient when searching for prettier instance
Click to expand commit body
Do not check FS for existence (we'll error when start running prettier),
simplify the code for looking it up
Kirill Bulatov
created
2 years ago
249bec3
Do not panic on prettier search
Kirill Bulatov
created
2 years ago
f16ff79
Properly log prettier paths
Kirill Bulatov
created
2 years ago
96bbb5c
Properly log prettier paths
Kirill Bulatov
created
2 years ago
37a561d
Do not call `scroll_to()` twice when circularly navigating popover menus (#3180)
Click to expand commit body
The tweaks made to add circular navigation to autocompletion / code
action menus accidentally was calling `scroll_to` twice in some cases -
just fixing that.
Release Notes:
- N/A
Joseph T. Lyons
created
2 years ago
dd89b2e
Pull duplicate call out of `if`-`else` block
Joseph T. Lyons
created
2 years ago
34747bb
Do not call `scroll_to` twice
Joseph T. Lyons
created
2 years ago
1e8b23d
replace api_key with ProviderCredential throughout the AssistantPanel
KCaverly
created
2 years ago
558f54c
added credential provider to completion provider
KCaverly
created
2 years ago
10b581f
Port journal to GPUI2 (#3178)
Click to expand commit body
Release Notes:
- N/A
Joseph T. Lyons
created
2 years ago
6b65d76
Port journal to GPUI2
Joseph T. Lyons
created
2 years ago
e27427d
Merge branch 'gpui2-docs' into zed2
Nathan Sobo
created
2 years ago
f88ca2e
Add docs for window.rs, but still incomplete
Nathan Sobo
created
2 years ago
ad7c49e
Add doc comments to app.rs
Nathan Sobo
created
2 years ago
b4225ac
Port changes from #3118 to zed2
Conrad Irwin
created
2 years ago
ba189f2
Port changes from #3154 to zed2
Conrad Irwin
created
2 years ago
7af77b1
moved TestCompletionProvider into ai
KCaverly
created
2 years ago
67ecc2f
Comment out failing gpui2 test
Conrad Irwin
created
2 years ago
af0c010
Remove deadlock from gpui2 pasteboard
Conrad Irwin
created
2 years ago
d2ab0d6
Get cargo test --workspace compiling again
Conrad Irwin
created
2 years ago
079de6f
Rename last async_iife
Conrad Irwin
created
2 years ago
4a6a17d
Merge branch 'main' into zed2
Conrad Irwin
created
2 years ago
Conrad Irwin
created
2 years ago
Conrad Irwin
created
2 years ago
ec9d79b
add concept of LanguageModel to CompletionProvider
KCaverly
created
2 years ago
6c8bb4b
ensure OpenAIEmbeddingProvider is using the provider credentials
KCaverly
created
2 years ago
bcdffc9
Merge branch 'zed2-views' into zed2
Nathan Sobo
created
2 years ago
a1c3826
Add View::update which provides a ViewContext
Nathan Sobo
created
2 years ago
f75eb3f
Merge branch 'more-signing'
Conrad Irwin
created
2 years ago
071e9b4
Revert entitlements change
Conrad Irwin
created
2 years ago
30e7978
Try more signing
Conrad Irwin
created
2 years ago
Conrad Irwin
created
2 years ago
Antonio Scandurra
created
2 years ago
832026a
Limit language server reinstallation attempts (#3177)
Click to expand commit body
Release Notes:
- Fixed a case where a sufficiently broken language server system
configuration could cause an infinite repeated server reinstallation,
consuming resources indefinitely.
Julia
created
2 years ago
a23e05c
Limit language server reinstallation attempts
Click to expand commit body
zed2 electric boogaloo
Julia
created
2 years ago
516236e
Disable livekit on zed2
Antonio Scandurra
created
2 years ago
Antonio Scandurra
created
2 years ago
4520065
Merge branch 'zed2' of github.com:zed-industries/zed into zed2
Marshall Bowers
created
2 years ago
8db3b3b
Limit language server reinstallation attempts
Julia
created
2 years ago
98d03f6
Revert "Add activity_indicator2"
Click to expand commit body
This reverts commit 88a3a5778987a588907a92885e94a112e747cc62.
Joseph T. Lyons
created
2 years ago
560e115
Pull syntax colors from JSON theme
Marshall Bowers
created
2 years ago
973ca8d
ui2: Remove dependency on `theme` crate
Marshall Bowers
created
2 years ago
692aeff
ui2: Remove dependency on `settings` crate
Marshall Bowers
created
2 years ago
88a3a57
Add activity_indicator2
Joseph T. Lyons
created
2 years ago
61694bb
Remove unneeded constructors for stories
Marshall Bowers
created
2 years ago
65045b9
Get remaining language2 tests passing
Max Brunsfeld
created
2 years ago
0eae962
Represent theme's syntax colors with string keys
Click to expand commit body
Co-authored-by: Marshall Bowers <marshall@zed.dev>
Max Brunsfeld
and
Marshall Bowers
created
2 years ago
a569c82
Merge branch 'zed2' of github.com:zed-industries/zed into zed2
Marshall Bowers
created
2 years ago
ed233d5
ui2: Remove `ElementExt` trait
Marshall Bowers
created
2 years ago
Page 24 of 297