Commit log

010bb73 Use LSP-like protocol for prettier wrapper commands

Kirill Bulatov created

bb2cc2d Async-ify prettier wrapper

Kirill Bulatov created

86618a6 Require prettier argument and library in the wrapper

Kirill Bulatov created

1ff17bd Install default prettier and plugins on startup

Kirill Bulatov created

12ea12e Make language adapters able to require certain bundled formatters

Kirill Bulatov created

4f956d7 Slightly better prettier settings and discovery

Kirill Bulatov created

ce6b31d Make NodeRuntime non-static for prettier runner

Kirill Bulatov created

a8387b8 Use proper NodeRuntime in the formatter interface

Kirill Bulatov created

a420d9c Add prettier search

Kirill Bulatov created

a8dfa01 Prepare prettier file lookup code infra

Kirill Bulatov created

92f23e6 Properly connect prettier lookup/creation methods

Kirill Bulatov created

553abd0 Draft a project part of the prettier

Kirill Bulatov created

eced842 Get started with a prettier server package

Click to expand commit body
Co-Authored-By: Antonio Scandurra <antonio@zed.dev>

Julia and Antonio Scandurra created

b6a3d9c Checkpoint

Antonio Scandurra created

eebbc80 Checkpoint

Antonio Scandurra created

0fb7364 Checkpoint

Antonio Scandurra created

76191fe Fix Discord text truncation

Joseph T. Lyons created

f1cc62c WIP

Nathan Sobo created

f53b63e Checkpoint

Nathan Sobo created

821997d Revert accidental build change

Conrad Irwin created

85b76b1 Don't wrap on paragraphs (#3094)

Click to expand commit body
Release Notes:

- vim: `{` and `}` will no longer wrap around end of file
([#2116](https://github.com/zed-industries/community/issues/2116)).

Conrad Irwin created

9004254 vim: Add shift-y (#3117)

Click to expand commit body
Release Notes:

- vim: Add `Y` to copy line-wise (this copies vim's behaviour, which
differs from nvim's)

Conrad Irwin created

1de9add vim: Add shift-y

Conrad Irwin created

7a39455 Fix inclusion of spurious views from other projects in FollowResponse (#3116)

Click to expand commit body
A logic error in https://github.com/zed-industries/zed/pull/2993 caused
follow responses to sometimes contain extra views for other unshared
projects 😱 . These views would generally fail to deserialize on the
other end. This would create a broken intermediate state, where the
following relationship was registered on the server (and on the leader's
client), but the follower didn't have the state necessary for following
into certain views.

Release Notes:

- Fixed a bug where following would sometimes fail if the leader had
another unshared project open.

Max Brunsfeld created

96d60ef Fix inclusion of spurious views from other projects in FollowResponse

Max Brunsfeld created

a69f93d Wire up toggling of project and chat panels

Marshall Bowers created

8e1638b Add working toggle for `LanguageSelector`

Marshall Bowers created

95ef61b Thread click handler through from workspace to language selector

Marshall Bowers created

c142676 Add click handlers to some of the buttons in the `StatusBar`

Marshall Bowers created

be84322 Add `on_click` to `IconButton`

Marshall Bowers created

48d9b49 Wire up click handlers on `Button`s

Marshall Bowers created

19f774a Update channel rooms to be ephemeral (#3115)

Click to expand commit body
This fixes a bug that was introduced by
https://github.com/zed-industries/zed/pull/3093, which assumed that
rooms for channels where ephemeral, by making rooms for channels
ephemeral.

Release Notes:

- N/A

Mikayla Maki created

d7d027b Rename release channel to enviroment

Mikayla created

e6228ca Slim down pull request template

Joseph T. Lyons created

f2ee615 Colocate element stories with their elements

Marshall Bowers created

30088af Colocate component stories with their components

Marshall Bowers created

40430cf Update channel rooms to be ephemeral

Click to expand commit body
Remove redundant live kit initialization code
Fix bug in recent channel links changes where channel rooms would have the incorrect release set

co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
co-authored-by: Max <max@zed.dev>

Mikayla , Conrad Irwin , and Max created

b1d88ce Add an example of colocating a story for a UI component with its definition

Marshall Bowers created

5b7ca64 Comment out overridden widths

Marshall Bowers created

a6ae6b0 Merge branch 'gpui2' into gpui2-ui

Marshall Bowers created

61b8ad3 Remove state erasure for now

Nathan Sobo created

e714653 Checkpoint

Nathan Sobo created

d70b4f0 Checkpoint

Nathan Sobo created

9eff99d --amend

Antonio Scandurra created

4855b8f WIP

Antonio Scandurra created

84ad2cb Checkpoint

Antonio Scandurra created

0e537cc Revert outline summarization (#3114)

Click to expand commit body
This pull request essentially reverts #3067: we noticed that only using
the function signatures produces far worse results in codegen, and so
that feels like a regression compared to before. We should re-enable
this once we have a smarter approach to fetching context during codegen,
possibly when #3097 lands.

As a drive-by, we also fixed a longstanding bug that caused codegen to
include the final line of a selection even if the selection ended at the
start of the line.

Ideally, I'd like to hot fix this to preview so that it goes to stable
during the weekly release.

/cc: @KCaverly @nathansobo 

Release Notes:

- N/A

Antonio Scandurra created

b366592 Don't include start of a line when selection ends at start of line

Antonio Scandurra created

5cf9298 Revert summarizing file content until we can be more intelligent about what we send

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

Antonio Scandurra and Nathan Sobo created

8f7f385 Re-enable hover styles

Marshall Bowers created