Commit log

abdfb5a collab 0.9.0

Max Brunsfeld created

3a85518 v0.84.x dev

Max Brunsfeld created

65f7228 Merge pull request #2389 from zed-industries/save-panics-as-structured-data

Click to expand commit body
Save panics as structured data

Joseph T. Lyons created

b414d43 Merge pull request #2392 from zed-industries/eslint-multiple-language-server-adapters-rebased

Click to expand commit body
Allow buffers to use multiple language servers

Max Brunsfeld created

ad71020 Merge pull request #2395 from zed-industries/remove-stable-hiding-copilot

Click to expand commit body
Remove stable guard for copilot

Mikayla Maki created

21bb13d Fix comment formatting errors for rust 1.69

Max Brunsfeld created

32c57bc Store buffer's diagnostic sets in a smallvec

Max Brunsfeld created

960a2bc Don't use ESLint for now

Max Brunsfeld created

0ebe44b Handle multiple language servers for a given path in project diagnostics view

Max Brunsfeld created

4dd917c Introduce a LanguageServerId wrapper type

Click to expand commit body
Clarify the meaning of all the usizes in use in all of these
struct fields an method signatures.

Max Brunsfeld created

c5f86bc Avoid language servers fighting over diagnostics summaries

Click to expand commit body
Previously each server would stomp all over the existing results

Co-Authored-By: Max Brunsfeld <max@zed.dev>

Julia and Max Brunsfeld created

9e2949e Refactor language server startup

Click to expand commit body
Avoid parallel vecs

Co-Authored-By: Max Brunsfeld <max@zed.dev>

Julia and Max Brunsfeld created

c59204c Cleanup

Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>

Julia and Max Brunsfeld created

26abc82 Bump protocol version

Julia created

df94aee Fix failing tests

Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>

Julia and Max Brunsfeld created

6156dbc Finish getting multiple diagnostics sources building and running

Julia created

bb4de47 Start getting diagnostics sets to work with multiple servers

Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Julia and Nathan Sobo created

2a5c0fa Get ESLint to launch and provide diagnostics

Click to expand commit body
Co-Authored-By: Antonio Scandurra <me@as-cii.com>

Julia and Antonio Scandurra created

6e68ff5 Get it to build with multiple adapters per language! 🎉

Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>

Julia and Max Brunsfeld created

ba7233f Incomplete refactor to allow for multiple adapters per language

Julia created

c1daf0f Fix format

Mikayla Maki created

ad8162f Make sign_in init conditional

Mikayla Maki created

f5bbb41 Remove import

Mikayla Maki created

5c8b41d Remove stable guard for copilot

Mikayla Maki created

21e39e7 Merge pull request #2394 from zed-industries/petros/z-804-change-default-settings-for-json-to-2

Click to expand commit body
Set default tab_size for JSON to 2 and apply new formatting

Petros Amoiridis created

370875b Merge pull request #2393 from zed-industries/relay-change-events-to-copilot

Click to expand commit body
Relay buffer change events to Copilot language server

Antonio Scandurra created

eca93c1 Apply the tab_size change to keymaps and settings

Petros Amoiridis created

bed7646 Define tab_size equal to 2 in default settings

Petros Amoiridis created

df71a9c Move buffer change reporting to a background task

Antonio Scandurra created

4151bd3 Add buffer management test to Copilot

Antonio Scandurra created

4d20798 Notify LSP when Copilot suggestions are accepted/rejected

Antonio Scandurra created

5d57167 Make it easier to access a running/authenticated copilot server

Antonio Scandurra created

4c3d6c8 Send editor information to copilot

Antonio Scandurra created

b9a7b70 Register unknown buffer on the fly if completions are requested for it

Antonio Scandurra created

34bcf6f Reopen file in Copilot language server when language or URI changes

Antonio Scandurra created

672cf6b Relay buffer change events to Copilot

Antonio Scandurra created

ce8442a Fix underflow potential

Mikayla Maki created

dd73233 Merge pull request #2386 from zed-industries/copilot-shipping

Click to expand commit body
Get copilot ready to ship

Mikayla Maki created

26ab774 Removed debounce on suggestion cycling code

Mikayla Maki created

f16b96c add copilot menu

Mikayla Maki created

9b8a3e4 Fixed panic in new cycling code

Click to expand commit body
Made cycling fire without debounce

Mikayla Maki created

2882e0f Remove new CTA in copilot sign in UI

Click to expand commit body
Add a trim_end to copilot suggestions

Mikayla Maki created

745e5e3 Add italic styles to copilot suggestions

Mikayla Maki created

70ff4ca WIP: lower our usage of the copilot API by seperating out the cycling completion

Click to expand commit body
Restore copilot setting visibility

co-authored-by: antonio <antonio@zed.dev>

Mikayla Maki and antonio created

ea1c3fa Only fire completion cycling requests if specifically asked for by the user

Mikayla Maki created

8610f3a Introduce a button to disable copilot integration

Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Antonio Scandurra and Nathan Sobo created

0326a45 Give closure parameter a name

Joseph Lyons created

54a78d7 Clarify Copilot context menu

Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Antonio Scandurra and Nathan Sobo created

4a9989f Clear all suggestions from `Editor` when disabling Copilot

Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Antonio Scandurra and Nathan Sobo created

1fd07b6 Clarify copilot settings

Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Antonio Scandurra and Nathan Sobo created