zed icon indicating copy to clipboard operation
zed copied to clipboard

Zed Freezing When Modifying Go Imports

Open utopiaeh opened this issue 10 months ago β€’ 11 comments

Summary

Description:
I am experiencing frequent freezes in Zed Editor while working with Go (Golang). The issue occurs most of the time when I modify import statements in my project. This makes it difficult to work efficiently, as the editor becomes unresponsive for several seconds or indefinitely until I restart it. So, it’s not entirely clear why this is happening, as the project is very small, with only a few handlers and methods.


Steps to Reproduce:

  1. Open a Go project in Zed.
  2. Modify an existing import statement (e.g., add or remove an import).
  3. The editor freezes, requiring a restart to regain control.

Expected Behavior:

  • The editor should update imports without freezing or lagging.
  • Performance should remain stable when modifying Go imports.

Actual Behavior:

  • Zed becomes unresponsive when changing imports.
  • Sometimes, CPU usage spikes significantly.
  • The editor does not recover until manually restarted.

Additional Notes: go.mod


go 1.23.5

require (
	github.com/google/uuid v1.6.0
	github.com/gorilla/mux v1.8.1
	github.com/joho/godotenv v1.5.1
)

require (
	github.com/golang-migrate/migrate/v4 v4.18.2 // indirect
	github.com/hashicorp/errwrap v1.1.0 // indirect
	github.com/hashicorp/go-multierror v1.1.1 // indirect
	github.com/jackc/pgpassfile v1.0.0 // indirect
	github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
	github.com/jackc/pgx/v5 v5.7.2 // indirect
	github.com/lib/pq v1.10.9 // indirect
	go.uber.org/atomic v1.11.0 // indirect
	golang.org/x/crypto v0.31.0 // indirect
	golang.org/x/text v0.21.0 // indirect
)

Zed Version and System Specs

Zed: v0.173.10 (Zed) OS: macOS 15.3.0 Memory: 64 GiB Architecture: aarch64

If applicable, attach your ~/Library/Logs/Zed/Zed.log file to this issue.

Zed.log
2025-02-15T00:31:26.209572+02:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: IO error: Connection reset by peer (os error 54)
    1: Connection reset by peer (os error 54)
2025-02-15T00:31:26.209982+02:00 [INFO] set status on client 151776: ConnectionLost
2025-02-15T00:31:26.21046+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T00:31:26.210654+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T00:31:26.217471+02:00 [INFO] set status on client 151776: ConnectionError
2025-02-15T00:31:26.21773+02:00 [ERROR] failed to connect error sending request for url (https://zed.dev/rpc)
2025-02-15T00:31:26.217931+02:00 [INFO] set status on client 151776: ReconnectionError { next_reconnection: Instant { tv_sec: 394047, tv_nsec: 853539916 } }
2025-02-15T00:31:26.719188+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T00:31:26.719487+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T00:31:27.178899+02:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2025-02-15T00:31:27.619328+02:00 [INFO] add_connection;
2025-02-15T00:31:27.620124+02:00 [INFO] set status on client 151776: Connected { peer_id: PeerId { owner_id: 679, id: 2138110 }, connection_id: ConnectionId { owner_id: 0, id: 22 } }
2025-02-15T00:31:28.152135+02:00 [INFO] Language server with id 0 sent unhandled notification featureFlagsNotification:
{
  "rt": false,
  "sn": false,
  "chat": true,
  "ic": true,
  "ep": false,
  "pc": false,
  "x": true
}
2025-02-15T00:49:46.258461+02:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: IO error: Connection reset by peer (os error 54)
    1: Connection reset by peer (os error 54)
2025-02-15T00:49:46.259124+02:00 [INFO] set status on client 151776: ConnectionLost
2025-02-15T00:49:46.259621+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T00:49:46.259819+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T00:49:47.079072+02:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2025-02-15T00:49:47.511331+02:00 [INFO] add_connection;
2025-02-15T00:49:47.512727+02:00 [INFO] set status on client 151776: Connected { peer_id: PeerId { owner_id: 679, id: 2151770 }, connection_id: ConnectionId { owner_id: 0, id: 23 } }
2025-02-15T01:06:45.230032+02:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: IO error: Connection reset by peer (os error 54)
    1: Connection reset by peer (os error 54)
2025-02-15T01:06:45.230452+02:00 [INFO] set status on client 151776: ConnectionLost
2025-02-15T01:06:45.23098+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T01:06:45.231207+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T01:06:45.234989+02:00 [INFO] set status on client 151776: ConnectionError
2025-02-15T01:06:45.235249+02:00 [ERROR] failed to connect error sending request for url (https://zed.dev/rpc)
2025-02-15T01:06:45.23545+02:00 [INFO] set status on client 151776: ReconnectionError { next_reconnection: Instant { tv_sec: 394277, tv_nsec: 769480708 } }
2025-02-15T01:06:45.759968+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T01:06:45.760244+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T01:06:46.056517+02:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2025-02-15T01:06:46.545161+02:00 [INFO] add_connection;
2025-02-15T01:06:46.546959+02:00 [INFO] set status on client 151776: Connected { peer_id: PeerId { owner_id: 679, id: 2164694 }, connection_id: ConnectionId { owner_id: 0, id: 24 } }
2025-02-15T01:06:47.225844+02:00 [INFO] Language server with id 0 sent unhandled notification featureFlagsNotification:
{
  "rt": false,
  "sn": false,
  "chat": true,
  "ic": true,
  "ep": false,
  "pc": false,
  "x": true
}
2025-02-15T01:15:58.046696+02:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: IO error: Connection reset by peer (os error 54)
    1: Connection reset by peer (os error 54)
2025-02-15T01:15:58.047114+02:00 [INFO] set status on client 151776: ConnectionLost
2025-02-15T01:15:58.047628+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T01:15:58.047829+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T01:15:58.054596+02:00 [INFO] set status on client 151776: ConnectionError
2025-02-15T01:15:58.055028+02:00 [ERROR] failed to connect error sending request for url (https://zed.dev/rpc)
2025-02-15T01:15:58.055233+02:00 [INFO] set status on client 151776: ReconnectionError { next_reconnection: Instant { tv_sec: 394325, tv_nsec: 146810083 } }
2025-02-15T01:15:58.569167+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T01:15:58.569436+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T01:15:58.971012+02:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2025-02-15T01:15:59.414551+02:00 [INFO] add_connection;
2025-02-15T01:15:59.415314+02:00 [INFO] set status on client 151776: Connected { peer_id: PeerId { owner_id: 679, id: 2171568 }, connection_id: ConnectionId { owner_id: 0, id: 25 } }
2025-02-15T01:32:51.249105+02:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: IO error: Connection reset by peer (os error 54)
    1: Connection reset by peer (os error 54)
2025-02-15T01:32:51.249534+02:00 [INFO] set status on client 151776: ConnectionLost
2025-02-15T01:32:51.25002+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T01:32:51.250411+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T01:32:51.255196+02:00 [INFO] set status on client 151776: ConnectionError
2025-02-15T01:32:51.255396+02:00 [ERROR] failed to connect error sending request for url (https://zed.dev/rpc)
2025-02-15T01:32:51.255558+02:00 [INFO] set status on client 151776: ReconnectionError { next_reconnection: Instant { tv_sec: 394387, tv_nsec: 956829375 } }
2025-02-15T01:32:51.776856+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T01:32:51.777435+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T01:32:52.238278+02:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2025-02-15T01:32:52.682534+02:00 [INFO] add_connection;
2025-02-15T01:32:52.683634+02:00 [INFO] set status on client 151776: Connected { peer_id: PeerId { owner_id: 679, id: 2184323 }, connection_id: ConnectionId { owner_id: 0, id: 26 } }
2025-02-15T01:32:53.225969+02:00 [INFO] Language server with id 0 sent unhandled notification featureFlagsNotification:
{
  "rt": false,
  "sn": false,
  "chat": true,
  "ic": true,
  "ep": false,
  "pc": false,
  "x": true
}
2025-02-15T01:57:53.608925+02:00 [INFO] Language server with id 0 sent unhandled notification featureFlagsNotification:
{
  "rt": false,
  "sn": false,
  "chat": true,
  "ic": true,
  "ep": false,
  "pc": false,
  "x": true
}
2025-02-15T02:08:19.191156+02:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2025-02-15T02:08:19.191754+02:00 [INFO] set status on client 151776: ConnectionLost
2025-02-15T02:08:19.193021+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T02:08:19.193379+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T02:08:19.610889+02:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2025-02-15T02:08:20.158706+02:00 [INFO] add_connection;
2025-02-15T02:08:20.161357+02:00 [INFO] set status on client 151776: Connected { peer_id: PeerId { owner_id: 679, id: 2212139 }, connection_id: ConnectionId { owner_id: 0, id: 27 } }
2025-02-15T02:22:54.136295+02:00 [INFO] Language server with id 0 sent unhandled notification featureFlagsNotification:
{
  "rt": false,
  "sn": false,
  "chat": true,
  "ic": true,
  "ep": false,
  "pc": false,
  "x": true
}
2025-02-15T02:56:49.13749+02:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: IO error: Connection reset by peer (os error 54)
    1: Connection reset by peer (os error 54)
2025-02-15T02:56:49.138146+02:00 [INFO] set status on client 151776: ConnectionLost
2025-02-15T02:56:49.13868+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T02:56:49.138882+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T02:56:49.77846+02:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2025-02-15T02:56:50.214477+02:00 [INFO] add_connection;
2025-02-15T02:56:50.215145+02:00 [INFO] set status on client 151776: Connected { peer_id: PeerId { owner_id: 679, id: 2248354 }, connection_id: ConnectionId { owner_id: 0, id: 28 } }
2025-02-15T02:56:50.705915+02:00 [INFO] Language server with id 0 sent unhandled notification featureFlagsNotification:
{
  "rt": false,
  "sn": false,
  "chat": true,
  "ic": true,
  "ep": false,
  "pc": false,
  "x": true
}
2025-02-15T03:14:16.253527+02:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: IO error: Connection reset by peer (os error 54)
    1: Connection reset by peer (os error 54)
2025-02-15T03:14:16.253943+02:00 [INFO] set status on client 151776: ConnectionLost
2025-02-15T03:14:16.254449+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T03:14:16.254657+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T03:14:16.260848+02:00 [INFO] set status on client 151776: ConnectionError
2025-02-15T03:14:16.26111+02:00 [ERROR] failed to connect error sending request for url (https://zed.dev/rpc)
2025-02-15T03:14:16.261309+02:00 [INFO] set status on client 151776: ReconnectionError { next_reconnection: Instant { tv_sec: 398503, tv_nsec: 683590083 } }
2025-02-15T03:14:16.806475+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T03:14:16.813413+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T03:14:17.775416+02:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2025-02-15T03:14:18.508567+02:00 [INFO] add_connection;
2025-02-15T03:14:18.520754+02:00 [INFO] set status on client 151776: Connected { peer_id: PeerId { owner_id: 679, id: 2261753 }, connection_id: ConnectionId { owner_id: 0, id: 29 } }
2025-02-15T03:21:51.10267+02:00 [INFO] Language server with id 0 sent unhandled notification featureFlagsNotification:
{
  "rt": false,
  "sn": false,
  "chat": true,
  "ic": true,
  "ep": false,
  "pc": false,
  "x": true
}
2025-02-15T03:45:30.333389+02:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: IO error: Connection reset by peer (os error 54)
    1: Connection reset by peer (os error 54)
2025-02-15T03:45:30.333974+02:00 [INFO] set status on client 151776: ConnectionLost
2025-02-15T03:45:30.334667+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T03:45:30.335157+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T03:45:30.805442+02:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2025-02-15T03:45:31.268402+02:00 [INFO] add_connection;
2025-02-15T03:45:31.271068+02:00 [INFO] set status on client 151776: Connected { peer_id: PeerId { owner_id: 679, id: 2285469 }, connection_id: ConnectionId { owner_id: 0, id: 30 } }
2025-02-15T03:46:51.619516+02:00 [INFO] Language server with id 0 sent unhandled notification featureFlagsNotification:
{
  "rt": false,
  "sn": false,
  "chat": true,
  "ic": true,
  "ep": false,
  "pc": false,
  "x": true
}
2025-02-15T04:11:52.198289+02:00 [INFO] Language server with id 0 sent unhandled notification featureFlagsNotification:
{
  "rt": false,
  "sn": false,
  "chat": true,
  "ic": true,
  "ep": false,
  "pc": false,
  "x": true
}
2025-02-15T04:31:04.199238+02:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: IO error: Connection reset by peer (os error 54)
    1: Connection reset by peer (os error 54)
2025-02-15T04:31:04.200051+02:00 [INFO] set status on client 151776: ConnectionLost
2025-02-15T04:31:04.200934+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T04:31:04.201381+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T04:31:04.634812+02:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2025-02-15T04:31:05.096727+02:00 [INFO] add_connection;
2025-02-15T04:31:05.097899+02:00 [INFO] set status on client 151776: Connected { peer_id: PeerId { owner_id: 679, id: 2320367 }, connection_id: ConnectionId { owner_id: 0, id: 31 } }
2025-02-15T04:49:16.200527+02:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: IO error: Connection reset by peer (os error 54)
    1: Connection reset by peer (os error 54)
2025-02-15T04:49:16.200953+02:00 [INFO] set status on client 151776: ConnectionLost
2025-02-15T04:49:16.201452+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T04:49:16.201646+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T04:49:16.207739+02:00 [INFO] set status on client 151776: ConnectionError
2025-02-15T04:49:16.207976+02:00 [ERROR] failed to connect error sending request for url (https://zed.dev/rpc)
2025-02-15T04:49:16.208177+02:00 [INFO] set status on client 151776: ReconnectionError { next_reconnection: Instant { tv_sec: 401296, tv_nsec: 486357833 } }
2025-02-15T04:49:16.740305+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T04:49:16.740742+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T04:49:17.573588+02:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2025-02-15T04:49:18.492576+02:00 [INFO] add_connection;
2025-02-15T04:49:18.507139+02:00 [INFO] set status on client 151776: Connected { peer_id: PeerId { owner_id: 679, id: 2333954 }, connection_id: ConnectionId { owner_id: 0, id: 32 } }
2025-02-15T04:49:19.239433+02:00 [INFO] Language server with id 0 sent unhandled notification featureFlagsNotification:
{
  "rt": false,
  "sn": false,
  "chat": true,
  "ic": true,
  "ep": false,
  "pc": false,
  "x": true
}
2025-02-15T05:05:18.108386+02:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: IO error: Connection reset by peer (os error 54)
    1: Connection reset by peer (os error 54)
2025-02-15T05:05:18.108948+02:00 [INFO] set status on client 151776: ConnectionLost
2025-02-15T05:05:18.10961+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T05:05:18.11033+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T05:05:18.118703+02:00 [INFO] set status on client 151776: ConnectionError
2025-02-15T05:05:18.118896+02:00 [ERROR] failed to connect error sending request for url (https://zed.dev/rpc)
2025-02-15T05:05:18.119066+02:00 [INFO] set status on client 151776: ReconnectionError { next_reconnection: Instant { tv_sec: 401343, tv_nsec: 735081000 } }
2025-02-15T05:05:18.636576+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T05:05:18.636852+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T05:05:19.136846+02:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2025-02-15T05:05:19.5779+02:00 [INFO] add_connection;
2025-02-15T05:05:19.579011+02:00 [INFO] set status on client 151776: Connected { peer_id: PeerId { owner_id: 679, id: 2346496 }, connection_id: ConnectionId { owner_id: 0, id: 33 } }
2025-02-15T05:23:06.203877+02:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: IO error: Connection reset by peer (os error 54)
    1: Connection reset by peer (os error 54)
2025-02-15T05:23:06.20456+02:00 [INFO] set status on client 151776: ConnectionLost
2025-02-15T05:23:06.205068+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T05:23:06.205272+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T05:23:06.693854+02:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2025-02-15T05:23:07.130119+02:00 [INFO] add_connection;
2025-02-15T05:23:07.131246+02:00 [INFO] set status on client 151776: Connected { peer_id: PeerId { owner_id: 679, id: 2359899 }, connection_id: ConnectionId { owner_id: 0, id: 34 } }
2025-02-15T05:23:07.654115+02:00 [INFO] Language server with id 0 sent unhandled notification featureFlagsNotification:
{
  "rt": false,
  "sn": false,
  "chat": true,
  "ic": true,
  "ep": false,
  "pc": false,
  "x": true
}
2025-02-15T05:41:09.179137+02:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: IO error: Connection reset by peer (os error 54)
    1: Connection reset by peer (os error 54)
2025-02-15T05:41:09.179595+02:00 [INFO] set status on client 151776: ConnectionLost
2025-02-15T05:41:09.180241+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T05:41:09.180445+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T05:41:09.624895+02:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2025-02-15T05:41:10.06854+02:00 [INFO] add_connection;
2025-02-15T05:41:10.069672+02:00 [INFO] set status on client 151776: Connected { peer_id: PeerId { owner_id: 679, id: 2373313 }, connection_id: ConnectionId { owner_id: 0, id: 35 } }
2025-02-15T06:02:24.360586+02:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: IO error: Connection reset by peer (os error 54)
    1: Connection reset by peer (os error 54)
2025-02-15T06:02:24.361025+02:00 [INFO] set status on client 151776: ConnectionLost
2025-02-15T06:02:24.361545+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T06:02:24.361746+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T06:02:24.771095+02:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2025-02-15T06:02:25.20212+02:00 [INFO] add_connection;
2025-02-15T06:02:25.202937+02:00 [INFO] set status on client 151776: Connected { peer_id: PeerId { owner_id: 679, id: 2389509 }, connection_id: ConnectionId { owner_id: 0, id: 36 } }
2025-02-15T06:02:25.822577+02:00 [INFO] Language server with id 0 sent unhandled notification featureFlagsNotification:
{
  "rt": false,
  "sn": false,
  "chat": true,
  "ic": true,
  "ep": false,
  "pc": false,
  "x": true
}
2025-02-15T06:21:16.304521+02:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: IO error: Connection reset by peer (os error 54)
    1: Connection reset by peer (os error 54)
2025-02-15T06:21:16.304911+02:00 [INFO] set status on client 151776: ConnectionLost
2025-02-15T06:21:16.305515+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T06:21:16.305714+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T06:21:16.903376+02:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2025-02-15T06:21:17.358733+02:00 [INFO] add_connection;
2025-02-15T06:21:17.359641+02:00 [INFO] set status on client 151776: Connected { peer_id: PeerId { owner_id: 679, id: 2403662 }, connection_id: ConnectionId { owner_id: 0, id: 37 } }
2025-02-15T06:38:32.223262+02:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: IO error: Connection reset by peer (os error 54)
    1: Connection reset by peer (os error 54)
2025-02-15T06:38:32.224198+02:00 [INFO] set status on client 151776: ConnectionLost
2025-02-15T06:38:32.224702+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T06:38:32.224899+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T06:38:32.91649+02:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2025-02-15T06:38:33.358566+02:00 [INFO] add_connection;
2025-02-15T06:38:33.359824+02:00 [INFO] set status on client 151776: Connected { peer_id: PeerId { owner_id: 679, id: 2416544 }, connection_id: ConnectionId { owner_id: 0, id: 38 } }
2025-02-15T06:38:34.091393+02:00 [INFO] Language server with id 0 sent unhandled notification featureFlagsNotification:
{
  "rt": false,
  "sn": false,
  "chat": true,
  "ic": true,
  "ep": false,
  "pc": false,
  "x": true
}
2025-02-15T06:48:18.111809+02:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: IO error: Connection reset by peer (os error 54)
    1: Connection reset by peer (os error 54)
2025-02-15T06:48:18.112218+02:00 [INFO] set status on client 151776: ConnectionLost
2025-02-15T06:48:18.11279+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T06:48:18.113325+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T06:48:18.12068+02:00 [INFO] set status on client 151776: ConnectionError
2025-02-15T06:48:18.120889+02:00 [ERROR] failed to connect error sending request for url (https://zed.dev/rpc)
2025-02-15T06:48:18.121052+02:00 [INFO] set status on client 151776: ReconnectionError { next_reconnection: Instant { tv_sec: 402274, tv_nsec: 537334750 } }
2025-02-15T06:48:18.647472+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T06:48:18.648305+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T06:48:19.256622+02:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2025-02-15T06:48:20.081141+02:00 [INFO] add_connection;
2025-02-15T06:48:20.092605+02:00 [INFO] set status on client 151776: Connected { peer_id: PeerId { owner_id: 679, id: 2423712 }, connection_id: ConnectionId { owner_id: 0, id: 39 } }
2025-02-15T07:04:13.587637+02:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: IO error: Connection reset by peer (os error 54)
    1: Connection reset by peer (os error 54)
2025-02-15T07:04:13.58806+02:00 [INFO] set status on client 151776: ConnectionLost
2025-02-15T07:04:13.588565+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T07:04:13.588773+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T07:04:13.596057+02:00 [INFO] set status on client 151776: ConnectionError
2025-02-15T07:04:13.596317+02:00 [ERROR] failed to connect error sending request for url (https://zed.dev/rpc)
2025-02-15T07:04:13.596525+02:00 [INFO] set status on client 151776: ReconnectionError { next_reconnection: Instant { tv_sec: 402321, tv_nsec: 515759125 } }
2025-02-15T07:04:14.1057+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T07:04:14.105866+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T07:04:14.536654+02:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2025-02-15T07:04:15.151546+02:00 [INFO] add_connection;
2025-02-15T07:04:15.152778+02:00 [INFO] set status on client 151776: Connected { peer_id: PeerId { owner_id: 679, id: 2435933 }, connection_id: ConnectionId { owner_id: 0, id: 40 } }
2025-02-15T07:04:15.871681+02:00 [INFO] Language server with id 0 sent unhandled notification featureFlagsNotification:
{
  "rt": false,
  "sn": false,
  "chat": true,
  "ic": true,
  "ep": false,
  "pc": false,
  "x": true
}
2025-02-15T07:10:21.216526+02:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: IO error: Connection reset by peer (os error 54)
    1: Connection reset by peer (os error 54)
2025-02-15T07:10:21.216944+02:00 [INFO] set status on client 151776: ConnectionLost
2025-02-15T07:10:21.217455+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T07:10:21.217652+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T07:10:21.664005+02:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2025-02-15T07:10:22.121342+02:00 [INFO] add_connection;
2025-02-15T07:10:22.122111+02:00 [INFO] set status on client 151776: Connected { peer_id: PeerId { owner_id: 679, id: 2440533 }, connection_id: ConnectionId { owner_id: 0, id: 41 } }
2025-02-15T07:20:18.574253+02:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: IO error: Connection reset by peer (os error 54)
    1: Connection reset by peer (os error 54)
2025-02-15T07:20:18.575019+02:00 [INFO] set status on client 151776: ConnectionLost
2025-02-15T07:20:18.575685+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T07:20:18.57599+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T07:20:19.698998+02:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2025-02-15T07:20:20.175788+02:00 [INFO] add_connection;
2025-02-15T07:20:20.176666+02:00 [INFO] set status on client 151776: Connected { peer_id: PeerId { owner_id: 679, id: 2448075 }, connection_id: ConnectionId { owner_id: 0, id: 42 } }
2025-02-15T07:26:16.07105+02:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: IO error: Connection reset by peer (os error 54)
    1: Connection reset by peer (os error 54)
2025-02-15T07:26:16.071467+02:00 [INFO] set status on client 151776: ConnectionLost
2025-02-15T07:26:16.071944+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T07:26:16.07215+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T07:26:16.467408+02:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2025-02-15T07:26:16.906952+02:00 [INFO] add_connection;
2025-02-15T07:26:16.908263+02:00 [INFO] set status on client 151776: Connected { peer_id: PeerId { owner_id: 679, id: 2452476 }, connection_id: ConnectionId { owner_id: 0, id: 43 } }
2025-02-15T07:44:24.201271+02:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: IO error: Connection reset by peer (os error 54)
    1: Connection reset by peer (os error 54)
2025-02-15T07:44:24.201912+02:00 [INFO] set status on client 151776: ConnectionLost
2025-02-15T07:44:24.20241+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T07:44:24.20261+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T07:44:25.040081+02:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2025-02-15T07:44:25.500066+02:00 [INFO] add_connection;
2025-02-15T07:44:25.50086+02:00 [INFO] set status on client 151776: Connected { peer_id: PeerId { owner_id: 679, id: 2465943 }, connection_id: ConnectionId { owner_id: 0, id: 44 } }
2025-02-15T07:44:26.041335+02:00 [INFO] Language server with id 0 sent unhandled notification featureFlagsNotification:
{
  "rt": false,
  "sn": false,
  "chat": true,
  "ic": true,
  "ep": false,
  "pc": false,
  "x": true
}
2025-02-15T08:03:27.216262+02:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: IO error: Connection reset by peer (os error 54)
    1: Connection reset by peer (os error 54)
2025-02-15T08:03:27.216696+02:00 [INFO] set status on client 151776: ConnectionLost
2025-02-15T08:03:27.217203+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T08:03:27.217412+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T08:03:27.72515+02:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2025-02-15T08:03:28.166797+02:00 [INFO] add_connection;
2025-02-15T08:03:28.168042+02:00 [INFO] set status on client 151776: Connected { peer_id: PeerId { owner_id: 679, id: 2480623 }, connection_id: ConnectionId { owner_id: 0, id: 45 } }
2025-02-15T08:20:33.10723+02:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: IO error: Connection reset by peer (os error 54)
    1: Connection reset by peer (os error 54)
2025-02-15T08:20:33.107652+02:00 [INFO] set status on client 151776: ConnectionLost
2025-02-15T08:20:33.108183+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T08:20:33.108432+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T08:20:33.128191+02:00 [INFO] set status on client 151776: ConnectionError
2025-02-15T08:20:33.128473+02:00 [ERROR] failed to connect error sending request for url (https://zed.dev/rpc)
2025-02-15T08:20:33.128669+02:00 [INFO] set status on client 151776: ReconnectionError { next_reconnection: Instant { tv_sec: 402982, tv_nsec: 523072875 } }
2025-02-15T08:20:34.102525+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T08:20:34.616721+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T08:20:34.798694+02:00 [INFO] Language server with id 0 sent unhandled notification featureFlagsNotification:
{
  "rt": false,
  "sn": false,
  "chat": true,
  "ic": true,
  "ep": false,
  "pc": false,
  "x": true
}
2025-02-15T08:20:36.657263+02:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2025-02-15T08:20:38.5303+02:00 [INFO] add_connection;
2025-02-15T08:20:38.604298+02:00 [INFO] set status on client 151776: Connected { peer_id: PeerId { owner_id: 679, id: 2493557 }, connection_id: ConnectionId { owner_id: 0, id: 46 } }
2025-02-15T08:38:13.170948+02:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: IO error: Connection reset by peer (os error 54)
    1: Connection reset by peer (os error 54)
2025-02-15T08:38:13.171371+02:00 [INFO] set status on client 151776: ConnectionLost
2025-02-15T08:38:13.171876+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T08:38:13.17214+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T08:38:13.730985+02:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2025-02-15T08:38:14.189759+02:00 [INFO] add_connection;
2025-02-15T08:38:14.191019+02:00 [INFO] set status on client 151776: Connected { peer_id: PeerId { owner_id: 679, id: 2506872 }, connection_id: ConnectionId { owner_id: 0, id: 47 } }
2025-02-15T08:54:58.143763+02:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: IO error: Connection reset by peer (os error 54)
    1: Connection reset by peer (os error 54)
2025-02-15T08:54:58.144172+02:00 [INFO] set status on client 151776: ConnectionLost
2025-02-15T08:54:58.144675+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T08:54:58.144877+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T08:54:58.150554+02:00 [INFO] set status on client 151776: ConnectionError
2025-02-15T08:54:58.15085+02:00 [ERROR] failed to connect error sending request for url (https://zed.dev/rpc)
2025-02-15T08:54:58.151048+02:00 [INFO] set status on client 151776: ReconnectionError { next_reconnection: Instant { tv_sec: 403164, tv_nsec: 515443875 } }
2025-02-15T08:54:58.687198+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T08:54:58.687501+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T08:54:59.26523+02:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2025-02-15T08:55:01.493014+02:00 [INFO] add_connection;
2025-02-15T08:55:01.506566+02:00 [INFO] set status on client 151776: Connected { peer_id: PeerId { owner_id: 679, id: 2519455 }, connection_id: ConnectionId { owner_id: 0, id: 48 } }
2025-02-15T08:55:02.228377+02:00 [INFO] Language server with id 0 sent unhandled notification featureFlagsNotification:
{
  "rt": false,
  "sn": false,
  "chat": true,
  "ic": true,
  "ep": false,
  "pc": false,
  "x": true
}
2025-02-15T09:05:14.512928+02:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: IO error: Connection reset by peer (os error 54)
    1: Connection reset by peer (os error 54)
2025-02-15T09:05:14.513924+02:00 [INFO] set status on client 151776: ConnectionLost
2025-02-15T09:05:14.51443+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T09:05:14.514642+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T09:05:15.206204+02:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2025-02-15T09:05:16.023567+02:00 [INFO] add_connection;
2025-02-15T09:05:16.036273+02:00 [INFO] set status on client 151776: Connected { peer_id: PeerId { owner_id: 679, id: 2527518 }, connection_id: ConnectionId { owner_id: 0, id: 49 } }
2025-02-15T09:20:02.510224+02:00 [INFO] Language server with id 0 sent unhandled notification featureFlagsNotification:
{
  "rt": false,
  "sn": false,
  "chat": true,
  "ic": true,
  "ep": false,
  "pc": false,
  "x": true
}
2025-02-15T09:46:45.118057+02:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: IO error: Connection reset by peer (os error 54)
    1: Connection reset by peer (os error 54)
2025-02-15T09:46:45.118459+02:00 [INFO] set status on client 151776: ConnectionLost
2025-02-15T09:46:45.118963+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T09:46:45.119216+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T09:46:45.788116+02:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2025-02-15T09:46:46.232864+02:00 [INFO] add_connection;
2025-02-15T09:46:46.23402+02:00 [INFO] set status on client 151776: Connected { peer_id: PeerId { owner_id: 679, id: 2558686 }, connection_id: ConnectionId { owner_id: 0, id: 50 } }
2025-02-15T09:46:46.938407+02:00 [INFO] Language server with id 0 sent unhandled notification featureFlagsNotification:
{
  "rt": false,
  "sn": false,
  "chat": true,
  "ic": true,
  "ep": false,
  "pc": false,
  "x": true
}
2025-02-15T10:02:00.100827+02:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: IO error: Connection reset by peer (os error 54)
    1: Connection reset by peer (os error 54)
2025-02-15T10:02:00.101267+02:00 [INFO] set status on client 151776: ConnectionLost
2025-02-15T10:02:00.10173+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T10:02:00.101871+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T10:02:00.109767+02:00 [INFO] set status on client 151776: ConnectionError
2025-02-15T10:02:00.109946+02:00 [ERROR] failed to connect error sending request for url (https://zed.dev/rpc)
2025-02-15T10:02:00.110103+02:00 [INFO] set status on client 151776: ReconnectionError { next_reconnection: Instant { tv_sec: 404753, tv_nsec: 757670166 } }
2025-02-15T10:02:00.613048+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T10:02:00.613248+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T10:02:01.102691+02:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2025-02-15T10:02:01.548886+02:00 [INFO] add_connection;
2025-02-15T10:02:01.549633+02:00 [INFO] set status on client 151776: Connected { peer_id: PeerId { owner_id: 679, id: 2570488 }, connection_id: ConnectionId { owner_id: 0, id: 51 } }
2025-02-15T10:07:58.660088+02:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: IO error: Connection reset by peer (os error 54)
    1: Connection reset by peer (os error 54)
2025-02-15T10:07:58.6605+02:00 [INFO] set status on client 151776: ConnectionLost
2025-02-15T10:07:58.661111+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T10:07:58.661343+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T10:07:58.912683+02:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2025-02-15T10:07:59.523714+02:00 [INFO] add_connection;
2025-02-15T10:07:59.548393+02:00 [INFO] set status on client 151776: Connected { peer_id: PeerId { owner_id: 679, id: 2575119 }, connection_id: ConnectionId { owner_id: 0, id: 52 } }
2025-02-15T10:11:52.664028+02:00 [INFO] Language server with id 0 sent unhandled notification featureFlagsNotification:
{
  "rt": false,
  "sn": false,
  "chat": true,
  "ic": true,
  "ep": false,
  "pc": false,
  "x": true
}
2025-02-15T10:35:03.504626+02:00 [ERROR] oneshot canceled
2025-02-15T10:35:03.50495+02:00 [ERROR] oneshot canceled
2025-02-15T10:35:03.505049+02:00 [ERROR] oneshot canceled
2025-02-15T10:35:06.115557+02:00 [INFO] ========== starting zed ==========
2025-02-15T10:35:06.189957+02:00 [INFO] Opening main db
2025-02-15T10:35:06.193008+02:00 [INFO] Opening main db
2025-02-15T10:35:06.223513+02:00 [INFO] Using git binary path: Some("/Applications/Zed.app/Contents/MacOS/git")
2025-02-15T10:35:06.350766+02:00 [ERROR] theme not found: One Dark Pro
2025-02-15T10:35:06.350863+02:00 [ERROR] icon theme not found: Material Icon Theme
2025-02-15T10:35:06.353056+02:00 [INFO] No prompt template overrides directory found at /Users/utopiaeh/.config/zed/prompt_overrides. Using built-in prompts.
2025-02-15T10:35:06.355758+02:00 [INFO] extensions updated. loading 15, reloading 0, unloading 0
2025-02-15T10:35:06.404711+02:00 [INFO] Opening main db
2025-02-15T10:35:06.409569+02:00 [WARN] Theme "One Dark Pro" is using a deprecated style property: scrollbar_thumb.background. Use `scrollbar.thumb.background` instead.
2025-02-15T10:35:06.411464+02:00 [ERROR] icon theme not found: Material Icon Theme
2025-02-15T10:35:06.416407+02:00 [INFO] building git repository, `.git` path in the worktree: ".git"
2025-02-15T10:35:06.454913+02:00 [INFO] Opening main db
2025-02-15T10:35:06.460288+02:00 [INFO] set status on client 0: Authenticating
2025-02-15T10:35:06.46131+02:00 [INFO] Opening main db
2025-02-15T10:35:06.463673+02:00 [INFO] set status on client 151776: Connecting
2025-02-15T10:35:06.508417+02:00 [INFO] attempting to start language server "gopls", path: "/Users/utopiaeh/Developer/projects/gym-bros", id: 1
2025-02-15T10:35:06.792895+02:00 [INFO] installing extension one-dark-pro 0.0.9
2025-02-15T10:35:06.85238+02:00 [INFO] starting language server process. binary path: "/opt/homebrew/bin/node", working directory: "/", args: ["/Users/utopiaeh/Library/Application Support/Zed/copilot/copilot-v0.7.0/dist/language-server.js", "--stdio"]
2025-02-15T10:35:06.87909+02:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2025-02-15T10:35:07.321495+02:00 [INFO] add_connection;
2025-02-15T10:35:07.330582+02:00 [INFO] set status on client 151776: Connected { peer_id: PeerId { owner_id: 679, id: 2595791 }, connection_id: ConnectionId { owner_id: 0, id: 0 } }
2025-02-15T10:35:07.385758+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[lsp] GitHub Copilot Language Server 1.236.0 initialized"
}
2025-02-15T10:35:07.385939+02:00 [INFO] Language server with id 0 sent unhandled notification workspace/configuration:
{
  "items": [
    {
      "section": "github.copilot"
    },
    {
      "section": "github-enterprise"
    },
    {
      "section": "http"
    },
    {
      "section": "telemetry"
    }
  ]
}
2025-02-15T10:35:07.394362+02:00 [INFO] set environment variables from shell:/bin/zsh, path:/opt/homebrew/opt/postgresql@17/bin:/opt/homebrew/bin:/opt/homebrew/opt/openjdk/bin:/Users/utopiaeh/.nvm/versions/node/v20.18.0/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/Users/utopiaeh/Library/Python/3.13/bin:/opt/homebrew/opt/postgresql@17/bin:/opt/homebrew/opt/openjdk/bin:/Users/utopiaeh/.nvm/versions/node/v20.18.0/bin:/Users/utopiaeh/.cargo/bin:/Users/utopiaeh/Library/Application Support/JetBrains/Toolbox/scripts:/Users/utopiaeh/.local/bin:/Users/utopiaeh/Library/pnpm:/Users/utopiaeh/.oh-my-zsh/custom/plugins/fzf-zsh-plugin/bin:/Users/utopiaeh/.fzf/bin:/Users/utopiaeh/Library/Application Support/JetBrains/Toolbox/scripts:/Users/utopiaeh/.local/bin:/Users/utopiaeh/.oh-my-zsh/custom/plugins/fzf-zsh-plugin/bin:/Users/utopiaeh/.local/bin
2025-02-15T10:35:07.481137+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[certificates] Removed 5 expired certificates"
}
2025-02-15T10:35:07.528142+02:00 [INFO] using project environment variables shell launched in "/Users/utopiaeh/Developer/projects/gym-bros". PATH="/opt/homebrew/opt/postgresql@17/bin:/opt/homebrew/bin:/opt/homebrew/opt/openjdk/bin:/Users/utopiaeh/.nvm/versions/node/v20.18.0/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/Users/utopiaeh/Library/Python/3.13/bin:/opt/homebrew/opt/postgresql@17/bin:/opt/homebrew/opt/openjdk/bin:/Users/utopiaeh/.nvm/versions/node/v20.18.0/bin:/Users/utopiaeh/.cargo/bin:/Users/utopiaeh/Library/Application Support/JetBrains/Toolbox/scripts:/Users/utopiaeh/.local/bin:/Users/utopiaeh/Library/pnpm:/Users/utopiaeh/.oh-my-zsh/custom/plugins/fzf-zsh-plugin/bin:/Users/utopiaeh/.fzf/bin:/Users/utopiaeh/Library/Application Support/JetBrains/Toolbox/scripts:/Users/utopiaeh/.local/bin:/Users/utopiaeh/.oh-my-zsh/custom/plugins/fzf-zsh-plugin/bin:/Users/utopiaeh/.local/bin"
2025-02-15T10:35:07.528445+02:00 [INFO] fetching latest version of language server "gopls"
2025-02-15T10:35:07.634129+02:00 [WARN] Theme "One Dark Pro" is using a deprecated style property: scrollbar_thumb.background. Use `scrollbar.thumb.background` instead.
2025-02-15T10:35:07.636173+02:00 [INFO] rebuilt extension index in 17.0055ms
2025-02-15T10:35:07.636281+02:00 [INFO] extensions updated. loading 0, reloading 1, unloading 0
2025-02-15T10:35:07.641658+02:00 [WARN] Theme "One Dark Pro" is using a deprecated style property: scrollbar_thumb.background. Use `scrollbar.thumb.background` instead.
2025-02-15T10:35:07.946798+02:00 [INFO] Language server with id 0 sent unhandled notification featureFlagsNotification:
{
  "rt": false,
  "sn": false,
  "chat": true,
  "ic": true,
  "ep": false,
  "pc": false,
  "x": true
}
2025-02-15T10:35:07.946908+02:00 [INFO] Language server with id 0 sent unhandled notification conversation/preconditionsNotification:
{
  "results": [
    {
      "type": "chat_enabled",
      "status": "ok"
    }
  ],
  "status": "ok"
}
2025-02-15T10:35:07.987004+02:00 [INFO] downloading language server "gopls"
2025-02-15T10:35:07.994058+02:00 [INFO] starting language server process. binary path: "/Users/utopiaeh/Library/Application Support/Zed/languages/gopls/gopls_0.17.1_go_1.23.5", working directory: "/Users/utopiaeh/Developer/projects/gym-bros", args: ["-mode=stdio"]
2025-02-15T10:35:09.75125+02:00 [INFO] Initializing default prettier with plugins {}
2025-02-15T10:35:36.721791+02:00 [INFO] downloaded update. path:"/var/folders/c9/g2km031d103dp2sc_b3w73m40000gn/T/zed-auto-updateuUqxL0/Zed.dmg"
2025-02-15T10:35:40.79547+02:00 [INFO] Successfully unmounted the disk image
2025-02-15T10:35:41.768435+02:00 [ERROR] oneshot canceled
2025-02-15T10:35:43.232595+02:00 [INFO] ========== starting zed ==========
2025-02-15T10:35:43.303592+02:00 [INFO] Opening main db
2025-02-15T10:35:43.306433+02:00 [INFO] Opening main db
2025-02-15T10:35:43.335611+02:00 [INFO] Using git binary path: Some("/Applications/Zed.app/Contents/MacOS/git")
2025-02-15T10:35:43.453756+02:00 [ERROR] theme not found: One Dark Pro
2025-02-15T10:35:43.453871+02:00 [ERROR] icon theme not found: Material Icon Theme
2025-02-15T10:35:43.455797+02:00 [INFO] No prompt template overrides directory found at /Users/utopiaeh/.config/zed/prompt_overrides. Using built-in prompts.
2025-02-15T10:35:43.458329+02:00 [INFO] extensions updated. loading 15, reloading 0, unloading 0
2025-02-15T10:35:43.497579+02:00 [INFO] Opening main db
2025-02-15T10:35:43.502796+02:00 [WARN] Theme "One Dark Pro" is using a deprecated style property: scrollbar_thumb.background. Use `scrollbar.thumb.background` instead.
2025-02-15T10:35:43.503206+02:00 [ERROR] theme not found: One Dark Pro
2025-02-15T10:35:43.503348+02:00 [ERROR] icon theme not found: Material Icon Theme
2025-02-15T10:35:43.506483+02:00 [INFO] building git repository, `.git` path in the worktree: ".git"
2025-02-15T10:35:43.540544+02:00 [INFO] Opening main db
2025-02-15T10:35:43.544798+02:00 [INFO] set status on client 0: Authenticating
2025-02-15T10:35:43.545768+02:00 [INFO] Opening main db
2025-02-15T10:35:43.548143+02:00 [INFO] set status on client 151776: Connecting
2025-02-15T10:35:43.61373+02:00 [INFO] attempting to start language server "gopls", path: "/Users/utopiaeh/Developer/projects/gym-bros", id: 1
2025-02-15T10:35:43.768812+02:00 [INFO] starting language server process. binary path: "/opt/homebrew/bin/node", working directory: "/", args: ["/Users/utopiaeh/Library/Application Support/Zed/copilot/copilot-v0.7.0/dist/language-server.js", "--stdio"]
2025-02-15T10:35:43.945371+02:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2025-02-15T10:35:44.317043+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[lsp] GitHub Copilot Language Server 1.236.0 initialized"
}
2025-02-15T10:35:44.317251+02:00 [INFO] Language server with id 0 sent unhandled notification workspace/configuration:
{
  "items": [
    {
      "section": "github.copilot"
    },
    {
      "section": "github-enterprise"
    },
    {
      "section": "http"
    },
    {
      "section": "telemetry"
    }
  ]
}
2025-02-15T10:35:44.37028+02:00 [INFO] set environment variables from shell:/bin/zsh, path:/opt/homebrew/opt/postgresql@17/bin:/opt/homebrew/bin:/opt/homebrew/opt/openjdk/bin:/Users/utopiaeh/.nvm/versions/node/v20.18.0/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/Users/utopiaeh/Library/Python/3.13/bin:/opt/homebrew/opt/postgresql@17/bin:/opt/homebrew/opt/openjdk/bin:/Users/utopiaeh/.nvm/versions/node/v20.18.0/bin:/Users/utopiaeh/.cargo/bin:/Users/utopiaeh/Library/Application Support/JetBrains/Toolbox/scripts:/Users/utopiaeh/.local/bin:/Users/utopiaeh/Library/pnpm:/Users/utopiaeh/.oh-my-zsh/custom/plugins/fzf-zsh-plugin/bin:/Users/utopiaeh/.fzf/bin:/Users/utopiaeh/Library/Application Support/JetBrains/Toolbox/scripts:/Users/utopiaeh/.local/bin:/Users/utopiaeh/.oh-my-zsh/custom/plugins/fzf-zsh-plugin/bin:/Users/utopiaeh/.local/bin
2025-02-15T10:35:44.396992+02:00 [INFO] add_connection;
2025-02-15T10:35:44.397341+02:00 [INFO] set status on client 151776: Connected { peer_id: PeerId { owner_id: 679, id: 2596276 }, connection_id: ConnectionId { owner_id: 0, id: 0 } }
2025-02-15T10:35:44.410225+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[certificates] Removed 5 expired certificates"
}
2025-02-15T10:35:44.643636+02:00 [INFO] using project environment variables shell launched in "/Users/utopiaeh/Developer/projects/gym-bros". PATH="/opt/homebrew/opt/postgresql@17/bin:/opt/homebrew/bin:/opt/homebrew/opt/openjdk/bin:/Users/utopiaeh/.nvm/versions/node/v20.18.0/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/Users/utopiaeh/Library/Python/3.13/bin:/opt/homebrew/opt/postgresql@17/bin:/opt/homebrew/opt/openjdk/bin:/Users/utopiaeh/.nvm/versions/node/v20.18.0/bin:/Users/utopiaeh/.cargo/bin:/Users/utopiaeh/Library/Application Support/JetBrains/Toolbox/scripts:/Users/utopiaeh/.local/bin:/Users/utopiaeh/Library/pnpm:/Users/utopiaeh/.oh-my-zsh/custom/plugins/fzf-zsh-plugin/bin:/Users/utopiaeh/.fzf/bin:/Users/utopiaeh/Library/Application Support/JetBrains/Toolbox/scripts:/Users/utopiaeh/.local/bin:/Users/utopiaeh/.oh-my-zsh/custom/plugins/fzf-zsh-plugin/bin:/Users/utopiaeh/.local/bin"
2025-02-15T10:35:44.643963+02:00 [INFO] fetching latest version of language server "gopls"
2025-02-15T10:35:44.868542+02:00 [INFO] Language server with id 0 sent unhandled notification featureFlagsNotification:
{
  "rt": false,
  "sn": false,
  "chat": true,
  "ic": true,
  "ep": false,
  "pc": false,
  "x": true
}
2025-02-15T10:35:44.868663+02:00 [INFO] Language server with id 0 sent unhandled notification conversation/preconditionsNotification:
{
  "results": [
    {
      "type": "chat_enabled",
      "status": "ok"
    }
  ],
  "status": "ok"
}
2025-02-15T10:35:45.060169+02:00 [INFO] downloading language server "gopls"
2025-02-15T10:35:45.068225+02:00 [INFO] starting language server process. binary path: "/Users/utopiaeh/Library/Application Support/Zed/languages/gopls/gopls_0.17.1_go_1.23.5", working directory: "/Users/utopiaeh/Developer/projects/gym-bros", args: ["-mode=stdio"]
2025-02-15T10:35:46.155822+02:00 [INFO] Initializing default prettier with plugins {}
2025-02-15T10:39:46.719954+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 378 ms"
}
2025-02-15T10:39:46.721165+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T10:39:46.72131+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [fa6b99ef-a36f-4b42-911c-384d8c54953f] model deployment ID: [d127-20250130182255]"
}
2025-02-15T10:39:53.162752+02:00 [WARN] Get definition via gopls failed: failed to resolve import "gym-bros/internal/workout/models"
2025-02-15T10:40:23.919948+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 1911 ms"
}
2025-02-15T10:40:23.920338+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T10:40:23.920501+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [ca02a7f4-4e4a-43ae-b60b-54e348cd4700] model deployment ID: [d130-20250130205815]"
}
2025-02-15T11:05:23.917087+02:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: IO error: Connection reset by peer (os error 54)
    1: Connection reset by peer (os error 54)
2025-02-15T11:05:23.917781+02:00 [INFO] set status on client 151776: ConnectionLost
2025-02-15T11:05:23.918297+02:00 [INFO] set status on client 151776: Reauthenticating
2025-02-15T11:05:23.918528+02:00 [INFO] set status on client 151776: Reconnecting
2025-02-15T11:05:24.436916+02:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2025-02-15T11:05:24.882321+02:00 [INFO] add_connection;
2025-02-15T11:05:24.882765+02:00 [INFO] set status on client 151776: Connected { peer_id: PeerId { owner_id: 679, id: 2618959 }, connection_id: ConnectionId { owner_id: 0, id: 1 } }
2025-02-15T11:05:25.836884+02:00 [INFO] Language server with id 0 sent unhandled notification featureFlagsNotification:
{
  "rt": false,
  "sn": false,
  "chat": true,
  "ic": true,
  "ep": false,
  "pc": false,
  "x": true
}
2025-02-15T11:06:46.310306+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 444 ms"
}
2025-02-15T11:06:46.311047+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T11:06:46.31127+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [23b558d5-9803-43c4-bb2b-59dd4cf83fa9] model deployment ID: [d142-20250131070852]"
}
2025-02-15T11:06:47.913595+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[ghostText] Filtered out solution matching next line"
}
2025-02-15T11:07:13.739083+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 270 ms"
}
2025-02-15T11:07:13.739923+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T11:07:13.740217+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [5ae41cae-f06f-4481-af59-0b357c45a73d] model deployment ID: [d110-20250128181550]"
}
2025-02-15T11:07:15.480603+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 155 ms"
}
2025-02-15T11:07:15.480759+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T11:07:15.480864+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [21bf0e29-b87b-4419-9984-71f0583d639e] model deployment ID: [d109-20250128042432]"
}
2025-02-15T11:07:29.043576+02:00 [WARN] Get hover via gopls failed: no package data for import "gym-bros/internal/workout/models"
2025-02-15T11:07:29.04392+02:00 [ERROR] Get hover via gopls failed: no package data for import "gym-bros/internal/workout/models"
2025-02-15T11:07:33.145237+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 177 ms"
}
2025-02-15T11:07:33.145427+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T11:07:33.145546+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [b157060d-6069-49d0-aa7b-7930901c3401] model deployment ID: [d116-20250130020708]"
}
2025-02-15T11:07:39.476107+02:00 [WARN] Find all references via gopls failed: no identifier found
2025-02-15T11:07:39.509403+02:00 [ERROR] Find all references via gopls failed: no identifier found
2025-02-15T11:07:39.526178+02:00 [WARN] Find all references via gopls failed: no identifier found
2025-02-15T11:07:39.551152+02:00 [ERROR] Find all references via gopls failed: no identifier found
2025-02-15T11:07:43.477788+02:00 [WARN] Find all references via gopls failed: no identifier found
2025-02-15T11:07:43.47812+02:00 [ERROR] Find all references via gopls failed: no identifier found
2025-02-15T11:07:43.478522+02:00 [WARN] Find all references via gopls failed: no identifier found
2025-02-15T11:07:43.478665+02:00 [ERROR] Find all references via gopls failed: no identifier found
2025-02-15T11:07:52.362391+02:00 [WARN] Find all references via gopls failed: no identifier found
2025-02-15T11:07:52.362626+02:00 [ERROR] Find all references via gopls failed: no identifier found
2025-02-15T11:07:52.367845+02:00 [WARN] Find all references via gopls failed: no identifier found
2025-02-15T11:07:52.368118+02:00 [ERROR] Find all references via gopls failed: no identifier found
2025-02-15T11:07:53.812022+02:00 [WARN] Find all references via gopls failed: no identifier found
2025-02-15T11:07:53.812742+02:00 [ERROR] Find all references via gopls failed: no identifier found
2025-02-15T11:08:15.280744+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 169 ms"
}
2025-02-15T11:08:15.281437+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T11:08:15.281774+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [2c72926f-98af-458a-8c91-a8e56c263e61] model deployment ID: [d111-20250128192645]"
}
2025-02-15T11:08:16.747714+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 265 ms"
}
2025-02-15T11:08:16.748103+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T11:08:16.748275+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [db506a16-ca67-4aa8-8018-182207c5453a] model deployment ID: [d138-20250131034459]"
}
2025-02-15T11:08:17.492614+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[ghostText] Filtered out solution matching next line"
}
2025-02-15T11:09:06.201497+02:00 [INFO] open paths ["/Users/utopiaeh/.config/zed/settings.json"]
2025-02-15T11:09:06.238038+02:00 [INFO] attempting to start language server "json-language-server", path: "/Users/utopiaeh/.config/zed/settings.json", id: 2
2025-02-15T11:09:06.238219+02:00 [INFO] Initializing default prettier with plugins {}
2025-02-15T11:10:41.27881+02:00 [WARN] Get hover via gopls failed: no package data for file:///Users/utopiaeh/Developer/projects/gym-bros/internal/routes/routes.go
2025-02-15T11:10:41.279043+02:00 [ERROR] Get hover via gopls failed: no package data for file:///Users/utopiaeh/Developer/projects/gym-bros/internal/routes/routes.go
2025-02-15T11:11:09.277251+02:00 [ERROR] Formatting failed: failed to format via language server: 15:70: missing ',' in argument list (and 2 more errors)
2025-02-15T11:11:09.277398+02:00 [ERROR] failed to format via language server

Caused by:
    15:70: missing ',' in argument list (and 2 more errors)
2025-02-15T11:11:20.354633+02:00 [ERROR] Formatting failed: failed to format via language server: 15:70: missing ',' in argument list (and 2 more errors)
2025-02-15T11:11:20.3549+02:00 [ERROR] failed to format via language server

Caused by:
    15:70: missing ',' in argument list (and 2 more errors)
2025-02-15T11:11:50.97222+02:00 [ERROR] Formatting failed: failed to format via language server: 15:70: missing ',' in argument list (and 2 more errors)
2025-02-15T11:11:50.972537+02:00 [ERROR] failed to format via language server

Caused by:
    15:70: missing ',' in argument list (and 2 more errors)
2025-02-15T11:12:29.476899+02:00 [ERROR] Formatting failed: failed to format via language server: 15:70: missing ',' in argument list (and 2 more errors)
2025-02-15T11:12:29.477069+02:00 [ERROR] failed to format via language server

Caused by:
    15:70: missing ',' in argument list (and 2 more errors)
2025-02-15T11:13:12.358505+02:00 [ERROR] Formatting failed: failed to format via language server: 15:91: expected ')', found ','
2025-02-15T11:13:12.358639+02:00 [ERROR] failed to format via language server

Caused by:
    15:91: expected ')', found ','
2025-02-15T11:13:35.000444+02:00 [ERROR] Formatting failed: failed to format via language server: 15:70: missing ',' in argument list (and 2 more errors)
2025-02-15T11:13:35.000691+02:00 [ERROR] failed to format via language server

Caused by:
    15:70: missing ',' in argument list (and 2 more errors)
2025-02-15T11:13:45.582559+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 199 ms"
}
2025-02-15T11:13:45.582921+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T11:13:45.583142+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [a4a69a13-d09a-45a6-8afe-09d20f996f36] model deployment ID: [d117-20250130032029]"
}
2025-02-15T11:13:48.674991+02:00 [ERROR] Formatting failed: failed to format via language server: 15:70: missing ',' in argument list (and 2 more errors)
2025-02-15T11:13:48.675127+02:00 [ERROR] failed to format via language server

Caused by:
    15:70: missing ',' in argument list (and 2 more errors)
2025-02-15T11:13:59.168619+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 287 ms"
}
2025-02-15T11:13:59.169202+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T11:13:59.169405+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [377d6201-44e9-4a5d-b0ea-ca3db6a7398e] model deployment ID: [d132-20250130225228]"
}
2025-02-15T11:20:26.992356+02:00 [WARN] Get definition via gopls failed: can't find definitions for file type go.mod

utopiaeh avatar Feb 15 '25 09:02 utopiaeh

Thank you for reporting the issue. I was unable to reproduce it, even with the same go.mod file you provided. Could you provide a minimal project that reproduces the issue? This would help us pinpoint the actual source of the crash.

smitbarmase avatar Feb 15 '25 10:02 smitbarmase

I don't know if it can help but I got similar behavior with rust and I discovered that it was because I was using a custom compilation/target directory and so every time I was saving a file it recompiled everything but too many files changed in the target directory and so I think zed is listening on file changes and created freeze for several seconds. You should check the memory consumption, it was very big for me

bnjjj avatar Feb 15 '25 12:02 bnjjj

Thank you for reporting the issue. I was unable to reproduce it, even with the same go.mod file you provided. Could you provide a minimal project that reproduces the issue? This would help us pinpoint the actual source of the crash.

The issue appears randomly and not every time. I will try to record the problem and send logs from that moment. Hopefully, it will help.

utopiaeh avatar Feb 15 '25 15:02 utopiaeh

Thank you for reporting the issue. I was unable to reproduce it, even with the same go.mod file you provided. Could you provide a minimal project that reproduces the issue? This would help us pinpoint the actual source of the crash.

Video confirmation and logs

https://github.com/user-attachments/assets/9398871c-14c8-4b9d-9d9c-e910b1b645b6

Zed.log
2025-02-15T17:20:15.131272+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:20:15.131456+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [0e6f6bd7-ecd0-483a-b196-57253e0894be] model deployment ID: [d250-20250201151643]"
}
2025-02-15T17:20:16.393602+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 128 ms"
}
2025-02-15T17:20:16.404566+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:20:16.407857+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [ac9d33e4-ec94-4072-adbd-80c3be26fc61] model deployment ID: [d251-20250201155450]"
}
2025-02-15T17:20:17.57276+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 159 ms"
}
2025-02-15T17:20:17.573076+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:20:17.573296+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [03be55be-9f98-413f-9a6d-f862a169442b] model deployment ID: [d251-20250201155450]"
}
2025-02-15T17:20:19.696458+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 337 ms"
}
2025-02-15T17:20:19.697304+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:20:19.697639+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [2844f4a1-4ead-4583-b4e0-2d02c488f393] model deployment ID: [d251-20250201155450]"
}
2025-02-15T17:20:26.696115+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 160 ms"
}
2025-02-15T17:20:26.696553+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:20:26.696749+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [4d7e32b6-8789-4c69-a2a5-8a4500224630] model deployment ID: [d249-20250201135115]"
}
2025-02-15T17:20:32.676569+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 186 ms"
}
2025-02-15T17:20:32.688267+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:20:32.70431+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [31ca38a6-debe-4df8-a687-981bbd98900a] model deployment ID: [d251-20250201155450]"
}
2025-02-15T17:20:33.3474+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 191 ms"
}
2025-02-15T17:20:33.347883+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:20:33.348127+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [ddab9ec7-700e-4c8b-922e-632b6087fdfd] model deployment ID: [d249-20250201135115]"
}
2025-02-15T17:21:01.079787+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 149 ms"
}
2025-02-15T17:21:01.079925+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:21:01.080004+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [0d0535c7-13b1-4e5b-aaf9-b3a32267fc17] model deployment ID: [d251-20250201155450]"
}
2025-02-15T17:21:02.371153+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 140 ms"
}
2025-02-15T17:21:02.371473+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:21:02.371583+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [608f53ab-146a-4000-a0a6-8b7c510357cd] model deployment ID: [d250-20250201151643]"
}
2025-02-15T17:21:05.73785+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 176 ms"
}
2025-02-15T17:21:05.739875+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:21:05.739996+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [2c8e5739-d723-48bb-b06e-ce41b03df62a] model deployment ID: [d236-20250201000344]"
}
2025-02-15T17:21:07.288172+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 150 ms"
}
2025-02-15T17:21:07.288471+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:21:07.288556+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [c9ac4d2a-2f3b-4371-86dc-9ed28f102063] model deployment ID: [d250-20250201151643]"
}
2025-02-15T17:21:09.038323+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 155 ms"
}
2025-02-15T17:21:09.038461+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:21:09.038552+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [4b715aa3-7f66-4886-96a5-7d51c8481df5] model deployment ID: [d251-20250201155450]"
}
2025-02-15T17:21:09.590672+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 287 ms"
}
2025-02-15T17:21:09.590925+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:21:09.591048+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [80b13cd0-2c2b-4943-9bf4-ef5bd3f0d9f5] model deployment ID: [d250-20250201151643]"
}
2025-02-15T17:21:11.462903+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 238 ms"
}
2025-02-15T17:21:11.4633+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:21:11.463417+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [45bfaa48-ea32-4ede-9829-f69812608b58] model deployment ID: [d248-20250201131238]"
}
2025-02-15T17:21:12.580803+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 139 ms"
}
2025-02-15T17:21:12.581145+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:21:12.58126+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [60c3f147-708d-4ecd-a072-ef0655914fbc] model deployment ID: [d250-20250201151643]"
}
2025-02-15T17:21:13.130161+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 235 ms"
}
2025-02-15T17:21:13.130481+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:21:13.130596+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [b874754e-37ff-48f8-aa85-0482c7e25034] model deployment ID: [d251-20250201155450]"
}
2025-02-15T17:21:13.771223+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 155 ms"
}
2025-02-15T17:21:13.771606+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:21:13.771709+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [06940a9d-c7ea-42b7-8620-ec1cd23d7c1e] model deployment ID: [d249-20250201135115]"
}
2025-02-15T17:21:14.979508+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 211 ms"
}
2025-02-15T17:21:14.979815+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:21:14.979915+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [7e8ff8a4-16e2-4f5f-b331-04d48684cdc3] model deployment ID: [d249-20250201135115]"
}
2025-02-15T17:21:16.900282+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 137 ms"
}
2025-02-15T17:21:16.903868+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:21:16.904294+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [1a95072c-3df1-46c8-b84a-adcc849195bc] model deployment ID: [d250-20250201151643]"
}
2025-02-15T17:21:19.025674+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 176 ms"
}
2025-02-15T17:21:19.026011+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:21:19.026197+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [e6cbdb51-35d0-4ad0-a539-a96edea5d563] model deployment ID: [d248-20250201131238]"
}
2025-02-15T17:21:20.797481+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 140 ms"
}
2025-02-15T17:21:20.805943+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:21:20.817241+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [7ae09f38-e22a-4d00-8076-6deb5b21b6d3] model deployment ID: [d248-20250201131238]"
}
2025-02-15T17:21:21.354541+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 134 ms"
}
2025-02-15T17:21:21.354679+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:21:21.354766+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [fa52adfd-39dc-4362-9db9-ce100d7cce72] model deployment ID: [d249-20250201135115]"
}
2025-02-15T17:21:21.913375+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 142 ms"
}
2025-02-15T17:21:21.913591+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:21:21.913675+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [6dede1fa-b9d0-4440-9ab8-0524771d62ed] model deployment ID: [d248-20250201131238]"
}
2025-02-15T17:21:23.466655+02:00 [WARN] Inlay hints via gopls failed: Inverted range provided to an LSP request: PointUtf16 { row: 31, column: 0 }-PointUtf16 { row: 4, column: 6 }
2025-02-15T17:21:23.481135+02:00 [ERROR] inlay hint update task for range failed: Error {
    context: "inlay hint fetch task",
    source: Error {
        context: "inlay hints LSP request",
        source: "Inlay hints via gopls failed: Inverted range provided to an LSP request: PointUtf16 { row: 31, column: 0 }-PointUtf16 { row: 4, column: 6 }",
    },
}
2025-02-15T17:21:24.888332+02:00 [WARN] Inlay hints via gopls failed: Inverted range provided to an LSP request: PointUtf16 { row: 20, column: 0 }-PointUtf16 { row: 15, column: 25 }
2025-02-15T17:21:24.918236+02:00 [ERROR] inlay hint update task for range failed: Error {
    context: "inlay hint fetch task",
    source: Error {
        context: "inlay hints LSP request",
        source: "Inlay hints via gopls failed: Inverted range provided to an LSP request: PointUtf16 { row: 20, column: 0 }-PointUtf16 { row: 15, column: 25 }",
    },
}
2025-02-15T17:21:36.456821+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 175 ms"
}
2025-02-15T17:21:36.463533+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:21:36.481891+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [16a51f47-1bd6-4e9c-aeed-8151d658b8db] model deployment ID: [d236-20250201000344]"
}
2025-02-15T17:21:38.951783+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 145 ms"
}
2025-02-15T17:21:38.952094+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:21:38.952276+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [018e6724-e890-4723-bd1d-a225ca6320d9] model deployment ID: [d251-20250201155450]"
}
2025-02-15T17:21:39.670925+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 144 ms"
}
2025-02-15T17:21:39.671081+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:21:39.671175+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [3dd3d2f9-a9d0-401c-92cc-0fdfce3eaba0] model deployment ID: [d249-20250201135115]"
}
2025-02-15T17:21:40.196466+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 141 ms"
}
2025-02-15T17:21:40.196715+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:21:40.196851+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [7b5c7754-f9d5-42be-b8fc-93186ac5c56c] model deployment ID: [d248-20250201131238]"
}
2025-02-15T17:22:08.072721+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 438 ms"
}
2025-02-15T17:22:08.078747+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:22:08.079135+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [0cde4961-5508-498b-8073-4fae666579df] model deployment ID: [d251-20250201155450]"
}
2025-02-15T17:22:09.500845+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 441 ms"
}
2025-02-15T17:22:09.501135+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:22:09.501254+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [4cfd407e-9268-4281-a6a8-06dd89fb6910] model deployment ID: [d248-20250201131238]"
}
2025-02-15T17:22:10.426096+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 367 ms"
}
2025-02-15T17:22:10.426801+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:22:10.426957+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [161f66ec-30d7-4dcd-922a-dfc47636f285] model deployment ID: [d236-20250201000344]"
}
2025-02-15T17:22:11.651251+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 455 ms"
}
2025-02-15T17:22:11.651931+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:22:11.652088+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [04ec5bfb-57be-48c0-afdb-721dda717057] model deployment ID: [d248-20250201131238]"
}
2025-02-15T17:22:22.511028+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 490 ms"
}
2025-02-15T17:22:22.511407+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:22:22.511529+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [c80c2f0f-0257-47f4-8fcb-aced01045e6d] model deployment ID: [d236-20250201000344]"
}
2025-02-15T17:22:25.659341+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 268 ms"
}
2025-02-15T17:22:25.659789+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:22:25.659946+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [0e969891-9400-4ad2-8fdb-0a579280e43b] model deployment ID: [d248-20250201131238]"
}
2025-02-15T17:22:27.929519+02:00 [INFO] loading command for context server postgres-context-server from extension postgres-context-server
2025-02-15T17:22:28.144+02:00 [ERROR] No such file or directory (os error 2)
2025-02-15T17:22:28.853399+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 757 ms"
}
2025-02-15T17:22:28.86028+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:22:28.876947+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [6066c0e0-759f-4041-bcff-5afa3b5b129c] model deployment ID: [d250-20250201151643]"
}
2025-02-15T17:22:55.803063+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 317 ms"
}
2025-02-15T17:22:55.803687+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:22:55.803856+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [cb0b4e0a-0a7f-4394-b880-478882a89342] model deployment ID: [d248-20250201131238]"
}
2025-02-15T17:23:48.577249+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 190 ms"
}
2025-02-15T17:23:48.584196+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:23:48.593884+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [2a77f0a7-ba5e-42d7-8367-54fd1b873d61] model deployment ID: [d236-20250201000344]"
}
2025-02-15T17:24:11.585319+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 159 ms"
}
2025-02-15T17:24:11.593639+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:24:11.610976+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [26817778-5bea-43a2-9bf2-da57cac1766a] model deployment ID: [d251-20250201155450]"
}
2025-02-15T17:24:17.360248+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 182 ms"
}
2025-02-15T17:24:17.360642+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:24:17.360785+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [2299ad29-ed25-4424-badd-e592815e5a92] model deployment ID: [d250-20250201151643]"
}
2025-02-15T17:24:17.977943+02:00 [WARN] Inlay hints via gopls failed: Inverted range provided to an LSP request: PointUtf16 { row: 31, column: 0 }-PointUtf16 { row: 29, column: 0 }
2025-02-15T17:24:17.978107+02:00 [ERROR] inlay hint update task for range failed: Error {
    context: "inlay hint fetch task",
    source: Error {
        context: "inlay hints LSP request",
        source: "Inlay hints via gopls failed: Inverted range provided to an LSP request: PointUtf16 { row: 31, column: 0 }-PointUtf16 { row: 29, column: 0 }",
    },
}
2025-02-15T17:24:43.432246+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 182 ms"
}
2025-02-15T17:24:43.432577+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:24:43.432776+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [65ff9223-6154-433e-ac5f-6dd266bb0a97] model deployment ID: [d248-20250201131238]"
}
2025-02-15T17:24:46.407644+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 140 ms"
}
2025-02-15T17:24:46.414995+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:24:46.423139+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [a71f7c09-3589-4bf8-b7d3-d55e41f65c20] model deployment ID: [d251-20250201155450]"
}
2025-02-15T17:24:48.090033+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 169 ms"
}
2025-02-15T17:24:48.090208+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:24:48.090308+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [ac0dcca8-09bf-4929-bafc-0cbb1dc3d9f7] model deployment ID: [d248-20250201131238]"
}
2025-02-15T17:26:31.452092+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 314 ms"
}
2025-02-15T17:26:31.452354+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:26:31.452476+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [a5924637-3677-4bc8-80e5-1ad2a442e9e8] model deployment ID: [d248-20250201131238]"
}
2025-02-15T17:26:33.075315+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 224 ms"
}
2025-02-15T17:26:33.079318+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:26:33.085303+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [feb73275-6091-4edd-a492-a2c2c8f3c2a2] model deployment ID: [d251-20250201155450]"
}
2025-02-15T17:28:13.267282+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 155 ms"
}
2025-02-15T17:28:13.275369+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:28:13.283536+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [630caa73-05e5-40c3-b7b9-233597094422] model deployment ID: [d248-20250201131238]"
}
2025-02-15T17:28:20.866222+02:00 [WARN] Find all references via gopls failed: no object found for "LoadEnv"
2025-02-15T17:28:20.866476+02:00 [ERROR] Find all references via gopls failed: no object found for "LoadEnv"
2025-02-15T17:28:20.866957+02:00 [WARN] Find all references via gopls failed: no object found for "LoadEnv"
2025-02-15T17:28:20.867077+02:00 [ERROR] Find all references via gopls failed: no object found for "LoadEnv"
2025-02-15T17:28:22.22686+02:00 [WARN] Find all references via gopls failed: no object found for "LoadEnv"
2025-02-15T17:28:22.227041+02:00 [ERROR] Find all references via gopls failed: no object found for "LoadEnv"
2025-02-15T17:28:22.227297+02:00 [WARN] Find all references via gopls failed: no object found for "LoadEnv"
2025-02-15T17:28:22.227435+02:00 [ERROR] Find all references via gopls failed: no object found for "LoadEnv"
2025-02-15T17:29:10.546713+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 245 ms"
}
2025-02-15T17:29:10.547837+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:29:10.548206+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [df805bb4-5b55-4290-98cf-fc6c6a9926d6] model deployment ID: [d250-20250201151643]"
}
2025-02-15T17:29:15.879964+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 172 ms"
}
2025-02-15T17:29:15.880332+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:29:15.880559+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [7b132870-593b-425a-bf7e-35749cad3136] model deployment ID: [d249-20250201135115]"
}
2025-02-15T17:29:17.13839+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 151 ms"
}
2025-02-15T17:29:17.13885+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:29:17.139094+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [1186e246-f903-4070-8063-d630a457defc] model deployment ID: [d248-20250201131238]"
}
2025-02-15T17:29:24.321935+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 250 ms"
}
2025-02-15T17:29:24.323049+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:29:24.323421+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [00af7c83-999f-44bf-9f35-60e6d8c92238] model deployment ID: [d236-20250201000344]"
}
2025-02-15T17:29:37.930045+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 175 ms"
}
2025-02-15T17:29:37.930369+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:29:37.930502+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [f9ea1c37-ef9a-4419-996f-da949eb30b6c] model deployment ID: [d251-20250201155450]"
}
2025-02-15T17:29:39.81646+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 184 ms"
}
2025-02-15T17:29:39.816799+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:29:39.821441+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [5a40f0f2-0eec-452f-8bca-addf0b65a90e] model deployment ID: [d250-20250201151643]"
}
2025-02-15T17:29:57.666301+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 143 ms"
}
2025-02-15T17:29:57.671891+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:29:57.67216+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [f7249b6e-54bc-4a4e-ace3-66d471c7646a] model deployment ID: [d250-20250201151643]"
}
2025-02-15T17:30:13.246488+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 156 ms"
}
2025-02-15T17:30:13.246764+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:30:13.246878+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [651ebfba-1ac4-475a-be79-1b6179e64589] model deployment ID: [d250-20250201151643]"
}
2025-02-15T17:30:24.122974+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 162 ms"
}
2025-02-15T17:30:24.123495+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:30:24.123743+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [dd2d88f7-f051-4b69-b99c-65b3463db77e] model deployment ID: [d248-20250201131238]"
}
2025-02-15T17:30:37.300137+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 181 ms"
}
2025-02-15T17:30:37.301201+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:30:37.307584+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [0e7c8eb1-7b04-4a2a-8957-94111980b15e] model deployment ID: [d250-20250201151643]"
}
2025-02-15T17:30:38.23035+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 337 ms"
}
2025-02-15T17:30:38.230531+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:30:38.230638+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [a447c9f9-8d26-4dea-be93-3a499a8d59b5] model deployment ID: [d236-20250201000344]"
}
2025-02-15T17:30:51.309815+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 190 ms"
}
2025-02-15T17:30:51.310389+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:30:51.310631+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [f03aae47-ef3a-40ca-aca3-d0860de7ad6c] model deployment ID: [d250-20250201151643]"
}
2025-02-15T17:30:59.842909+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 288 ms"
}
2025-02-15T17:30:59.843794+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 2 returned. finish reason: [stop]"
}
2025-02-15T17:30:59.852642+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:30:59.907754+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 1 returned. finish reason: [stop]"
}
2025-02-15T17:30:59.90969+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [ce3c10bb-9cb7-486b-a5ff-c24750e7ccb5] model deployment ID: [d249-20250201135115]"
}
2025-02-15T17:31:00.92709+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[ghostText] Filtered out solution matching next line"
}
2025-02-15T17:31:56.491339+02:00 [WARN] Inlay hints via gopls failed: Inverted range provided to an LSP request: PointUtf16 { row: 13, column: 0 }-PointUtf16 { row: 10, column: 0 }
2025-02-15T17:31:56.492174+02:00 [ERROR] inlay hint update task for range failed: Error {
    context: "inlay hint fetch task",
    source: Error {
        context: "inlay hints LSP request",
        source: "Inlay hints via gopls failed: Inverted range provided to an LSP request: PointUtf16 { row: 13, column: 0 }-PointUtf16 { row: 10, column: 0 }",
    },
}
2025-02-15T17:34:00.857396+02:00 [WARN] Get definition via gopls failed: can't find definitions for file type go.mod
2025-02-15T17:34:01.049621+02:00 [WARN] Get definition via gopls failed: can't find definitions for file type go.mod
2025-02-15T17:41:36.506756+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 190 ms"
}
2025-02-15T17:41:36.506902+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:41:36.506996+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [d025d61c-5693-40d0-b86f-cc2fdb3ad95c] model deployment ID: [d167-20250212035820]"
}
2025-02-15T17:42:13.625561+02:00 [INFO] Language server with id 0 sent unhandled notification featureFlagsNotification:
{
  "rt": false,
  "sn": false,
  "chat": true,
  "ic": true,
  "ep": false,
  "pc": false,
  "x": true
}
2025-02-15T17:42:13.696987+02:00 [ERROR] unexpectedly ended a transaction that wasn't started by this editor
2025-02-15T17:42:13.732254+02:00 [ERROR] Formatting failed: failed to format via language server: 7:36: expected ';', found cfg (and 3 more errors)
2025-02-15T17:42:13.73236+02:00 [ERROR] failed to format via language server

Caused by:
    7:36: expected ';', found cfg (and 3 more errors)
2025-02-15T17:42:14.928067+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 143 ms"
}
2025-02-15T17:42:14.928349+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:42:14.928485+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [753fe35b-854d-4c2c-9231-42c26e415a23] model deployment ID: [d168-20250212035820]"
}
2025-02-15T17:42:15.51677+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 153 ms"
}
2025-02-15T17:42:15.516931+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:42:15.517037+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [ccb7e211-6c46-4c94-b4d2-71504f047a8d] model deployment ID: [d176-20250212085104]"
}
2025-02-15T17:42:16.865029+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 141 ms"
}
2025-02-15T17:42:16.865203+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:42:16.865306+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [3bfbf390-fc84-4010-9b7d-a6e6a0ec55cb] model deployment ID: [d179-20250212102343]"
}
2025-02-15T17:42:26.480811+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 123 ms"
}
2025-02-15T17:42:26.480969+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-02-15T17:42:26.481065+02:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [11ebf890-36a6-493c-aec4-1d63136b8e5d] model deployment ID: [d155-20250211162841]"
}


utopiaeh avatar Feb 15 '25 15:02 utopiaeh

Thanks, we'll look into this.

smitbarmase avatar Feb 15 '25 15:02 smitbarmase

Thanks, we'll look into this.

I noticed that most of the time, it freezes then starts working with github.com/jackc/pgx/v5/pgxpool mod

utopiaeh avatar Feb 16 '25 13:02 utopiaeh

Yeah for me the LSP just freezes as well, although i am on windows so it's not as stable.

vipexv avatar Apr 18 '25 16:04 vipexv

Also for me personally it doesn't happen on specific imports/packages, it actually happens in most of cases.

vipexv avatar Apr 25 '25 06:04 vipexv

This issue might be related to this one:

  • https://github.com/zed-industries/zed/issues/25843

probably-neb avatar Apr 29 '25 14:04 probably-neb

This might've been fixed by: https://github.com/zed-industries/zed/pull/27957

@vipexv @utopiaeh could either of you check whether the OP is still an issue and if it is, run zed with RUST_LOG=lsp=trace zed --foreground path_to_your_project and share the logs?

osiewicz avatar Jun 03 '25 10:06 osiewicz

This might've been fixed by: #27957

@vipexv @utopiaeh could either of you check whether the OP is still an issue and if it is, run zed with RUST_LOG=lsp=trace zed --foreground path_to_your_project and share the logs?

The issue seems to have been fixed for me, the one on the left is the debug build, for me personally only the LSP froze and not the whole editor, requiring an LSP restart for it to work again.

https://github.com/user-attachments/assets/ad2edfec-0ac7-4e2a-97b3-dc3b32b55afe

vipexv avatar Jun 03 '25 14:06 vipexv

Hi there! πŸ‘‹ We're working to clean up our issue tracker by closing older bugs that might not be relevant anymore. If you are able to reproduce this issue in the latest version of Zed, please let us know by commenting on this issue, and it will be kept open. If you can't reproduce it, feel free to close the issue yourself. Otherwise, it will close automatically in 14 days. Thanks for your help!

github-actions[bot] avatar Nov 19 '25 09:11 github-actions[bot]