zed
zed copied to clipboard
Agent Panel: Zed doesn't detect that I'm logged in to Github Copilot Chat
Summary
Basically title
Description
I'm logged into Github copilot chat, but can't see the copilot models in the model selection popover. Additionally, when I go to assistant settings, I get prompted to log into Github Copilot chat again, while I'm already logged in.
Clicking the Sign In button shows me that I'm logged in.
Edit predictions do work, I just can't select the Github copilot models in the agent panel.
More details are here: https://www.reddit.com/r/ZedEditor/comments/1kn4g9x/comment/msg8ati/?context=3
Zed Version and System Specs
Zed: v0.186.9 (Zed) OS: Linux Wayland org.freedesktop.platform 24.08 Memory: 31.1 GiB Architecture: x86_64 GPU: Intel(R) Iris(R) Xe Graphics (TGL GT2) || Intel open-source Mesa driver || Mesa 25.0.5 (git-a89e404408)
Same issue here. Downgrade to the previous version solves the issue.
Hey. Which version works for you ?
On Mon, 19 May 2025 at 09:44, Xinyu Bao @.***> wrote:
AspadaX left a comment (zed-industries/zed#30784) https://github.com/zed-industries/zed/issues/30784#issuecomment-2889967222
Same issue here. Downgrade to the previous version solves the issue.
— Reply to this email directly, view it on GitHub https://github.com/zed-industries/zed/issues/30784#issuecomment-2889967222, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJB5FCK5UDR5P6CPEPGT36327GDWNAVCNFSM6AAAAAB5HFF37OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDQOBZHE3DOMRSGI . You are receiving this because you authored the thread.Message ID: @.***>
Hey. Which version works for you ?
On Mon, 19 May 2025 at 09:44, Xinyu Bao @.***> wrote:
AspadaX left a comment (zed-industries/zed#30784) https://github.com/zed-industries/zed/issues/30784#issuecomment-2889967222
Same issue here. Downgrade to the previous version solves the issue.
— Reply to this email directly, view it on GitHub https://github.com/zed-industries/zed/issues/30784#issuecomment-2889967222, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJB5FCK5UDR5P6CPEPGT36327GDWNAVCNFSM6AAAAAB5HFF37OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDQOBZHE3DOMRSGI . You are receiving this because you authored the thread.Message ID: @.***>
on my MacBook air M2, it is 0.186.8
I just downgraded and it doesn't work anyway
Can confirm, that issue persists on macos 0.186.9/0.186.10/0.186.11/0.186.12
copilot sign-out/sign-in/reinstall commands did not help =(
Same problem here. My inline completions from copilot are working but chat seems to not receive my messages. Some are sent but 3 minutes later lol.
Im on copilot education
Hi @mgsloan, sorry for the disturbance. I noticed your nickname in the recent PR on a related theme and thought you might have the expertise to review this issue if you have time.
Hey @keramblock are you also on linux? Seems like a linux specific issue. Works just fine on macos. Tried with all the combination possible.
Hi @imumesh18 I am on macos: https://github.com/zed-industries/zed/issues/30784#issuecomment-2893909915
P.S. @AspadaX here also mentioned problems on macos P.P.S. I have copilot from my organization, @varo6 saying he has it from his university/something. Could that be related to issue somehow?
I am on linux and I have copilot through GitHub Education. I think copilot might have issues detecting other plans different from personal ones.
I am using a personal github copilot as well as an enterprise one, so both copilots have issues with the latest release.
Seems bit odd. I have both personal and enterprise it seems to work for me. Can anyone of you add the logs in here to while performing the login to see if there is something there to catch or anyone saw anything suspicious in their zed log feel free to add it here and also your zed settings if possible. I want to try to reproduce this.
@imumesh18 I can do that if you provide me with some kind of instruction. I just started with zed and not yet familiar with it.
Hi @keramblock,
- Press Ctrl+Shift+P to open the command palette.
- To view logs: Type zed: open log and select the corresponding option. This will open your Zed logs.
- To open settings: Type settings in the command palette and select the option for settings.json.
I used this commands one after one:
- Copilot: sign out
{
"busy": false,
"kind": "Error",
"message": "You are not signed into GitHub."
}
2025-05-21T19:16:32+02:00 INFO [lsp] Language server with id 0 sent unhandled notification didChangeStatus:
{
"busy": false,
"kind": "Error",
"message": "You are not signed into GitHub."
}
- Copilot: sign in
{
"busy": false,
"kind": "Error",
"message": "You are not signed into GitHub."
}
2025-05-21T19:18:51+02:00 INFO [lsp] Language server with id 0 sent unhandled notification didChangeStatus:
{
"busy": false,
"kind": "Normal"
}
2025-05-21T19:18:51+02:00 INFO [lsp] Language server with id 0 sent unhandled notification featureFlagsNotification:
{
"rt": false,
"sn": true,
"chat": true,
"ic": true,
"pc": true,
"cea": false,
"cnb": false,
"ae": {}
}
got following window:
And completion is working fine, but no copilot models available in chat:
Also in chat settings there is another button to sign in again that just shows same popup again:
- Copilot: reinstall command:
2025-05-21T19:26:37+02:00 ERROR [lsp] Server reset connection for a request "shutdown" id 9
2025-05-21T19:26:40+02:00 INFO [lsp] starting language server process. binary path: "/opt/homebrew/bin/node", working directory: "/", args: ["/Users/keramblock/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/dist/language-server.js", "--stdio"]
2025-05-21T19:26:40+02:00 INFO [lsp] Language server with id 0 sent unhandled notification window/logMessage:
{
"type": 3,
"message": "[lsp] GitHub Copilot Language Server 1.322.0 initialized"
}
2025-05-21T19:26:40+02:00 INFO [lsp] Language server with id 0 sent unhandled notification workspace/configuration:
{
"items": [
{
"section": "github.copilot"
},
{
"section": "github-enterprise"
},
{
"section": "http"
},
{
"section": "telemetry"
}
]
}
2025-05-21T19:26:40+02:00 INFO [lsp] Language server with id 0 sent unhandled notification window/logMessage:
{
"type": 3,
"message": "[certificates] Removed 4 expired certificates"
}
2025-05-21T19:26:41+02:00 INFO [lsp] Language server with id 0 sent unhandled notification didChangeStatus:
{
"busy": false,
"kind": "Normal"
}
2025-05-21T19:26:41+02:00 INFO [lsp] Language server with id 0 sent unhandled notification window/logMessage:
{
"type": 2,
"message": "[sdk] setEditorInfo is deprecated. Use initializationOptions for editorInfo and editorPluginInfo and workspace/didChangeConfiguration for editorConfiguration."
}
2025-05-21T19:26:41+02:00 INFO [lsp] Language server with id 0 sent unhandled notification conversation/preconditionsNotification:
{
"results": [
{
"type": "token",
"status": "failed"
},
{
"type": "chat_enabled",
"status": "ok"
}
],
"status": "failed"
}
2025-05-21T19:26:41+02:00 INFO [lsp] Language server with id 0 sent unhandled notification featureFlagsNotification:
{
"rt": false,
"sn": true,
"chat": true,
"ic": true,
"pc": true,
"cea": false,
"cnb": false,
"ae": {}
}
Restart of zed looks like this now:
2025-05-21T19:24:04+02:00 INFO [db] Opening main db
2025-05-21T19:24:04+02:00 INFO [db] Opening main db
2025-05-21T19:24:04+02:00 INFO [zed] Using git binary path: Some("/Applications/Zed.app/Contents/MacOS/git")
2025-05-21T19:24:04+02:00 INFO [prompt_store::prompts] No prompt template overrides directory found at /Users/keramblock/.config/zed/prompt_overrides. Using built-in prompts.
2025-05-21T19:24:04+02:00 INFO [assistant_tools::terminal_tool] agent selected bash for terminal tool
2025-05-21T19:24:04+02:00 INFO [extension_host] extensions updated. loading 7, reloading 0, unloading 0
2025-05-21T19:24:04+02:00 INFO [db] Opening main db
2025-05-21T19:24:04+02:00 INFO [context_server::client] starting context server (executable="docker", args=["run", "-i", "--rm", "mcp/postgres", "postgresql://user:@host.docker.internal:6000/postgres"])
2025-05-21T19:24:04+02:00 INFO [context_server] starting context server postgres
2025-05-21T19:24:04+02:00 INFO [context_server::client] starting context server (executable="docker", args=["run", "-i", "--rm", "--init", "-e", "DOCKER_CONTAINER=true", "mcp/puppeteer"])
2025-05-21T19:24:04+02:00 INFO [context_server] starting context server puppeteer
2025-05-21T19:24:04+02:00 INFO [context_server::client] starting context server (executable="uvx", args=["mcp-server-git"])
2025-05-21T19:24:04+02:00 ERROR [project::context_server_store] git context server failed to start: failed to spawn command. (path="uvx", args=["mcp-server-git"])
2025-05-21T19:24:04+02:00 INFO [context_server::client] starting context server (executable="docker", args=["run", "--rm", "-i", "mcp/sequentialthinking"])
2025-05-21T19:24:04+02:00 INFO [context_server] starting context server sequentialthinking
2025-05-21T19:24:04+02:00 INFO [context_server::client] starting context server (executable="npx", args=["-y", "mcp-remote", "https://mcp.sentry.dev/sse"])
2025-05-21T19:24:04+02:00 ERROR [project::context_server_store] sentry context server failed to start: failed to spawn command. (path="npx", args=["-y", "mcp-remote", "https://mcp.sentry.dev/sse"])
2025-05-21T19:24:04+02:00 INFO [context_server::client] starting context server (executable="npx", args=["-y", "mcp-remote", "https://mcp.atlassian.com/v1/sse"])
2025-05-21T19:24:04+02:00 ERROR [project::context_server_store] atlassian context server failed to start: failed to spawn command. (path="npx", args=["-y", "mcp-remote", "https://mcp.atlassian.com/v1/sse"])
2025-05-21T19:24:04+02:00 INFO [client] set status on client 0: Authenticating
2025-05-21T19:24:04+02:00 INFO [db] Opening main db
2025-05-21T19:24:04+02:00 INFO [db] Opening main db
2025-05-21T19:24:04+02:00 INFO [client] set status on client 228192: Connecting
2025-05-21T19:24:04+02:00 INFO [db] Opening main db
2025-05-21T19:24:04+02:00 INFO [client] connected to rpc endpoint https://collab.zed.dev/rpc
2025-05-21T19:24:05+02:00 INFO [util] set environment variables from shell:/bin/zsh, path:/opt/homebrew/opt/libpq/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:/Users/keramblock/.local/bin:/Users/keramblock/go/bin:/Users/keramblock/bin
2025-05-21T19:24:06+02:00 WARN [context_server::client] context server stderr: Sequential Thinking MCP Server running on stdio
2025-05-21T19:24:06+02:00 INFO [rpc::peer] add_connection;
2025-05-21T19:24:06+02:00 INFO [project::context_server_store] Started sequentialthinking context server
2025-05-21T19:24:06+02:00 INFO [project::context_server_store] Started postgres context server
2025-05-21T19:24:06+02:00 INFO [project::context_server_store] Started puppeteer context server
2025-05-21T19:24:06+02:00 INFO [client] set status on client 228192: Connected { peer_id: PeerId { owner_id: 778, id: 132880 }, connection_id: ConnectionId { owner_id: 0, id: 0 } }
2025-05-21T19:24:06+02:00 INFO [agent::thread_store] registering context server tool: "sequentialthinking"
2025-05-21T19:24:06+02:00 INFO [agent::thread_store] registering context server tool: "puppeteer_navigate"
2025-05-21T19:24:06+02:00 INFO [agent::thread_store] registering context server tool: "puppeteer_screenshot"
2025-05-21T19:24:06+02:00 INFO [agent::thread_store] registering context server tool: "puppeteer_click"
2025-05-21T19:24:06+02:00 INFO [agent::thread_store] registering context server tool: "puppeteer_fill"
2025-05-21T19:24:06+02:00 INFO [agent::thread_store] registering context server tool: "puppeteer_select"
2025-05-21T19:24:06+02:00 INFO [agent::thread_store] registering context server tool: "puppeteer_hover"
2025-05-21T19:24:06+02:00 INFO [agent::thread_store] registering context server tool: "puppeteer_evaluate"
2025-05-21T19:24:06+02:00 INFO [agent::thread_store] registering context server tool: "query"
2025-05-21T19:24:06+02:00 ERROR [theme::settings] theme not found: Atelier Forest Dark
2025-05-21T19:24:06+02:00 INFO [lsp] starting language server process. binary path: "/opt/homebrew/bin/node", working directory: "/", args: ["/Users/keramblock/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/dist/language-server.js", "--stdio"]
2025-05-21T19:24:07+02:00 INFO [lsp] Language server with id 0 sent unhandled notification window/logMessage:
{
"type": 3,
"message": "[lsp] GitHub Copilot Language Server 1.322.0 initialized"
}
2025-05-21T19:24:07+02:00 INFO [lsp] Language server with id 0 sent unhandled notification workspace/configuration:
{
"items": [
{
"section": "github.copilot"
},
{
"section": "github-enterprise"
},
{
"section": "http"
},
{
"section": "telemetry"
}
]
}
2025-05-21T19:24:07+02:00 INFO [lsp] Language server with id 0 sent unhandled notification window/logMessage:
{
"type": 3,
"message": "[certificates] Removed 4 expired certificates"
}
2025-05-21T19:24:07+02:00 INFO [lsp] Language server with id 0 sent unhandled notification didChangeStatus:
{
"busy": false,
"kind": "Normal"
}
2025-05-21T19:24:07+02:00 INFO [lsp] Language server with id 0 sent unhandled notification window/logMessage:
{
"type": 2,
"message": "[sdk] setEditorInfo is deprecated. Use initializationOptions for editorInfo and editorPluginInfo and workspace/didChangeConfiguration for editorConfiguration."
}
2025-05-21T19:24:07+02:00 INFO [lsp] Language server with id 0 sent unhandled notification conversation/preconditionsNotification:
{
"results": [
{
"type": "token",
"status": "failed"
},
{
"type": "chat_enabled",
"status": "ok"
}
],
"status": "failed"
}
2025-05-21T19:24:08+02:00 INFO [lsp] Language server with id 0 sent unhandled notification featureFlagsNotification:
{
"rt": false,
"sn": true,
"chat": true,
"ic": true,
"pc": true,
"cea": false,
"cnb": false,
"ae": {}
}
Opening settings of chat prints following error:
Caused by:
0: client error (Connect)
1: tcp connect error: Connection refused (os error 61)
2: Connection refused (os error 61))
2025-05-21T19:25:26+02:00 ERROR [language_models] Other(error sending request for url (http://localhost:11434/api/tags)
Caused by:
0: client error (Connect)
1: tcp connect error: Connection refused (os error 61)
2: Connection refused (os error 61))
My current settings:
// Zed settings
//
// For information on how to configure Zed, see the Zed
// documentation: https://zed.dev/docs/configuring-zed
//
// To see all of Zed's default settings without changing your
// custom settings, run `zed: open default settings` from the
// command palette
{
"autosave": {
"after_delay": {
"milliseconds": 500
}
},
"context_servers": {
// "Azure MCP Server": {
// "command": {
// "path": "npx",
// "args": ["-y", "@azure/mcp@latest", "server", "start"],
// "env": null
// },
// "settings": {}
// },
"sentry": {
"command": {
"path": "npx",
"args": ["-y", "mcp-remote", "https://mcp.sentry.dev/sse"]
}
},
"atlassian": {
"command": {
"path": "npx",
"args": ["-y", "mcp-remote", "https://mcp.atlassian.com/v1/sse"]
}
},
"sequentialthinking": {
"command": {
"path": "docker",
"args": ["run", "--rm", "-i", "mcp/sequentialthinking"]
}
},
"postgres": {
"command": {
"path": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/postgres",
"postgresql://user:@host.docker.internal:6000/postgres"
]
}
},
"git": {
"command": {
"path": "uvx",
"args": ["mcp-server-git"]
}
},
"puppeteer": {
"command": {
"path": "docker",
"args": [
"run",
"-i",
"--rm",
"--init",
"-e",
"DOCKER_CONTAINER=true",
"mcp/puppeteer"
]
}
}
},
"features": {
"edit_prediction_provider": "copilot"
},
"agent": {
"always_allow_tool_actions": true,
"default_profile": "write",
"model_parameters": [],
"default_model": {
"provider": "google",
"model": "gemini-2.5-pro-preview-03-25"
},
"version": "2"
},
"telemetry": {
"diagnostics": false,
"metrics": false
},
"terminal": {
"font_family": "MesloLGS NF",
"line_height": "standard"
},
"ui_font_size": 16,
"buffer_font_size": 16,
"theme": {
"mode": "system",
"light": "One Light",
"dark": "Atelier Forest Dark"
}
}
MacOS: 15.5 Zed 0.187.4 (ff435e1b2f80471904644aaf7d82fa4397ee5f6b)
Hope that helps!
Hey Thanks @keramblock can you add these configs to your settings. Also can you logout from all the copilot both completion one in the bottom right and from agent settings. Then signin again from agent settings. Let me know if this works? Also reload your zed after doing all of these just to make sure the configs and tokens are properly used.
"edit_predictions": {
"mode": "subtle",
"copilot": {
"proxy": null,
"proxy_no_verify": null
}
},
@imumesh18 Did that, didnt help, here is the logs of login:
2025-05-21T21:00:59+02:00 INFO [lsp] Language server with id 0 sent unhandled notification didChangeStatus:
{
"busy": false,
"kind": "Error",
"message": "You are not signed into GitHub."
}
2025-05-21T21:01:16+02:00 INFO [lsp] Language server with id 0 sent unhandled notification didChangeStatus:
{
"busy": false,
"kind": "Normal"
}
2025-05-21T21:01:16+02:00 INFO [lsp] Language server with id 0 sent unhandled notification featureFlagsNotification:
{
"rt": false,
"sn": true,
"chat": true,
"ic": true,
"pc": true,
"cea": false,
"cnb": false,
"ae": {}
}
2025-05-21T21:01:28+02:00 INFO [editor] Failed to determine selections from before format. Falling back to selections when format was initiated
2025-05-21T21:01:28+02:00 ERROR [theme::settings] theme not found: Atelier Forest Dark
2025-05-21T21:01:28+02:00 INFO [project::prettier_store] Initializing default prettier with plugins {}
2025-05-21T21:01:28+02:00 INFO [lsp] Language server with id 0 sent unhandled notification didChangeStatus:
{
"busy": true,
"kind": "Normal"
}
2025-05-21T21:01:28+02:00 INFO [lsp] Language server with id 0 sent unhandled notification window/logMessage:
{
"type": 3,
"message": "[fetchCompletions] Request 8f8f8923-b024-4003-a3f6-c2f6fd2c76d3 at <https://proxy.business.githubcopilot.com/v1/engines/gpt-4o-copilot/completions> finished with 200 status after 358.28024999999616ms"
}
2025-05-21T21:01:28+02:00 INFO [lsp] Language server with id 0 sent unhandled notification window/logMessage:
{
"type": 3,
"message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-05-21T21:01:28+02:00 INFO [lsp] Language server with id 0 sent unhandled notification didChangeStatus:
{
"busy": false,
"kind": "Normal"
}
2025-05-21T21:01:54+02:00 INFO [client] set status on client 228192: ConnectionError
2025-05-21T21:01:54+02:00 ERROR [workspace::notifications] didn't receive login redirect
During restart saw this error in logs again:
{
"results": [
{
"type": "token",
"status": "failed"
},
{
"type": "chat_enabled",
"status": "ok"
}
],
"status": "failed"
}
Hey @keramblock these error seems normal and I am also getting similar errors in my case where it's working fine. Something is failing silently because the neither the logs nor the config looks off.
I have no idea either, but those parts looks most promising from my perspective:
2025-05-21T21:01:54+02:00 ERROR [workspace::notifications] didn't receive login redirect
and
{
"type": "token",
"status": "failed"
},
I signed out copilot both in the panel and the popup search box. In the popup, the login and logout were successful, but not the case for the panel. After I logged in via the popup, the panel does not seem to pick up the login. Here is my log and I am using the latest release as of this post.
zed.log
2025-05-21T14:42:22+08:00 ERROR [zeta] edit prediction failed
Caused by:
0: error sending request for url (https://llm.zed.dev/predict_edits/v2?)
1: client error (Connect)
2: Connection reset by peer (os error 54)
2025-05-21T14:42:28+08:00 ERROR [zeta] edit prediction failed
Caused by:
0: error sending request for url (https://llm.zed.dev/predict_edits/v2?)
1: client error (Connect)
2: Connection reset by peer (os error 54)
2025-05-21T14:42:28+08:00 ERROR [client] error sending request for url (https://api.zed.dev/telemetry/events?)
Caused by:
0: client error (Connect)
1: Connection reset by peer (os error 54)
2025-05-21T14:42:32+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T14:42:32+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T14:42:32+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T14:42:32+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T14:42:32+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4941296, tv_nsec: 631946107 } }
2025-05-21T14:42:40+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T14:42:40+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T14:42:40+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T14:42:40+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T14:42:40+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4941306, tv_nsec: 637435166 } }
2025-05-21T14:42:50+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T14:42:50+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T14:42:50+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T14:42:50+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T14:42:50+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4941316, tv_nsec: 648126958 } }
2025-05-21T14:43:00+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T14:43:00+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T14:43:00+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T14:43:00+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T14:43:00+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4941326, tv_nsec: 656526291 } }
2025-05-21T14:43:10+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T14:43:10+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T14:43:10+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T14:43:10+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T14:43:10+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4941336, tv_nsec: 666230083 } }
2025-05-21T14:43:11+08:00 ERROR [search] oneshot canceled
2025-05-21T14:43:20+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T14:43:20+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T14:43:20+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T14:43:20+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T14:43:20+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4941346, tv_nsec: 678746791 } }
2025-05-21T14:43:21+08:00 ERROR [search] oneshot canceled
2025-05-21T14:43:24+08:00 ERROR [search] oneshot canceled
2025-05-21T14:43:30+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T14:43:30+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T14:43:30+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T14:43:30+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T14:43:30+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4941356, tv_nsec: 687808250 } }
2025-05-21T14:43:40+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T14:43:40+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T14:43:40+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T14:43:40+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T14:43:40+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4941366, tv_nsec: 694110958 } }
2025-05-21T14:43:50+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T14:43:50+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T14:43:50+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T14:43:50+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T14:43:50+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4941376, tv_nsec: 700815083 } }
2025-05-21T14:44:00+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T14:44:00+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T14:44:00+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T14:44:00+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T14:44:00+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4941386, tv_nsec: 745722125 } }
2025-05-21T14:44:10+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T14:44:10+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T14:44:10+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T14:44:10+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T14:44:10+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4941396, tv_nsec: 848340791 } }
2025-05-21T14:44:20+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T14:44:21+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T14:44:41+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T14:44:41+08:00 ERROR [client] failed to connect timed out trying to establish connection
2025-05-21T14:44:41+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4941427, tv_nsec: 18077916 } }
2025-05-21T14:44:51+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T14:44:51+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T14:44:51+08:00 INFO [client] connected to rpc endpoint https://collab.zed.dev/rpc
2025-05-21T14:44:52+08:00 INFO [rpc::peer] add_connection;
2025-05-21T14:44:52+08:00 INFO [client] set status on client 210603: Connected { peer_id: PeerId { owner_id: 777, id: 451168 }, connection_id: ConnectionId { owner_id: 0, id: 29 } }
2025-05-21T14:46:11+08:00 ERROR [zeta] edit prediction failed
Caused by:
error predicting edits.
Status: 408
Body: 408
2025-05-21T14:52:36+08:00 ERROR [client] connection error: delay between messages too long
2025-05-21T14:52:36+08:00 INFO [client] set status on client 210603: ConnectionLost
2025-05-21T14:52:36+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T14:52:36+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T14:52:36+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T14:52:36+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T14:52:36+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4941893, tv_nsec: 239849875 } }
2025-05-21T15:18:47+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T15:18:47+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T15:18:47+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T15:18:47+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T15:18:47+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4941894, tv_nsec: 89205652 } }
2025-05-21T15:18:48+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T15:18:48+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T15:18:48+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T15:18:48+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T15:18:48+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4941894, tv_nsec: 656851361 } }
2025-05-21T15:18:48+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T15:18:48+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T15:18:48+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T15:18:48+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T15:18:48+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4941895, tv_nsec: 484137790 } }
2025-05-21T15:18:49+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T15:18:49+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T15:18:49+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T15:18:49+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T15:18:49+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4941897, tv_nsec: 224394408 } }
2025-05-21T15:18:51+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T15:18:51+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T15:18:51+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T15:18:51+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T15:18:51+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4941900, tv_nsec: 99500400 } }
2025-05-21T15:18:54+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T15:18:54+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T15:18:54+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T15:18:54+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T15:18:54+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4941906, tv_nsec: 470917969 } }
2025-05-21T15:19:00+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T15:19:00+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T15:19:00+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T15:19:00+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T15:19:00+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4941913, tv_nsec: 592966090 } }
2025-05-21T15:19:07+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T15:19:07+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T15:19:07+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T15:19:07+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T15:19:07+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4941920, tv_nsec: 602214133 } }
2025-05-21T15:19:14+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T15:19:14+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T15:19:15+08:00 INFO [client] connected to rpc endpoint https://collab.zed.dev/rpc
2025-05-21T15:19:18+08:00 INFO [rpc::peer] add_connection;
2025-05-21T15:19:18+08:00 INFO [client] set status on client 210603: Connected { peer_id: PeerId { owner_id: 777, id: 469998 }, connection_id: ConnectionId { owner_id: 0, id: 30 } }
2025-05-21T15:26:29+08:00 ERROR [lsp] oneshot canceled
2025-05-21T15:26:29+08:00 ERROR [gpui] window not found
2025-05-21T15:26:29+08:00 ERROR [gpui] window not found
2025-05-21T15:26:29+08:00 ERROR [gpui] window not found
2025-05-21T15:33:00+08:00 ERROR [editor] No entry in selection_history found for undo. This may correspond to a bug where undo does not update the selection. If this is occurring, please add details to https://github.com/zed-industries/zed/issues/22692
2025-05-21T15:33:04+08:00 ERROR [editor] No entry in selection_history found for undo. This may correspond to a bug where undo does not update the selection. If this is occurring, please add details to https://github.com/zed-industries/zed/issues/22692
2025-05-21T15:37:37+08:00 INFO [lsp] Language server with id 12 sent unhandled notification taplo/didChangeSchemaAssociation:
{
"documentUri": "file:///Users/xinyubao/Works/surfing/Cargo.toml",
"schemaUri": "https://json.schemastore.org/cargo.json",
"meta": {
"name": "Cargo Manifest",
"description": "Manifest for Cargo, the Rust package manager and build tool",
"source": "catalog",
"catalog_url": "https://www.schemastore.org/api/json/catalog.json"
}
}
2025-05-21T15:37:59+08:00 ERROR [editor] No entry in selection_history found for undo. This may correspond to a bug where undo does not update the selection. If this is occurring, please add details to https://github.com/zed-industries/zed/issues/22692
2025-05-21T15:38:36+08:00 WARN [project::lsp_store] skipping diagnostics update, no worktree found for path "/Users/xinyubao/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/result.rs"
2025-05-21T15:38:36+08:00 WARN [project::lsp_store] skipping diagnostics update, no worktree found for path "/Users/xinyubao/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/result.rs"
2025-05-21T15:38:36+08:00 WARN [project::lsp_store] skipping diagnostics update, no worktree found for path "/Users/xinyubao/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/ops/function.rs"
2025-05-21T15:38:37+08:00 WARN [project::lsp_store] skipping diagnostics update, no worktree found for path "/Users/xinyubao/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/ops/function.rs"
2025-05-21T15:38:38+08:00 WARN [project::lsp_store] skipping diagnostics update, no worktree found for path "/Users/xinyubao/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/convert/mod.rs"
2025-05-21T15:38:39+08:00 WARN [project::lsp_store] skipping diagnostics update, no worktree found for path "/Users/xinyubao/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/convert/mod.rs"
2025-05-21T15:39:03+08:00 WARN [project::lsp_store] skipping diagnostics update, no worktree found for path "/Users/xinyubao/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/macros/mod.rs"
2025-05-21T15:39:23+08:00 WARN [project::lsp_store] skipping diagnostics update, no worktree found for path "/Users/xinyubao/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/macros/mod.rs"
2025-05-21T15:39:23+08:00 WARN [project::lsp_store] skipping diagnostics update, no worktree found for path "/Users/xinyubao/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/result.rs"
2025-05-21T15:39:24+08:00 WARN [project::lsp_store] skipping diagnostics update, no worktree found for path "/Users/xinyubao/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/result.rs"
2025-05-21T15:39:24+08:00 WARN [project::lsp_store] skipping diagnostics update, no worktree found for path "/Users/xinyubao/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/alloc/src/boxed.rs"
2025-05-21T15:39:25+08:00 WARN [project::lsp_store] skipping diagnostics update, no worktree found for path "/Users/xinyubao/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/alloc/src/boxed.rs"
2025-05-21T15:39:25+08:00 WARN [project::lsp_store] skipping diagnostics update, no worktree found for path "/Users/xinyubao/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/alloc/src/boxed.rs"
2025-05-21T15:39:25+08:00 WARN [project::lsp_store] skipping diagnostics update, no worktree found for path "/Users/xinyubao/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/alloc/src/boxed.rs"
2025-05-21T15:39:55+08:00 WARN [project::lsp_store] skipping diagnostics update, no worktree found for path "/Users/xinyubao/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/result.rs"
2025-05-21T15:39:56+08:00 WARN [project::lsp_store] skipping diagnostics update, no worktree found for path "/Users/xinyubao/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/result.rs"
2025-05-21T15:39:56+08:00 INFO [project::prettier_store] Initializing default prettier with plugins {}
2025-05-21T15:39:56+08:00 INFO [project::prettier_store] Initializing default prettier with plugins {}
2025-05-21T15:39:56+08:00 INFO [lsp] Language server with id 4 sent unhandled notification eslint/noLibrary:
{
"source": {
"uri": "file:///Users/xinyubao/Works/poem-generator-frontend/src/app/services/api.service.ts"
}
}
2025-05-21T15:39:56+08:00 INFO [lsp] Language server with id 4 sent unhandled notification eslint/noLibrary:
{
"source": {
"uri": "file:///Users/xinyubao/Works/poem-generator-frontend/src/environments/environment.prod.ts"
}
}
2025-05-21T15:39:56+08:00 INFO [lsp] Language server with id 4 sent unhandled notification eslint/noLibrary:
{
"source": {
"uri": "file:///Users/xinyubao/Works/poem-generator-frontend/src/environments/environment.ts"
}
}
2025-05-21T15:39:57+08:00 WARN [project::lsp_store] skipping diagnostics update, no worktree found for path "/Users/xinyubao/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/alloc/src/boxed.rs"
2025-05-21T15:39:57+08:00 WARN [project::lsp_store] skipping diagnostics update, no worktree found for path "/Users/xinyubao/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/alloc/src/boxed.rs"
2025-05-21T15:40:00+08:00 INFO [lsp] Language server with id 12 sent unhandled notification taplo/didChangeSchemaAssociation:
{
"documentUri": "file:///Users/xinyubao/Works/surfing/Cargo.toml",
"schemaUri": "https://json.schemastore.org/cargo.json",
"meta": {
"name": "Cargo Manifest",
"description": "Manifest for Cargo, the Rust package manager and build tool",
"source": "catalog",
"catalog_url": "https://www.schemastore.org/api/json/catalog.json"
}
}
2025-05-21T15:43:27+08:00 ERROR [search] oneshot canceled
2025-05-21T15:43:28+08:00 ERROR [search] oneshot canceled
2025-05-21T15:48:03+08:00 ERROR [editor] No entry in selection_history found for undo. This may correspond to a bug where undo does not update the selection. If this is occurring, please add details to https://github.com/zed-industries/zed/issues/22692
2025-05-21T15:48:05+08:00 ERROR [editor] No entry in selection_history found for redo. This may correspond to a bug where undo does not update the selection. If this is occurring, please add details to https://github.com/zed-industries/zed/issues/22692
2025-05-21T15:49:13+08:00 INFO [project::prettier_store] Initializing default prettier with plugins {}
2025-05-21T15:49:13+08:00 INFO [project::prettier_store] Initializing default prettier with plugins {}
2025-05-21T15:49:13+08:00 INFO [lsp] Language server with id 4 sent unhandled notification eslint/noLibrary:
{
"source": {
"uri": "file:///Users/xinyubao/Works/poem-generator-frontend/src/app/services/api.service.ts"
}
}
2025-05-21T15:49:13+08:00 INFO [lsp] Language server with id 4 sent unhandled notification eslint/noLibrary:
{
"source": {
"uri": "file:///Users/xinyubao/Works/poem-generator-frontend/src/environments/environment.ts"
}
}
2025-05-21T15:49:13+08:00 INFO [lsp] Language server with id 4 sent unhandled notification eslint/noLibrary:
{
"source": {
"uri": "file:///Users/xinyubao/Works/poem-generator-frontend/src/environments/environment.prod.ts"
}
}
2025-05-21T15:49:15+08:00 INFO [project::prettier_store] Initializing default prettier with plugins {}
2025-05-21T15:49:15+08:00 INFO [project::prettier_store] Initializing default prettier with plugins {}
2025-05-21T15:49:15+08:00 INFO [lsp] Language server with id 4 sent unhandled notification eslint/noLibrary:
{
"source": {
"uri": "file:///Users/xinyubao/Works/poem-generator-frontend/src/app/services/api.service.ts"
}
}
2025-05-21T15:49:15+08:00 INFO [lsp] Language server with id 4 sent unhandled notification eslint/noLibrary:
{
"source": {
"uri": "file:///Users/xinyubao/Works/poem-generator-frontend/src/environments/environment.ts"
}
}
2025-05-21T15:49:15+08:00 INFO [lsp] Language server with id 4 sent unhandled notification eslint/noLibrary:
{
"source": {
"uri": "file:///Users/xinyubao/Works/poem-generator-frontend/src/environments/environment.prod.ts"
}
}
2025-05-21T15:49:22+08:00 INFO [lsp] Language server with id 12 sent unhandled notification taplo/didChangeSchemaAssociation:
{
"documentUri": "file:///Users/xinyubao/Works/surfing/Cargo.toml",
"schemaUri": "https://json.schemastore.org/cargo.json",
"meta": {
"name": "Cargo Manifest",
"description": "Manifest for Cargo, the Rust package manager and build tool",
"source": "catalog",
"catalog_url": "https://www.schemastore.org/api/json/catalog.json"
}
}
2025-05-21T15:49:29+08:00 INFO [lsp] Language server with id 12 sent unhandled notification taplo/didChangeSchemaAssociation:
{
"documentUri": "file:///Users/xinyubao/Works/surfing/Cargo.toml",
"schemaUri": "https://json.schemastore.org/cargo.json",
"meta": {
"name": "Cargo Manifest",
"description": "Manifest for Cargo, the Rust package manager and build tool",
"source": "catalog",
"catalog_url": "https://www.schemastore.org/api/json/catalog.json"
}
}
2025-05-21T15:52:40+08:00 ERROR [zeta] edit prediction failed
Caused by:
error predicting edits.
Status: 500
Body: Model produced invalid output
2025-05-21T16:04:27+08:00 INFO [lsp] Language server with id 12 sent unhandled notification taplo/didChangeSchemaAssociation:
{
"documentUri": "file:///Users/xinyubao/Works/surfing/Cargo.toml",
"schemaUri": "https://json.schemastore.org/cargo.json",
"meta": {
"name": "Cargo Manifest",
"description": "Manifest for Cargo, the Rust package manager and build tool",
"source": "catalog",
"catalog_url": "https://www.schemastore.org/api/json/catalog.json"
}
}
2025-05-21T16:04:27+08:00 WARN [project::lsp_store::rust_analyzer_ext] Language server rust-analyzer (id 11) status update: cargo check failed to start: Cargo watcher failed, the command produced no valid metadata (exit code: ExitStatus(unix_wait_status(25856))):
error: unexpected end of input while parsing patch version number
--> Cargo.toml:3:11
|
3 | version = "0.1."
| ^^^^^^
|
2025-05-21T16:04:28+08:00 WARN [project::lsp_store::rust_analyzer_ext] Language server rust-analyzer (id 11) status update: cargo check failed to start: Cargo watcher failed, the command produced no valid metadata (exit code: ExitStatus(unix_wait_status(25856))):
error: unexpected end of input while parsing patch version number
--> Cargo.toml:3:11
|
3 | version = "0.1."
| ^^^^^^
|
Failed to read Cargo metadata with dependencies for `/Users/xinyubao/Works/surfing/Cargo.toml`: Failed to run `cd "/Users/xinyubao/Works/surfing" && RUSTUP_TOOLCHAIN="/Users/xinyubao/.rustup/toolchains/stable-aarch64-apple-darwin" "/Users/xinyubao/.cargo/bin/cargo" "metadata" "--format-version" "1" "--manifest-path" "/Users/xinyubao/Works/surfing/Cargo.toml" "--filter-platform" "aarch64-apple-darwin"`: `cargo metadata` exited with an error: error: unexpected end of input while parsing patch version number
--> Cargo.toml:3:11
|
3 | version = "0.1."
| ^^^^^^
|
2025-05-21T16:04:28+08:00 WARN [project::lsp_store::rust_analyzer_ext] Language server rust-analyzer (id 11) status update: Failed to read Cargo metadata with dependencies for `/Users/xinyubao/Works/surfing/Cargo.toml`: Failed to run `cd "/Users/xinyubao/Works/surfing" && RUSTUP_TOOLCHAIN="/Users/xinyubao/.rustup/toolchains/stable-aarch64-apple-darwin" "/Users/xinyubao/.cargo/bin/cargo" "metadata" "--format-version" "1" "--manifest-path" "/Users/xinyubao/Works/surfing/Cargo.toml" "--filter-platform" "aarch64-apple-darwin"`: `cargo metadata` exited with an error: error: unexpected end of input while parsing patch version number
--> Cargo.toml:3:11
|
3 | version = "0.1."
| ^^^^^^
|
2025-05-21T16:04:29+08:00 INFO [lsp] Language server with id 12 sent unhandled notification taplo/didChangeSchemaAssociation:
{
"documentUri": "file:///Users/xinyubao/Works/surfing/Cargo.toml",
"schemaUri": "https://json.schemastore.org/cargo.json",
"meta": {
"name": "Cargo Manifest",
"description": "Manifest for Cargo, the Rust package manager and build tool",
"source": "catalog",
"catalog_url": "https://www.schemastore.org/api/json/catalog.json"
}
}
2025-05-21T16:05:44+08:00 ERROR [client] connection error: delay between messages too long
2025-05-21T16:05:44+08:00 INFO [client] set status on client 210603: ConnectionLost
2025-05-21T16:05:44+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:05:44+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:05:44+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:05:44+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:05:44+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4944710, tv_nsec: 971535041 } }
2025-05-21T16:05:44+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:05:44+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:05:44+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:05:44+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:05:44+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4944711, tv_nsec: 488987750 } }
2025-05-21T16:05:45+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:05:45+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:05:45+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:05:45+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:05:45+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4944712, tv_nsec: 50370842 } }
2025-05-21T16:05:45+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:05:45+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:05:45+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:05:45+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:05:45+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4944712, tv_nsec: 561238000 } }
2025-05-21T16:05:46+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:05:46+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:05:46+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:05:46+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:05:46+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4944713, tv_nsec: 194166275 } }
2025-05-21T16:05:46+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:05:46+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:05:46+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:05:46+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:05:46+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4944714, tv_nsec: 115670650 } }
2025-05-21T16:05:47+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:05:47+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:05:47+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:05:47+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:05:47+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4944714, tv_nsec: 900249720 } }
2025-05-21T16:05:48+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:05:48+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:05:48+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:05:48+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:05:48+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4944715, tv_nsec: 465853062 } }
2025-05-21T16:05:49+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:05:49+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:05:49+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:05:49+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:05:49+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4944715, tv_nsec: 988442041 } }
2025-05-21T16:05:49+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:05:49+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:05:49+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:05:49+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:05:49+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4944716, tv_nsec: 535252878 } }
2025-05-21T16:05:50+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:05:50+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:05:50+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:05:50+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:05:50+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4944717, tv_nsec: 363144761 } }
2025-05-21T16:05:51+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:05:51+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:05:51+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:05:51+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:05:51+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4944718, tv_nsec: 889587381 } }
2025-05-21T16:05:52+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:05:52+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:05:52+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:05:52+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:05:52+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4944720, tv_nsec: 465922564 } }
2025-05-21T16:05:54+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:05:54+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:05:54+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:05:54+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:05:54+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4944722, tv_nsec: 28264784 } }
2025-05-21T16:05:55+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:05:55+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:05:55+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:05:55+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:05:55+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4944724, tv_nsec: 781440255 } }
2025-05-21T16:05:58+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:05:58+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:05:58+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:05:58+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:05:58+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4944728, tv_nsec: 697889735 } }
2025-05-21T16:06:02+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:06:02+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:06:02+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:06:02+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:06:02+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4944734, tv_nsec: 258134620 } }
2025-05-21T16:06:08+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:06:08+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:06:08+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:06:08+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:06:08+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4944744, tv_nsec: 343451125 } }
2025-05-21T16:06:18+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:06:18+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:06:18+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:06:18+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:06:18+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4944754, tv_nsec: 405028333 } }
2025-05-21T16:06:28+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:06:28+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:06:28+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:06:28+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:06:28+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4944763, tv_nsec: 691510027 } }
2025-05-21T16:06:37+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:06:37+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:06:37+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:06:37+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:06:37+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4944773, tv_nsec: 743813625 } }
2025-05-21T16:06:47+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:06:47+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:06:47+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:06:47+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:06:47+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4944780, tv_nsec: 207691585 } }
2025-05-21T16:06:54+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:06:54+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:06:54+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:06:54+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:06:54+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4944790, tv_nsec: 292160458 } }
2025-05-21T16:07:04+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:07:04+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:07:04+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:07:04+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:07:04+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4944798, tv_nsec: 979240071 } }
2025-05-21T16:07:12+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:07:12+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:07:12+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:07:12+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:07:12+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4944804, tv_nsec: 112590604 } }
2025-05-21T16:07:18+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:07:18+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:07:18+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:07:18+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:07:18+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4944813, tv_nsec: 768216757 } }
2025-05-21T16:07:27+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:07:27+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:07:27+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:07:27+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:07:27+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4944823, tv_nsec: 795310166 } }
2025-05-21T16:07:31+08:00 ERROR [gpui] window not found
2025-05-21T16:07:31+08:00 ERROR [gpui] window not found
2025-05-21T16:07:31+08:00 ERROR [gpui] window not found
2025-05-21T16:07:38+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:07:38+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:07:38+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:07:38+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:07:38+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4944830, tv_nsec: 503551446 } }
2025-05-21T16:07:44+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:07:44+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:07:44+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:07:44+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:07:44+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4944836, tv_nsec: 370909992 } }
2025-05-21T16:28:08+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:28:08+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:28:08+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:28:08+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:28:08+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4944841, tv_nsec: 402177003 } }
2025-05-21T16:28:12+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:28:12+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:28:12+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:28:12+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:28:12+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4944846, tv_nsec: 335506725 } }
2025-05-21T16:28:17+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:28:17+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:28:17+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:28:17+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:28:17+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4944854, tv_nsec: 696999425 } }
2025-05-21T16:28:26+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:28:26+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:28:26+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:28:26+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:28:26+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4944863, tv_nsec: 935813217 } }
2025-05-21T16:28:35+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:28:35+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:28:35+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:28:35+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:28:35+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4944874, tv_nsec: 257063083 } }
2025-05-21T16:28:45+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:28:45+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:28:47+08:00 INFO [client] connected to rpc endpoint https://collab.zed.dev/rpc
2025-05-21T16:28:49+08:00 INFO [rpc::peer] add_connection;
2025-05-21T16:28:50+08:00 INFO [client] set status on client 210603: Connected { peer_id: PeerId { owner_id: 777, id: 507303 }, connection_id: ConnectionId { owner_id: 0, id: 31 } }
2025-05-21T16:38:08+08:00 ERROR [client] connection error: delay between messages too long
2025-05-21T16:38:08+08:00 INFO [client] set status on client 210603: ConnectionLost
2025-05-21T16:38:08+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:38:08+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:38:08+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:38:08+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:38:08+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4945437, tv_nsec: 158277791 } }
2025-05-21T16:38:08+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:38:08+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:38:08+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:38:08+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:38:08+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4945438, tv_nsec: 189543948 } }
2025-05-21T16:38:09+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:38:09+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:38:09+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:38:09+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:38:09+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4945440, tv_nsec: 221346868 } }
2025-05-21T16:38:11+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:38:11+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:38:11+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:38:11+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:38:11+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4945443, tv_nsec: 487183268 } }
2025-05-21T16:38:15+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:38:15+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:38:15+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:38:15+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:38:15+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4945451, tv_nsec: 386096231 } }
2025-05-21T16:38:22+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:38:22+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:38:22+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:38:22+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:38:22+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4945461, tv_nsec: 407195208 } }
2025-05-21T16:38:33+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T16:38:33+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T16:38:33+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T16:38:33+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T16:38:33+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4945471, tv_nsec: 907608708 } }
2025-05-21T17:55:32+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T17:55:32+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T17:55:32+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T17:55:32+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T17:55:32+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4945482, tv_nsec: 322936791 } }
2025-05-21T18:39:10+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T18:39:10+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T18:39:10+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T18:39:10+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T18:39:10+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4945492, tv_nsec: 661093875 } }
2025-05-21T19:40:11+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T19:40:11+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T19:40:11+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T19:40:11+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T19:40:11+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4945502, tv_nsec: 986328916 } }
2025-05-21T20:36:39+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T20:36:39+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T20:36:39+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T20:36:39+08:00 ERROR [client] failed to connect error sending request for url (https://zed.dev/rpc)
2025-05-21T20:36:39+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4945513, tv_nsec: 343513333 } }
2025-05-21T20:36:49+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T20:36:49+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T20:36:51+08:00 INFO [client] connected to rpc endpoint https://collab.zed.dev/rpc
2025-05-21T20:36:53+08:00 INFO [rpc::peer] add_connection;
2025-05-21T20:36:53+08:00 INFO [client] set status on client 210603: Connected { peer_id: PeerId { owner_id: 777, id: 658331 }, connection_id: ConnectionId { owner_id: 0, id: 32 } }
2025-05-21T20:42:18+08:00 ERROR [client] 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-05-21T20:42:18+08:00 INFO [client] set status on client 210603: ConnectionLost
2025-05-21T20:42:18+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T20:42:18+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T20:42:19+08:00 INFO [client] connected to rpc endpoint https://collab.zed.dev/rpc
2025-05-21T20:42:20+08:00 INFO [rpc::peer] add_connection;
2025-05-21T20:42:20+08:00 INFO [client] set status on client 210603: Connected { peer_id: PeerId { owner_id: 777, id: 661548 }, connection_id: ConnectionId { owner_id: 0, id: 33 } }
2025-05-21T20:45:08+08:00 ERROR [client] connection error: delay between messages too long
2025-05-21T20:45:08+08:00 INFO [client] set status on client 210603: ConnectionLost
2025-05-21T20:45:08+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T20:45:08+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T20:45:09+08:00 INFO [client] connected to rpc endpoint https://collab.zed.dev/rpc
2025-05-21T20:45:10+08:00 INFO [rpc::peer] add_connection;
2025-05-21T20:45:10+08:00 INFO [client] set status on client 210603: Connected { peer_id: PeerId { owner_id: 777, id: 663125 }, connection_id: ConnectionId { owner_id: 0, id: 34 } }
2025-05-21T21:01:40+08:00 ERROR [client] connection error: delay between messages too long
2025-05-21T21:01:40+08:00 INFO [client] set status on client 210603: ConnectionLost
2025-05-21T21:01:40+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T21:01:40+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T21:02:01+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T21:02:01+08:00 ERROR [client] failed to connect timed out trying to establish connection
2025-05-21T21:02:01+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4945934, tv_nsec: 274023416 } }
2025-05-21T21:02:01+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T21:02:01+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T21:02:03+08:00 INFO [client] connected to rpc endpoint https://collab.zed.dev/rpc
2025-05-21T21:02:04+08:00 INFO [rpc::peer] add_connection;
2025-05-21T21:02:04+08:00 INFO [client] set status on client 210603: Connected { peer_id: PeerId { owner_id: 777, id: 673572 }, connection_id: ConnectionId { owner_id: 0, id: 35 } }
2025-05-21T21:04:18+08:00 ERROR [client] 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-05-21T21:04:18+08:00 INFO [client] set status on client 210603: ConnectionLost
2025-05-21T21:04:18+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T21:04:18+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T21:04:18+08:00 INFO [client] connected to rpc endpoint https://collab.zed.dev/rpc
2025-05-21T21:04:19+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-21T21:04:19+08:00 ERROR [client] failed to connect HTTP error: 525 <unknown status code>
2025-05-21T21:04:19+08:00 INFO [client] set status on client 210603: ReconnectionError { next_reconnection: Instant { tv_sec: 4946072, tv_nsec: 969888208 } }
2025-05-21T21:04:20+08:00 INFO [client] set status on client 210603: Reauthenticating
2025-05-21T21:04:20+08:00 INFO [client] set status on client 210603: Reconnecting
2025-05-21T21:04:20+08:00 INFO [client] connected to rpc endpoint https://collab.zed.dev/rpc
2025-05-21T21:04:28+08:00 INFO [rpc::peer] add_connection;
2025-05-21T21:04:39+08:00 ERROR [client] failed to connect no hello message received
2025-05-22T08:50:04+08:00 ERROR [lsp] oneshot canceled
2025-05-22T08:50:05+08:00 ERROR [lsp] oneshot canceled
2025-05-22T08:50:05+08:00 ERROR [lsp] oneshot canceled
2025-05-22T08:50:05+08:00 ERROR [lsp] oneshot canceled
2025-05-22T08:50:05+08:00 ERROR [lsp] oneshot canceled
2025-05-22T08:50:05+08:00 ERROR [lsp] oneshot canceled
2025-05-22T10:00:26+08:00 INFO [zed] ========== starting zed ==========
2025-05-22T10:00:26+08:00 INFO [db] Opening main db
2025-05-22T10:00:26+08:00 INFO [db] Opening main db
2025-05-22T10:00:26+08:00 INFO [zed] Using git binary path: Some("/Applications/Zed.app/Contents/MacOS/git")
2025-05-22T10:00:26+08:00 INFO [prompt_store::prompts] No prompt template overrides directory found at /Users/xinyubao/.config/zed/prompt_overrides. Using built-in prompts.
2025-05-22T10:00:26+08:00 INFO [assistant_tools::terminal_tool] agent selected bash for terminal tool
2025-05-22T10:00:26+08:00 INFO [extension_host] extensions updated. loading 3, reloading 0, unloading 0
2025-05-22T10:00:26+08:00 ERROR [client] error sending request for url (https://api.zed.dev/telemetry/events?)
Caused by:
0: client error (Connect)
1: tcp connect error: Connection refused (os error 61)
2: Connection refused (os error 61)
2025-05-22T10:00:26+08:00 INFO [db] Opening main db
2025-05-22T10:00:26+08:00 ERROR [auto_update] auto-update failed: error:error sending request for url (https://zed.dev/api/releases/latest?asset=zed&os=macos&arch=aarch64)
Caused by:
0: client error (Connect)
1: tcp connect error: Connection refused (os error 61)
2: Connection refused (os error 61)
2025-05-22T10:00:26+08:00 ERROR [copilot] error sending request for url (https://api.github.com/copilot_internal/v2/token)
Caused by:
0: client error (Connect)
1: tcp connect error: Connection refused (os error 61)
2: Connection refused (os error 61)
2025-05-22T10:00:26+08:00 INFO [client] set status on client 0: Authenticating
2025-05-22T10:00:26+08:00 INFO [util] set environment variables from shell:/bin/zsh, path:/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:/Users/xinyubao/miniconda3/bin:/Users/xinyubao/miniconda3/condabin:/Users/xinyubao/.cargo/bin
2025-05-22T10:00:26+08:00 INFO [client] set status on client 210603: Connecting
2025-05-22T10:00:26+08:00 INFO [db] Opening main db
2025-05-22T10:00:26+08:00 INFO [db] Opening main db
2025-05-22T10:00:26+08:00 INFO [client] set status on client 210603: ConnectionError
2025-05-22T10:00:26+08:00 INFO [db] Opening main db
2025-05-22T10:00:26+08:00 ERROR [zed] error sending request for url (https://zed.dev/rpc)
Caused by:
0: error sending request for url (https://zed.dev/rpc)
1: client error (Connect)
2: tcp connect error: Connection refused (os error 61)
3: Connection refused (os error 61)
2025-05-22T10:00:26+08:00 INFO [project::debugger::breakpoint_store] Finish deserializing breakpoints & initializing breakpoint store
2025-05-22T10:00:26+08:00 ERROR [client] error sending request for url (https://api.zed.dev/telemetry/events?)
Caused by:
0: client error (Connect)
1: tcp connect error: Connection refused (os error 61)
2: Connection refused (os error 61)
2025-05-22T10:00:26+08:00 INFO [project::lsp_store] attempting to start language server "rust-analyzer", path: "/Users/xinyubao/Works/surfing", id: 1
2025-05-22T10:00:26+08:00 INFO [languages::rust] found rust-analyzer in PATH. trying to run `rust-analyzer --help`
2025-05-22T10:00:27+08:00 INFO [project::prettier_store] Initializing default prettier with plugins {}
2025-05-22T10:00:27+08:00 INFO [project::prettier_store] Initializing default prettier with plugins {}
2025-05-22T10:00:27+08:00 INFO [project::lsp_store] attempting to start language server "taplo", path: "/Users/xinyubao/Works/surfing", id: 2
2025-05-22T10:00:27+08:00 INFO [project::prettier_store] Initializing default prettier with plugins {}
2025-05-22T10:00:27+08:00 ERROR [project::lsp_store] Failed to start language server "taplo": error fetching latest release
2025-05-22T10:00:27+08:00 ERROR [project::lsp_store] server stderr: ""
2025-05-22T10:00:27+08:00 INFO [project::prettier_store] Initializing default prettier with plugins {}
2025-05-22T10:00:28+08:00 INFO [language] fetching latest version of language server "rust-analyzer"
2025-05-22T10:00:28+08:00 INFO [language] failed to fetch newest version of language server LanguageServerName("rust-analyzer"). error: error fetching latest release
Caused by:
0: error sending request for url (https://api.github.com/repos/rust-lang/rust-analyzer/releases)
1: client error (Connect)
2: tcp connect error: Connection refused (os error 61)
3: Connection refused (os error 61), falling back to using "/Users/xinyubao/Library/Application Support/Zed/languages/rust-analyzer/rust-analyzer-2025-05-12"
2025-05-22T10:00:28+08:00 INFO [lsp] starting language server process. binary path: "/Users/xinyubao/Library/Application Support/Zed/languages/rust-analyzer/rust-analyzer-2025-05-12", working directory: "/Users/xinyubao/Works/surfing", args: []
2025-05-22T10:00:35+08:00 INFO [project::prettier_store] Initializing default prettier with plugins {}
2025-05-22T10:05:09+08:00 ERROR [language_models] Other(Failed to connect to LM Studio API: 502 Bad Gateway )
2025-05-22T10:05:09+08:00 ERROR [language_models] Other(Failed to connect to Ollama API: 502 Bad Gateway )
2025-05-22T10:05:30+08:00 INFO [db] Opening main db
2025-05-22T10:05:48+08:00 ERROR [lsp] oneshot canceled
2025-05-22T10:05:48+08:00 INFO [zed] ========== starting zed ==========
2025-05-22T10:05:48+08:00 INFO [db] Opening main db
2025-05-22T10:05:48+08:00 INFO [db] Opening main db
2025-05-22T10:05:48+08:00 INFO [zed] Using git binary path: Some("/Applications/Zed.app/Contents/MacOS/git")
2025-05-22T10:05:48+08:00 INFO [prompt_store::prompts] No prompt template overrides directory found at /Users/xinyubao/.config/zed/prompt_overrides. Using built-in prompts.
2025-05-22T10:05:48+08:00 INFO [assistant_tools::terminal_tool] agent selected bash for terminal tool
2025-05-22T10:05:48+08:00 INFO [extension_host] extensions updated. loading 3, reloading 0, unloading 0
2025-05-22T10:05:48+08:00 INFO [db] Opening main db
2025-05-22T10:05:48+08:00 INFO [client] set status on client 0: Authenticating
2025-05-22T10:05:48+08:00 INFO [client] set status on client 210603: Connecting
2025-05-22T10:05:48+08:00 INFO [db] Opening main db
2025-05-22T10:05:48+08:00 INFO [db] Opening main db
2025-05-22T10:05:48+08:00 INFO [db] Opening main db
2025-05-22T10:05:48+08:00 INFO [util] set environment variables from shell:/bin/zsh, path:/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:/Users/xinyubao/miniconda3/bin:/Users/xinyubao/miniconda3/condabin:/Users/xinyubao/.cargo/bin
2025-05-22T10:05:48+08:00 INFO [project::debugger::breakpoint_store] Finish deserializing breakpoints & initializing breakpoint store
2025-05-22T10:05:48+08:00 INFO [project::lsp_store] attempting to start language server "rust-analyzer", path: "/Users/xinyubao/Works/surfing", id: 1
2025-05-22T10:05:49+08:00 INFO [project::prettier_store] Initializing default prettier with plugins {}
2025-05-22T10:05:49+08:00 INFO [project::prettier_store] Initializing default prettier with plugins {}
2025-05-22T10:05:49+08:00 INFO [project::prettier_store] Initializing default prettier with plugins {}
2025-05-22T10:05:49+08:00 INFO [project::lsp_store] attempting to start language server "taplo", path: "/Users/xinyubao/Works/surfing", id: 2
2025-05-22T10:05:49+08:00 INFO [project::prettier_store] Initializing default prettier with plugins {}
2025-05-22T10:05:49+08:00 INFO [project::environment] using project environment variables shell launched in "/Users/xinyubao/Works/surfing". PATH="/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:/Users/xinyubao/miniconda3/bin:/Users/xinyubao/miniconda3/condabin:/Users/xinyubao/.cargo/bin"
2025-05-22T10:05:49+08:00 INFO [languages::rust] found rust-analyzer in PATH. trying to run `rust-analyzer --help`
2025-05-22T10:05:49+08:00 INFO [project::prettier_store] Initializing default prettier with plugins {}
2025-05-22T10:05:50+08:00 INFO [client] connected to rpc endpoint https://collab.zed.dev/rpc
2025-05-22T10:05:50+08:00 INFO [language] fetching latest version of language server "rust-analyzer"
2025-05-22T10:05:50+08:00 INFO [lsp] starting language server process. binary path: "/Users/xinyubao/Library/Application Support/Zed/extensions/work/toml/taplo-0.9.3/taplo", working directory: "/Users/xinyubao/Works/surfing", args: ["lsp", "stdio"]
2025-05-22T10:05:51+08:00 INFO [rpc::peer] add_connection;
2025-05-22T10:05:51+08:00 INFO [client] set status on client 210603: Connected { peer_id: PeerId { owner_id: 779, id: 130338 }, connection_id: ConnectionId { owner_id: 0, id: 0 } }
2025-05-22T10:05:51+08:00 INFO [zeta] detected '"LICENSE"' as open source license
2025-05-22T10:05:52+08:00 INFO [language] downloading language server "rust-analyzer"
2025-05-22T10:05:55+08:00 ERROR [language_models] Other(Failed to connect to Ollama API: 502 Bad Gateway )
2025-05-22T10:05:55+08:00 ERROR [language_models] Other(Failed to connect to LM Studio API: 502 Bad Gateway )
2025-05-22T10:06:03+08:00 INFO [node_runtime] Node runtime install_if_needed
2025-05-22T10:06:04+08:00 INFO [node_runtime] Node runtime install_if_needed
2025-05-22T10:06:05+08:00 INFO [node_runtime] Node runtime install_if_needed
2025-05-22T10:06:21+08:00 INFO [lsp] starting language server process. binary path: "/Users/xinyubao/Library/Application Support/Zed/languages/rust-analyzer/rust-analyzer-2025-05-19", working directory: "/Users/xinyubao/Works/surfing", args: []
2025-05-22T10:06:49+08:00 INFO [node_runtime] Node runtime install_if_needed
2025-05-22T10:06:50+08:00 INFO [lsp] starting language server process. binary path: "/Users/xinyubao/Library/Application Support/Zed/node/node-v22.5.1-darwin-arm64/bin/node", working directory: "/", args: ["/Users/xinyubao/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/dist/language-server.js", "--stdio"]
2025-05-22T10:06:50+08:00 INFO [lsp] Language server with id 0 sent unhandled notification window/logMessage:
{
"type": 3,
"message": "[lsp] GitHub Copilot Language Server 1.323.0 initialized"
}
2025-05-22T10:06:50+08:00 INFO [lsp] Language server with id 0 sent unhandled notification workspace/configuration:
{
"items": [
{
"section": "github.copilot"
},
{
"section": "github-enterprise"
},
{
"section": "http"
},
{
"section": "telemetry"
}
]
}
2025-05-22T10:06:50+08:00 INFO [lsp] Language server with id 0 sent unhandled notification didChangeStatus:
{
"busy": false,
"kind": "Error",
"message": "You are not signed into GitHub."
}
2025-05-22T10:06:50+08:00 INFO [lsp] Language server with id 0 sent unhandled notification window/logMessage:
{
"type": 2,
"message": "[sdk] setEditorInfo is deprecated. Use initializationOptions for editorInfo and editorPluginInfo and workspace/didChangeConfiguration for editorConfiguration."
}
2025-05-22T10:06:50+08:00 INFO [lsp] Language server with id 0 sent unhandled notification didChangeStatus:
{
"busy": false,
"kind": "Error",
"message": "You are not signed into GitHub."
}
2025-05-22T10:06:50+08:00 INFO [lsp] Language server with id 0 sent unhandled notification didChangeStatus:
{
"busy": false,
"kind": "Error",
"message": "You are not signed into GitHub."
}
2025-05-22T10:06:50+08:00 INFO [lsp] Language server with id 0 sent unhandled notification window/logMessage:
{
"type": 3,
"message": "[certificates] Removed 6 expired certificates"
}
2025-05-22T10:07:20+08:00 INFO [lsp] Language server with id 0 sent unhandled notification window/logMessage:
{
"type": 1,
"message": "[lsp] Request signInInitiate: HttpTimeoutError: Request to <https://github.com/login/device/code> timed out after 30000ms\n at /Users/xinyubao/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/lib/src/network/helix.ts:96:19\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at UT.fetch (/Users/xinyubao/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/lib/src/network/helix.ts:94:22)\n ... 4 lines matching cause stack trace ...\n at Wr.messageHandler (/Users/xinyubao/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/agent/src/service.ts:319:45) {\n [cause]: AbortError: The operation was aborted.\n at fetch (/Users/xinyubao/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/node_modules/@adobe/helix-fetch/src/fetch/index.js:96:13)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at cachingFetch (/Users/xinyubao/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/node_modules/@adobe/helix-fetch/src/fetch/index.js:288:16)\n at UT.fetch (/Users/xinyubao/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/lib/src/network/helix.ts:94:22)\n at requestDeviceFlowStage1 (/Users/xinyubao/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/lib/src/auth/deviceFlow.ts:47:20)\n at Sv.getTokenUnguarded (/Users/xinyubao/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/lib/src/auth/deviceFlow.ts:106:24)\n at Sv.getToken (/Users/xinyubao/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/lib/src/auth/deviceFlow.ts:98:20)\n at handleSignInInitiateChecked (/Users/xinyubao/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/agent/src/methods/signInInitiate.ts:56:28)\n at Wr.messageHandler (/Users/xinyubao/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/agent/src/service.ts:319:45) {\n type: 'aborted',\n _name: 'AbortError'\n }\n}"
}
2025-05-22T10:07:20+08:00 ERROR [copilot] Request signInInitiate failed with message: Request to <https://github.com/login/device/code> timed out after 30000ms
2025-05-22T10:07:28+08:00 INFO [db] Opening main db
2025-05-22T10:07:29+08:00 INFO [auto_update] downloaded update. path:"/var/folders/wz/njf0zzr96nqb549crcs1wbbr0000gn/T/zed-auto-updateFzQF3i/Zed.dmg"
2025-05-22T10:07:30+08:00 INFO [lsp] Language server with id 0 sent unhandled notification didChangeStatus:
{
"busy": false,
"kind": "Error",
"message": "You are not signed into GitHub."
}
2025-05-22T10:07:34+08:00 INFO [auto_update] Successfully unmounted the disk image
2025-05-22T10:08:07+08:00 ERROR [lsp] oneshot canceled
2025-05-22T10:08:07+08:00 ERROR [lsp] oneshot canceled
2025-05-22T10:08:10+08:00 INFO [zed] ========== starting zed ==========
2025-05-22T10:08:10+08:00 INFO [db] Opening main db
2025-05-22T10:08:10+08:00 INFO [db] Opening main db
2025-05-22T10:08:10+08:00 INFO [zed] Using git binary path: Some("/Applications/Zed.app/Contents/MacOS/git")
2025-05-22T10:08:10+08:00 INFO [prompt_store::prompts] No prompt template overrides directory found at /Users/xinyubao/.config/zed/prompt_overrides. Using built-in prompts.
2025-05-22T10:08:10+08:00 INFO [assistant_tools::terminal_tool] agent selected bash for terminal tool
2025-05-22T10:08:10+08:00 INFO [extension_host] extensions updated. loading 3, reloading 0, unloading 0
2025-05-22T10:08:10+08:00 INFO [db] Opening main db
2025-05-22T10:08:10+08:00 INFO [client] set status on client 0: Authenticating
2025-05-22T10:08:10+08:00 INFO [util] set environment variables from shell:/bin/zsh, path:/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:/Users/xinyubao/miniconda3/bin:/Users/xinyubao/miniconda3/condabin:/Users/xinyubao/.cargo/bin
2025-05-22T10:08:10+08:00 INFO [client] set status on client 210603: Connecting
2025-05-22T10:08:10+08:00 INFO [db] Opening main db
2025-05-22T10:08:10+08:00 INFO [db] Opening main db
2025-05-22T10:08:10+08:00 INFO [db] Opening main db
2025-05-22T10:08:10+08:00 INFO [project::debugger::breakpoint_store] Finish deserializing breakpoints & initializing breakpoint store
2025-05-22T10:08:11+08:00 INFO [project::lsp_store] attempting to start language server "rust-analyzer", path: "/Users/xinyubao/Works/surfing", id: 1
2025-05-22T10:08:11+08:00 INFO [project::prettier_store] Initializing default prettier with plugins {}
2025-05-22T10:08:11+08:00 INFO [project::prettier_store] Initializing default prettier with plugins {}
2025-05-22T10:08:11+08:00 INFO [project::lsp_store] attempting to start language server "taplo", path: "/Users/xinyubao/Works/surfing", id: 2
2025-05-22T10:08:11+08:00 INFO [project::prettier_store] Initializing default prettier with plugins {}
2025-05-22T10:08:11+08:00 INFO [project::prettier_store] Initializing default prettier with plugins {}
2025-05-22T10:08:11+08:00 INFO [project::environment] using project environment variables shell launched in "/Users/xinyubao/Works/surfing". PATH="/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:/Users/xinyubao/miniconda3/bin:/Users/xinyubao/miniconda3/condabin:/Users/xinyubao/.cargo/bin"
2025-05-22T10:08:11+08:00 INFO [languages::rust] found rust-analyzer in PATH. trying to run `rust-analyzer --help`
2025-05-22T10:08:11+08:00 INFO [project::prettier_store] Initializing default prettier with plugins {}
2025-05-22T10:08:11+08:00 INFO [client] connected to rpc endpoint https://collab.zed.dev/rpc
2025-05-22T10:08:12+08:00 INFO [language] fetching latest version of language server "rust-analyzer"
2025-05-22T10:08:12+08:00 INFO [lsp] starting language server process. binary path: "/Users/xinyubao/Library/Application Support/Zed/extensions/work/toml/taplo-0.9.3/taplo", working directory: "/Users/xinyubao/Works/surfing", args: ["lsp", "stdio"]
2025-05-22T10:08:13+08:00 INFO [rpc::peer] add_connection;
2025-05-22T10:08:13+08:00 INFO [client] set status on client 210603: Connected { peer_id: PeerId { owner_id: 779, id: 131697 }, connection_id: ConnectionId { owner_id: 0, id: 0 } }
2025-05-22T10:08:13+08:00 INFO [zeta] detected '"LICENSE"' as open source license
2025-05-22T10:08:14+08:00 INFO [language] downloading language server "rust-analyzer"
2025-05-22T10:08:14+08:00 INFO [lsp] starting language server process. binary path: "/Users/xinyubao/Library/Application Support/Zed/languages/rust-analyzer/rust-analyzer-2025-05-19", working directory: "/Users/xinyubao/Works/surfing", args: []
2025-05-22T10:08:28+08:00 ERROR [language_models] Other(Failed to connect to LM Studio API: 502 Bad Gateway )
2025-05-22T10:08:28+08:00 ERROR [language_models] Other(Failed to connect to Ollama API: 502 Bad Gateway )
2025-05-22T10:08:33+08:00 INFO [node_runtime] Node runtime install_if_needed
2025-05-22T10:08:34+08:00 INFO [node_runtime] Node runtime install_if_needed
2025-05-22T10:08:34+08:00 INFO [node_runtime] Node runtime install_if_needed
2025-05-22T10:08:34+08:00 INFO [lsp] starting language server process. binary path: "/Users/xinyubao/Library/Application Support/Zed/node/node-v22.5.1-darwin-arm64/bin/node", working directory: "/", args: ["/Users/xinyubao/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/dist/language-server.js", "--stdio"]
2025-05-22T10:08:35+08:00 INFO [lsp] Language server with id 0 sent unhandled notification window/logMessage:
{
"type": 3,
"message": "[lsp] GitHub Copilot Language Server 1.323.0 initialized"
}
2025-05-22T10:08:35+08:00 INFO [lsp] Language server with id 0 sent unhandled notification workspace/configuration:
{
"items": [
{
"section": "github.copilot"
},
{
"section": "github-enterprise"
},
{
"section": "http"
},
{
"section": "telemetry"
}
]
}
2025-05-22T10:08:35+08:00 INFO [lsp] Language server with id 0 sent unhandled notification didChangeStatus:
{
"busy": false,
"kind": "Error",
"message": "You are not signed into GitHub."
}
2025-05-22T10:08:35+08:00 INFO [lsp] Language server with id 0 sent unhandled notification window/logMessage:
{
"type": 2,
"message": "[sdk] setEditorInfo is deprecated. Use initializationOptions for editorInfo and editorPluginInfo and workspace/didChangeConfiguration for editorConfiguration."
}
2025-05-22T10:08:35+08:00 INFO [lsp] Language server with id 0 sent unhandled notification didChangeStatus:
{
"busy": false,
"kind": "Error",
"message": "You are not signed into GitHub."
}
2025-05-22T10:08:35+08:00 INFO [lsp] Language server with id 0 sent unhandled notification didChangeStatus:
{
"busy": false,
"kind": "Error",
"message": "You are not signed into GitHub."
}
2025-05-22T10:08:35+08:00 INFO [lsp] Language server with id 0 sent unhandled notification window/logMessage:
{
"type": 3,
"message": "[certificates] Removed 6 expired certificates"
}
2025-05-22T10:09:05+08:00 INFO [lsp] Language server with id 0 sent unhandled notification window/logMessage:
{
"type": 1,
"message": "[lsp] Request signInInitiate: HttpTimeoutError: Request to <https://github.com/login/device/code> timed out after 30000ms\n at /Users/xinyubao/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/lib/src/network/helix.ts:96:19\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at UT.fetch (/Users/xinyubao/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/lib/src/network/helix.ts:94:22)\n ... 4 lines matching cause stack trace ...\n at Wr.messageHandler (/Users/xinyubao/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/agent/src/service.ts:319:45) {\n [cause]: AbortError: The operation was aborted.\n at fetch (/Users/xinyubao/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/node_modules/@adobe/helix-fetch/src/fetch/index.js:96:13)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at cachingFetch (/Users/xinyubao/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/node_modules/@adobe/helix-fetch/src/fetch/index.js:288:16)\n at UT.fetch (/Users/xinyubao/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/lib/src/network/helix.ts:94:22)\n at requestDeviceFlowStage1 (/Users/xinyubao/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/lib/src/auth/deviceFlow.ts:47:20)\n at Sv.getTokenUnguarded (/Users/xinyubao/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/lib/src/auth/deviceFlow.ts:106:24)\n at Sv.getToken (/Users/xinyubao/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/lib/src/auth/deviceFlow.ts:98:20)\n at handleSignInInitiateChecked (/Users/xinyubao/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/agent/src/methods/signInInitiate.ts:56:28)\n at Wr.messageHandler (/Users/xinyubao/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/agent/src/service.ts:319:45) {\n type: 'aborted',\n _name: 'AbortError'\n }\n}"
}
2025-05-22T10:09:05+08:00 ERROR [copilot] copilot sign-in
Caused by:
Request signInInitiate failed with message: Request to <https://github.com/login/device/code> timed out after 30000ms
2025-05-22T10:09:09+08:00 INFO [db] Opening main db
2025-05-22T10:09:10+08:00 ERROR [lsp] Server reset connection for a request "shutdown" id 2
2025-05-22T10:09:10+08:00 ERROR [lsp] Server reset connection for a request "shutdown" id 2
2025-05-22T10:09:10+08:00 INFO [zed] ========== starting zed ==========
2025-05-22T10:09:10+08:00 INFO [db] Opening main db
2025-05-22T10:09:10+08:00 INFO [db] Opening main db
2025-05-22T10:09:10+08:00 INFO [zed] Using git binary path: Some("/Applications/Zed.app/Contents/MacOS/git")
2025-05-22T10:09:10+08:00 INFO [prompt_store::prompts] No prompt template overrides directory found at /Users/xinyubao/.config/zed/prompt_overrides. Using built-in prompts.
2025-05-22T10:09:10+08:00 INFO [assistant_tools::terminal_tool] agent selected bash for terminal tool
2025-05-22T10:09:10+08:00 INFO [extension_host] extensions updated. loading 3, reloading 0, unloading 0
2025-05-22T10:09:10+08:00 INFO [db] Opening main db
2025-05-22T10:09:10+08:00 INFO [client] set status on client 0: Authenticating
2025-05-22T10:09:10+08:00 INFO [util] set environment variables from shell:/bin/zsh, path:/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:/Users/xinyubao/miniconda3/bin:/Users/xinyubao/miniconda3/condabin:/Users/xinyubao/.cargo/bin
2025-05-22T10:09:10+08:00 INFO [client] set status on client 210603: Connecting
2025-05-22T10:09:10+08:00 INFO [db] Opening main db
2025-05-22T10:09:10+08:00 INFO [db] Opening main db
2025-05-22T10:09:11+08:00 INFO [db] Opening main db
2025-05-22T10:09:11+08:00 INFO [project::debugger::breakpoint_store] Finish deserializing breakpoints & initializing breakpoint store
2025-05-22T10:09:11+08:00 INFO [project::lsp_store] attempting to start language server "rust-analyzer", path: "/Users/xinyubao/Works/surfing", id: 1
2025-05-22T10:09:11+08:00 INFO [project::prettier_store] Initializing default prettier with plugins {}
2025-05-22T10:09:11+08:00 INFO [project::prettier_store] Initializing default prettier with plugins {}
2025-05-22T10:09:11+08:00 INFO [project::lsp_store] attempting to start language server "taplo", path: "/Users/xinyubao/Works/surfing", id: 2
2025-05-22T10:09:11+08:00 INFO [project::prettier_store] Initializing default prettier with plugins {}
2025-05-22T10:09:11+08:00 INFO [project::prettier_store] Initializing default prettier with plugins {}
2025-05-22T10:09:11+08:00 INFO [project::environment] using project environment variables shell launched in "/Users/xinyubao/Works/surfing". PATH="/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:/Users/xinyubao/miniconda3/bin:/Users/xinyubao/miniconda3/condabin:/Users/xinyubao/.cargo/bin"
2025-05-22T10:09:11+08:00 INFO [languages::rust] found rust-analyzer in PATH. trying to run `rust-analyzer --help`
2025-05-22T10:09:11+08:00 INFO [project::prettier_store] Initializing default prettier with plugins {}
2025-05-22T10:09:11+08:00 INFO [client] connected to rpc endpoint https://collab.zed.dev/rpc
2025-05-22T10:09:12+08:00 INFO [language] fetching latest version of language server "rust-analyzer"
2025-05-22T10:09:12+08:00 INFO [lsp] starting language server process. binary path: "/Users/xinyubao/Library/Application Support/Zed/extensions/work/toml/taplo-0.9.3/taplo", working directory: "/Users/xinyubao/Works/surfing", args: ["lsp", "stdio"]
2025-05-22T10:09:13+08:00 INFO [rpc::peer] add_connection;
2025-05-22T10:09:13+08:00 INFO [client] set status on client 210603: Connected { peer_id: PeerId { owner_id: 779, id: 132208 }, connection_id: ConnectionId { owner_id: 0, id: 0 } }
2025-05-22T10:09:13+08:00 INFO [zeta] detected '"LICENSE"' as open source license
2025-05-22T10:09:14+08:00 INFO [language] downloading language server "rust-analyzer"
2025-05-22T10:09:14+08:00 INFO [lsp] starting language server process. binary path: "/Users/xinyubao/Library/Application Support/Zed/languages/rust-analyzer/rust-analyzer-2025-05-19", working directory: "/Users/xinyubao/Works/surfing", args: []
2025-05-22T10:09:16+08:00 ERROR [language_models] Other(Failed to connect to LM Studio API: 502 Bad Gateway )
2025-05-22T10:09:16+08:00 ERROR [language_models] Other(Failed to connect to Ollama API: 502 Bad Gateway )
2025-05-22T10:09:23+08:00 INFO [node_runtime] Node runtime install_if_needed
2025-05-22T10:09:24+08:00 INFO [node_runtime] Node runtime install_if_needed
2025-05-22T10:09:25+08:00 INFO [node_runtime] Node runtime install_if_needed
2025-05-22T10:09:25+08:00 INFO [lsp] starting language server process. binary path: "/Users/xinyubao/Library/Application Support/Zed/node/node-v22.5.1-darwin-arm64/bin/node", working directory: "/", args: ["/Users/xinyubao/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/dist/language-server.js", "--stdio"]
2025-05-22T10:09:25+08:00 INFO [lsp] Language server with id 0 sent unhandled notification window/logMessage:
{
"type": 3,
"message": "[lsp] GitHub Copilot Language Server 1.323.0 initialized"
}
2025-05-22T10:09:25+08:00 INFO [lsp] Language server with id 0 sent unhandled notification workspace/configuration:
{
"items": [
{
"section": "github.copilot"
},
{
"section": "github-enterprise"
},
{
"section": "http"
},
{
"section": "telemetry"
}
]
}
2025-05-22T10:09:25+08:00 INFO [lsp] Language server with id 0 sent unhandled notification didChangeStatus:
{
"busy": false,
"kind": "Error",
"message": "You are not signed into GitHub."
}
2025-05-22T10:09:25+08:00 INFO [lsp] Language server with id 0 sent unhandled notification window/logMessage:
{
"type": 2,
"message": "[sdk] setEditorInfo is deprecated. Use initializationOptions for editorInfo and editorPluginInfo and workspace/didChangeConfiguration for editorConfiguration."
}
2025-05-22T10:09:25+08:00 INFO [lsp] Language server with id 0 sent unhandled notification didChangeStatus:
{
"busy": false,
"kind": "Error",
"message": "You are not signed into GitHub."
}
2025-05-22T10:09:26+08:00 INFO [lsp] Language server with id 0 sent unhandled notification didChangeStatus:
{
"busy": false,
"kind": "Error",
"message": "You are not signed into GitHub."
}
2025-05-22T10:09:26+08:00 INFO [lsp] Language server with id 0 sent unhandled notification window/logMessage:
{
"type": 3,
"message": "[certificates] Removed 6 expired certificates"
}
2025-05-22T10:09:55+08:00 INFO [lsp] Language server with id 0 sent unhandled notification window/logMessage:
{
"type": 1,
"message": "[lsp] Request signInInitiate: HttpTimeoutError: Request to <https://github.com/login/device/code> timed out after 30000ms\n at /Users/xinyubao/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/lib/src/network/helix.ts:96:19\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at UT.fetch (/Users/xinyubao/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/lib/src/network/helix.ts:94:22)\n ... 4 lines matching cause stack trace ...\n at Wr.messageHandler (/Users/xinyubao/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/agent/src/service.ts:319:45) {\n [cause]: AbortError: The operation was aborted.\n at fetch (/Users/xinyubao/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/node_modules/@adobe/helix-fetch/src/fetch/index.js:96:13)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at cachingFetch (/Users/xinyubao/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/node_modules/@adobe/helix-fetch/src/fetch/index.js:288:16)\n at UT.fetch (/Users/xinyubao/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/lib/src/network/helix.ts:94:22)\n at requestDeviceFlowStage1 (/Users/xinyubao/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/lib/src/auth/deviceFlow.ts:47:20)\n at Sv.getTokenUnguarded (/Users/xinyubao/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/lib/src/auth/deviceFlow.ts:106:24)\n at Sv.getToken (/Users/xinyubao/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/lib/src/auth/deviceFlow.ts:98:20)\n at handleSignInInitiateChecked (/Users/xinyubao/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/agent/src/methods/signInInitiate.ts:56:28)\n at Wr.messageHandler (/Users/xinyubao/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/agent/src/service.ts:319:45) {\n type: 'aborted',\n _name: 'AbortError'\n }\n}"
}
2025-05-22T10:09:55+08:00 ERROR [copilot] copilot sign-in
Caused by:
Request signInInitiate failed with message: Request to <https://github.com/login/device/code> timed out after 30000ms
2025-05-22T10:12:32+08:00 INFO [db] Opening main db
Okay, after I cleared settings related to agent and predictions in the settings.json, as I reopen zed, it works when I try to login via the panel, and then the copilot just worked. It seems that loading a legacy settings.json from the previous versions will cause internal errors. Backward compatibility is important.
@imumesh18 Hence, if you would like to debug the issue, I suppose that you may need to fake a settings.json from a previous version and see how the data was transferred internally. From my perspective, I don't see useful things from the log tho.
I deleted all from settings, reinstalled zed and removed everything from ~/Library/Application\ Support/Zed/ directory and even that didnt help. tbh I am out of ideas now.
I also tried to reinstall and
rm -rf $XDG_CONFIG_HOME/github-copilot/
brew uninstall --cask --zap --force zed
# remove zed entity from keychain
brew install --cask zed
# login to gh copilot using agent settings
Did not help either @imumesh18 btw, could usage of $XDG_CONFIG_HOME variable affect work of agent?
Had the same issue, removed agent from settings and got Copilot working after Zed restart.
OS: macOS 15.5.0
Memory: 48 GiB
Architecture: aarch64```
Had the same issue, removed
agentfrom settings and got Copilot working after Zed restart.OS: macOS 15.5.0 Memory: 48 GiB Architecture: aarch64```
So yeah, once again, I guess it's backward compatibility issue with the older version of settings.
Had the same issue, removed
agentfrom settings and got Copilot working after Zed restart.OS: macOS 15.5.0 Memory: 48 GiB Architecture: aarch64```So yeah, once again, I guess it's backward compatibility issue with the older version of settings.
Sadly that is not working for me. Despite having only ui in my settings - I still have no access to copilot chat models.
//
// For information on how to configure Zed, see the Zed
// documentation: https://zed.dev/docs/configuring-zed
//
// To see all of Zed's default settings without changing your
// custom settings, run `zed: open default settings` from the
// command palette (cmd-shift-p / ctrl-shift-p)
{
"ui_font_size": 16,
"buffer_font_size": 16,
"theme": {
"mode": "system",
"light": "One Light",
"dark": "One Dark"
}
}
Same. resetting the settings gives nothing
Had the same issue, removed
agentfrom settings and got Copilot working after Zed restart.OS: macOS 15.5.0 Memory: 48 GiB Architecture: aarch64```So yeah, once again, I guess it's backward compatibility issue with the older version of settings.
Sadly that is not working for me. Despite having only ui in my settings - I still have no access to copilot chat models.
// // For information on how to configure Zed, see the Zed // documentation: https://zed.dev/docs/configuring-zed // // To see all of Zed's default settings without changing your // custom settings, run `zed: open default settings` from the // command palette (cmd-shift-p / ctrl-shift-p) { "ui_font_size": 16, "buffer_font_size": 16, "theme": { "mode": "system", "light": "One Light", "dark": "One Dark" } }
What about reload the workspace
Had the same issue, removed
agentfrom settings and got Copilot working after Zed restart.OS: macOS 15.5.0 Memory: 48 GiB Architecture: aarch64```So yeah, once again, I guess it's backward compatibility issue with the older version of settings.
Sadly that is not working for me. Despite having only ui in my settings - I still have no access to copilot chat models.
// // For information on how to configure Zed, see the Zed // documentation: https://zed.dev/docs/configuring-zed // // To see all of Zed's default settings without changing your // custom settings, run `zed: open default settings` from the // command palette (cmd-shift-p / ctrl-shift-p) { "ui_font_size": 16, "buffer_font_size": 16, "theme": { "mode": "system", "light": "One Light", "dark": "One Dark" } }What about reload the workspace
same, even after:
I deleted all from settings, reinstalled zed and removed everything from ~/Library/Application\ Support/Zed/ directory and even that didnt help. tbh I am out of ideas now.
I also tried to reinstall and
rm -rf $XDG_CONFIG_HOME/github-copilot/ brew uninstall --cask --zap --force zed # remove zed entity from keychain brew install --cask zed # login to gh copilot using agent settingsDid not help either @imumesh18 btw, could usage of $XDG_CONFIG_HOME variable affect work of agent?
I don't know if this is related but I always have to relogin into github copilot on start, and I now always have to first select the copilot model, it is not longer auto selected. Also inline provider doesn't work at all anymore (No language model provider configured, tried with default_inline_assistant or default_model, no combination works).
There have been some recent improvements, can someone confirm whether they are still seeing this with the current Zed Preview release (v0.190.x)?