Commit log

4c1cba6 Remove unnecessary `Element` impl for `RootElement`

Antonio Scandurra created

f7de0ad Show diagnostic source in diagnostic multibuffer headers

Julia created

c485fc8 Add copilot.disabled_globs setting

Max Brunsfeld created

f62ba2e use installation_id over device_id

Joseph T. Lyons created

5fb9d53 Merge pull request #2425 from zed-industries/trim-eslint-workspace-configuration

Click to expand commit body
Trim eslint workspace configuration & remove diagnostic source underline

Julia created

40ab5c1 Remove underline from diagnostic source

Julia created

4966a4a Reduce hardcoded ESLint workspace configuration

Julia created

a8084ad Merge pull request #2424 from zed-industries/constrain-programmatic-dispatch

Click to expand commit body
Allow programmatic action dispatch only via `AsyncAppContext`

Antonio Scandurra created

780ece5 Defer hiding the dock and going back/forward when Pane is on the stack

Antonio Scandurra created

e3b2407 Run until parked now that the command palette spawns to dispatch action

Antonio Scandurra created

6c931ab Inline test-only `AppContext` methods

Antonio Scandurra created

eb2cce9 Move `dispatch_action_any_action_at` to `AsyncAppContext`

Antonio Scandurra created

c4472b0 Remove `ViewContext::dispatch_action`

Antonio Scandurra created

d815fc8 Remove `ViewContext::dispatch_any_action`

Antonio Scandurra created

029538f Make `dispatch_global_action` private

Antonio Scandurra created

0f44648 Merge pull request #2423 from zed-industries/fix-panic-in-go-to-definition

Click to expand commit body
Fix panic when clicking on a definition

Antonio Scandurra created

e566929 Fix panic when clicking on a definition

Click to expand commit body
This was introduced with #2420 and was caused by re-entrantly updating
the workspace. Instead of passing the workspace reference from the outside,
we now define the definition navigation as a method on the editor which solves
the issue.

Note that we also needed to introduce a `defer` call when navigating to a definition
to prevent the workspace from reading the editor during `open_project_item`.

Antonio Scandurra created

ae5794d Merge pull request #2421 from zed-industries/metrics-2

Click to expand commit body
Rework telemetry code to support sending events to Clickhouse

Joseph T. Lyons created

32f26d1 Merge pull request #2422 from zed-industries/source-eslint-server-from-github

Click to expand commit body
Source ESLint server from Github rather than 3rd party NPM package

Julia created

1bf8521 Source ESLint server from Github rather than 3rd party NPM package

Julia created

6b0faa2 Rework telemetry code to support sending events to Clickhouse

Click to expand commit body
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>

Joseph Lyons and Max Brunsfeld created

dc999f7 Merge pull request #2420 from zed-industries/simplify-action-dispatch

Click to expand commit body
Remove `impl_internal_actions!` macro

Antonio Scandurra created

106ebeb Remove obsolete presenter modules

Antonio Scandurra created

489b1f6 Merge remote-tracking branch 'origin/main' into simplify-action-dispatch

Antonio Scandurra created

1c5376a Remove `impl_internal_actions` macro

Antonio Scandurra created

1d41a70 Remove internal actions from `terminal_button`

Antonio Scandurra created

33da9e5 Remove internal actions from `project_panel`

Antonio Scandurra created

e153573 Remove `DeployContextMenu` internal action

Antonio Scandurra created

f65e648 Remove `Scroll` internal action

Antonio Scandurra created

3409ee1 Remove `DeployMouseContextMenu` internal action

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

Antonio Scandurra and Nathan Sobo created

c22342e :lipstick:

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

Antonio Scandurra and Nathan Sobo created

1f35e1d Remove internal actions from `copilot_button`

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

Antonio Scandurra and Nathan Sobo created

a91903c Remove internal actions from `link_go_to_definition`

Antonio Scandurra created

264a2c1 Remove `HideHover` and `HoverAt` internal actions

Antonio Scandurra created

e6f561c Remove unused `Jump` internal action

Antonio Scandurra created

c04cb02 Remove `Dismiss` and `RespondToContactRequest` internal actions

Antonio Scandurra created

0469e25 Remove `LeaveCall` internal action

Antonio Scandurra created

8343621 Remove `Jump` internal action

Antonio Scandurra created

3763b98 Fix panic due to re-entrantly reading `Workspace`

Antonio Scandurra created

a978f3f Remove `Select` internal action

Antonio Scandurra created

5215adb Remove `ToggleExpanded` and `Call` internal actions

Antonio Scandurra created

5d8fcce Remove `RespondToCall` internal action

Antonio Scandurra created

4bcba48 Remove `SplitWithProjectEntry` internal action

Antonio Scandurra created

272039a Remove `SplitWithItem` internal action

Antonio Scandurra created

6857426 Remove `RemoveWorktreeFromProject` internal action

Antonio Scandurra created

71a4bc7 Remove `OpenSharedScreen` internal action

Antonio Scandurra created

d953729 Remove `JoinProject` internal action

Antonio Scandurra created

f881f9e Remove `ToggleFollow` internal action

Antonio Scandurra created

06c01a5 Eliminate OpenPaths global action for workspace and replace with methods

Click to expand commit body
We no longer want to invoke this with dispatch_action.

Antonio Scandurra created

db73ba5 Merge pull request #2419 from zed-industries/zombie-copilot-process

Click to expand commit body
Shutdown copilot server when quitting zed

Max Brunsfeld created