Commit log

c76b979 Merge branch 'main' into window_context_2

Antonio Scandurra created

d32a721 Remove stray `dbg!` statements

Antonio Scandurra created

c7cc5bc Render breadcrumbs for diagnostics multi-buffer

Julia created

8e4cc54 Merge pull request #2397 from zed-industries/finally-fix-terminal-line-height

Click to expand commit body
Create a new setting to adjust the line height in the terminal

Mikayla Maki created

1fa52ad Fix warning

Mikayla Maki created

c72b70d Fixed silly custom settings parsing

Mikayla Maki created

f54ab73 Merge branch 'main' into finally-fix-terminal-line-height

Mikayla Maki created

dfdc826 Create a new setting to adjust the line height in the terminal

Mikayla Maki created

1b2e480 Remove unnecessary replace

Nathan Sobo created

0bce80b Fix remaining vim failures

Nathan Sobo created

137d938 Initialize the active editor when vim mode is enabled

Click to expand commit body
Instead of waiting for a focus event. This makes more tests pass.

Antonio Scandurra created

7b4b1d6 Use regex to make extraction bulletproof

Petros Amoiridis created

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

dcc8047 Install jq if it's missing

Petros Amoiridis created

460ea8e Increase reliability and support multiple monitors

Petros Amoiridis created

b11e239 Make the script more reliable

Petros Amoiridis 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

0d5eea8 Track active window id in test platform

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

Antonio Scandurra and Nathan Sobo created

d9bb37c Add `WindowContext::update_default_global`

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

Antonio Scandurra and Nathan Sobo created

1d487e1 Fix editor tests

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

Antonio Scandurra and Nathan Sobo created

c52b632 Merge branch 'main' into window_context_2

Antonio Scandurra created

e282c7a Finish converting all the pickers to the new API

Antonio Scandurra 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