Commit log

f8b9417 Keep cursor stable as autocompletions are being streamed

Antonio Scandurra created

75ad76b :lipstick:

Antonio Scandurra created

7dab17e Re-enable copy support in the assistant

Antonio Scandurra created

27c83ca Remove unnecessary `set_render_excerpt_header` method

Antonio Scandurra created

9b76174 Parse buffer as Markdown

Antonio Scandurra created

ea5d677 Merge remote-tracking branch 'origin/main' into assistant-buffer

Antonio Scandurra created

adc8337 Restore misconfigured Cargo.toml

Mikayla Maki created

8ad7eb7 Switch to using new version of cargo bundle with more capabilities

Mikayla Maki created

b365e48 Toggle comments for empty single line selections (#2594)

Kevin Hovsäter created

77367bf Move worktree tests into their own file (#2608)

Click to expand commit body
The worktree has a lot of tests. Let's reduce their indentation, and
make it easier to navigate to them. We deserve it.

Just doing this in its own PR, to minimize conflicts.

Release Notes:

- N/A

Max Brunsfeld created

5b6d1a2 Flatten worktree tests module structure

Max Brunsfeld created

c17dbab Move worktree tests to their own file

Max Brunsfeld created

b272db9 editor: Add language setting for comment continuations (#2605)

Click to expand commit body
Per @JosephTLyons request I've added a language setting for comment
continuations.

Release Notes:

- Added a language setting for comment continuations.

Piotr Osiewicz created

aedef7b Remove panic when programatically updating an invalid setting (#2607)

Click to expand commit body
Fixes
https://linear.app/zed-industries/issue/Z-2170/thread-main-panicked-at-could-not-deserialize-setting-type-welcomebase
Fixes
https://linear.app/zed-industries/issue/Z-2228/thread-main-panicked-at-could-not-deserialize-setting-type

Max Brunsfeld created

1cd11bf Remove panic when programatically updating an invalid setting

Max Brunsfeld created

0db0a1c Skip merged messages when inserting new ones

Click to expand commit body
Co-Authored-By: Julia Risley <julia@zed.dev>

Antonio Scandurra and Julia Risley created

6e5de2f Update blocks when cycling the message role

Click to expand commit body
Co-Authored-By: Julia Risley <julia@zed.dev>

Antonio Scandurra and Julia Risley created

00cede6 Show message headers again

Click to expand commit body
Co-Authored-By: Julia Risley <julia@zed.dev>

Antonio Scandurra and Julia Risley created

2842fc2 Merge messages whose header has been invalidated

Antonio Scandurra created

2ae8b55 Get back to a compiling state with `Buffer` backing the assistant

Antonio Scandurra created

5e68dc5 Fix comments in settings files (#2604)

Click to expand commit body
I accidentally added the information about folder-specific settings to
the user settings default file - just fixing that.

Release Notes:

- N/A

Joseph T. Lyons created

5821bc4 Fix comments in settings files

Joseph Lyons created

d8a2e17 Add support for HEEx templates in Elixir, fix a bug in handling nested language injections (#2603)

Click to expand commit body
Closes https://linear.app/zed-industries/issue/Z-2211/heex-support

Release Notes:

- Added support for Elixir HEEx templates.
- Fixed a bug that caused incorrect syntax highlighting in ERB templates
([#1619](https://github.com/zed-industries/community/issues/1619)).

Max Brunsfeld created

df76ab9 Add Heex language

Max Brunsfeld created

01bd5c3 Fix syntax map bug with combined injections inside of other injections

Max Brunsfeld created

ac1882b Move SyntaxMap tests to their own file

Max Brunsfeld created

04e4389 Change action namespace to 'debug' for LSP log and syntax tree view

Max Brunsfeld created

8542911 Add a syntax tree view, for developing and debugging language support (#2601)

Click to expand commit body
This PR adds a syntax tree view, which lets you view the syntax tree of
any layer in the active editor's `SyntaxMap`.

This view uses some new APIs that I added to Tree-sitter, which allow us
to efficiently render the syntax tree using a `UniformList`. Tree-sitter
PR: https://github.com/tree-sitter/tree-sitter/pull/2316

![Screen Shot 2023-06-12 at 3 33 36
PM](https://github.com/zed-industries/zed/assets/326587/2a27ee7b-bf29-4b3b-bfa8-fb47f97a2785)

Release Notes:

- Added a *syntax tree view* that shows Zed's internal syntax tree(s)
for the active editor. You can open it running the `debug: open syntax
tree view` command from the command palette.

Max Brunsfeld created

0184661 Include field names in the syntax tree

Max Brunsfeld created

594b9de Upgrade Tree-sitter

Max Brunsfeld created

b4f3a88 Close the menu when selecting a different layer in the syntax tree view

Max Brunsfeld created

56b7497 Improve the look of the syntax tree view UI

Max Brunsfeld created

e969e3b Sync selection between syntax tree view and editor

Max Brunsfeld created

086cfe5 Start work on a syntax tree view

Max Brunsfeld created

cfc1856 feat: add ts export

Sergey Onufrienko created

b494b43 chore: add ts-rs

Sergey Onufrienko created

3d02f7c Move plugins to feature-gate (#2599)

Click to expand commit body
This PR:
- Reduces our dependency count for a release build by 20%
- Reduces our release compile time by about 30s (out of ~5 minutes)

Piotr Osiewicz created

7db690b WIP

Antonio Scandurra created

7f71ee0 Expand tools doc further

Nate Butler created

f142449 Add back links

Nate Butler created

57ae64d Use simple markdown

Nate Butler created

db5bb4e Do not rely on user's system time for telemetry events (#2597)

Click to expand commit body
Some user's don't have their system clocks configured right and we are
seeing events 10 years into the future. I'm stripping out the code that
adds time via the client and am adding it in on zed.dev. We will lose a
little accuracy, as the time will be when the batch hits the server, but
I think its negligible (currently, batches send up every 30 seconds, at
the max) and worth it to protect our data from user's who wonkily dont
set care about their system time.

- https://github.com/zed-industries/zed.dev/pull/332

Release Notes:

- N/A

Joseph T. Lyons created

0b3b732 Do not rely on user's system time for telemetry events

Joseph Lyons created

56a4c2a Bump tree-sitter-yaml to avoid submodule error during build

Max Brunsfeld created

d8c1ab9 Fix formatter comment in default settings (#2593)

Click to expand commit body
Fix comment related to the `formatter` configuration option in Zed's
default settings.

Release Notes:

- N/A

Joseph T. Lyons created

c1f1ee6 collab 0.14.2

Max Brunsfeld created

b2bdca4 Bump protocol version

Max Brunsfeld created

0976324 collab 0.14.1

Max Brunsfeld created

87efd25 Avoid dropping the worktree_repository_statuses table for now

Max Brunsfeld created

bb65d75 Enable rust backtraces on kubernetes

Max Brunsfeld created