f3c113f
clean up warnings and fix tests in the ai crate
KCaverly created
f3c113f
clean up warnings and fix tests in the ai crate
KCaverly created
2879d23
Revert changes to themes
Marshall Bowers created
3591ffe
Emit all themes at once
Marshall Bowers created
b8ae949
Merge branch 'zed2' of github.com:zed-industries/zed into zed2
Marshall Bowers created
61cc3b9
Factor out `ThemePrinter` into its own module
Marshall Bowers created
d4d9fcc
WIP
Antonio Scandurra created
a2c3971
moved authentication for the semantic index into the EmbeddingProvider
KCaverly created
e2ee9a2
Implement `activate_workspace_for_project`
Antonio Scandurra created
bd750fb
Merge branch 'zed2' into zed2-workspace
Antonio Scandurra created
25e882d
Remove randomness from GPUI2 block_with_timeout
Antonio Scandurra created
b3c3ada
Port prettier panic fix to gpui2
Kirill Bulatov created
bd30ce8
Do not panic when looking for prettier (#3182)
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
6aca228
Do not panic when looking for prettier (#3182)
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
b46a4b5
Be more lenient when searching for prettier instance
Do not check FS for existence (we'll error when start running prettier), simplify the code for looking it up
Kirill Bulatov created
249bec3
Do not panic on prettier search
Kirill Bulatov created
f16ff79
Properly log prettier paths
Kirill Bulatov created
96bbb5c
Properly log prettier paths
Kirill Bulatov created
37a561d
Do not call `scroll_to()` twice when circularly navigating popover menus (#3180)
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
dd89b2e
Pull duplicate call out of `if`-`else` block
Joseph T. Lyons created
34747bb
Do not call `scroll_to` twice
Joseph T. Lyons created
1e8b23d
replace api_key with ProviderCredential throughout the AssistantPanel
KCaverly created
558f54c
added credential provider to completion provider
KCaverly created
10b581f
Port journal to GPUI2 (#3178)
Release Notes: - N/A
Joseph T. Lyons created
6b65d76
Port journal to GPUI2
Joseph T. Lyons created
e27427d
Merge branch 'gpui2-docs' into zed2
Nathan Sobo created
f88ca2e
Add docs for window.rs, but still incomplete
Nathan Sobo created
ad7c49e
Add doc comments to app.rs
Nathan Sobo created
b4225ac
Port changes from #3118 to zed2
Conrad Irwin created
ba189f2
Port changes from #3154 to zed2
Conrad Irwin created
7af77b1
moved TestCompletionProvider into ai
KCaverly created
67ecc2f
Comment out failing gpui2 test
Conrad Irwin created
af0c010
Remove deadlock from gpui2 pasteboard
Conrad Irwin created
d2ab0d6
Get cargo test --workspace compiling again
Conrad Irwin created
079de6f
Rename last async_iife
Conrad Irwin created
4a6a17d
Merge branch 'main' into zed2
Conrad Irwin created
5f5234c
Fix fs2 tests
Conrad Irwin created
c1904b4
Fix cargo fmt
Conrad Irwin created
ec9d79b
add concept of LanguageModel to CompletionProvider
KCaverly created
6c8bb4b
ensure OpenAIEmbeddingProvider is using the provider credentials
KCaverly created
bcdffc9
Merge branch 'zed2-views' into zed2
Nathan Sobo created
a1c3826
Add View::update which provides a ViewContext
Nathan Sobo created
f75eb3f
Merge branch 'more-signing'
Conrad Irwin created
071e9b4
Revert entitlements change
Conrad Irwin created
30e7978
Try more signing
Conrad Irwin created
adc426b
v1
Conrad Irwin created
8e3314e
WIP
Antonio Scandurra created
832026a
Limit language server reinstallation attempts (#3177)
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
a23e05c
Limit language server reinstallation attempts
zed2 electric boogaloo
Julia created
516236e
Disable livekit on zed2
Antonio Scandurra created
637cff3
WIP
Antonio Scandurra created