Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tasks not running when user shell is fish #15421

Open
1 task done
Lemon2ee opened this issue Jul 29, 2024 · 5 comments
Open
1 task done

Tasks not running when user shell is fish #15421

Lemon2ee opened this issue Jul 29, 2024 · 5 comments
Labels
duplicate Additional reports of an existing issue support User support (non-defect troubleshooting, documentation, etc) tasks terminal Feedback for terminal integration, shell commands, etc

Comments

@Lemon2ee
Copy link

Check for existing issues

  • Completed

Describe the bug / provide steps to reproduce it

Bug description

Environment

Using fish, version 3.7.1 and Starship.

when running the example local "Example Task", and having the user default shell set to /usr/local/bin/fish, Zed would simply spawn a new shell and does nothing (actual task neither run or failed). Also, the following setting in tasks.json does not resovle the issue.

"shell": {
      "program": "/bin/sh"
}

After setting my default shell to /bin/sh or /bin/zsh, the task is running as expected. Upon checking the log and comparing log generated while fish is the dafault shell, I found that this line (or something similar) 2024-07-29T11:46:21.271502Z [INFO] updating SHELL environment variable to value from passwd entry: "/bin/zsh" is not present.

Environment

Zed: v0.145.1 (Zed)
OS: macOS 15.0.0
Memory: 16 GiB
Architecture: x86_64

If applicable, add mockups / screenshots to help explain present your vision of the feature

Screen.Recording.2024-07-29.at.8.00.39.AM.mov
Screen.Recording.2024-07-29.at.8.01.47.AM.mov

If applicable, attach your Zed.log file to this issue.

Zed.log
  "metadataStr": "[INFO] [default] [2024-07-29T11:38:41.222Z]",
  "extra": [
    "[fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex"
  ]
}
2024-07-29T11:38:42.15569Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-07-29T11:38:42.144Z] Found inline suggestions locally",
  "metadataStr": "[INFO] [ghostText] [2024-07-29T11:38:42.144Z]",
  "extra": [
    "Found inline suggestions locally"
  ]
}
2024-07-29T11:38:42.940662Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:38:42.938Z] [fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex",
  "metadataStr": "[INFO] [default] [2024-07-29T11:38:42.938Z]",
  "extra": [
    "[fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex"
  ]
}
2024-07-29T11:38:43.256621Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:38:43.254Z] [fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex",
  "metadataStr": "[INFO] [default] [2024-07-29T11:38:43.254Z]",
  "extra": [
    "[fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex"
  ]
}
2024-07-29T11:38:43.538523Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:38:43.532Z] request.response: [https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex/completions] took 278 ms",
  "metadataStr": "[INFO] [default] [2024-07-29T11:38:43.532Z]",
  "extra": [
    "request.response: [https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex/completions] took 278 ms"
  ]
}
2024-07-29T11:38:43.539199Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [streamChoices] [2024-07-29T11:38:43.534Z] solution 0 returned. finish reason: [stop]",
  "metadataStr": "[INFO] [streamChoices] [2024-07-29T11:38:43.534Z]",
  "extra": [
    "solution 0 returned. finish reason: [stop]"
  ]
}
2024-07-29T11:38:43.539489Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [streamChoices] [2024-07-29T11:38:43.535Z] request done: headerRequestId: [17c488e4-35a1-406e-81ae-778e3b98a987] model deployment ID: [d059-20240720130601]",
  "metadataStr": "[INFO] [streamChoices] [2024-07-29T11:38:43.535Z]",
  "extra": [
    "request done: headerRequestId: [17c488e4-35a1-406e-81ae-778e3b98a987] model deployment ID: [d059-20240720130601]"
  ]
}
2024-07-29T11:38:48.2592Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:38:48.256Z] [fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex",
  "metadataStr": "[INFO] [default] [2024-07-29T11:38:48.256Z]",
  "extra": [
    "[fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex"
  ]
}
2024-07-29T11:38:48.42846Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:38:48.426Z] [fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex",
  "metadataStr": "[INFO] [default] [2024-07-29T11:38:48.426Z]",
  "extra": [
    "[fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex"
  ]
}
2024-07-29T11:38:48.732149Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:38:48.727Z] request.response: [https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex/completions] took 301 ms",
  "metadataStr": "[INFO] [default] [2024-07-29T11:38:48.727Z]",
  "extra": [
    "request.response: [https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex/completions] took 301 ms"
  ]
}
2024-07-29T11:38:48.733037Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [streamChoices] [2024-07-29T11:38:48.729Z] solution 0 returned. finish reason: [stop]",
  "metadataStr": "[INFO] [streamChoices] [2024-07-29T11:38:48.729Z]",
  "extra": [
    "solution 0 returned. finish reason: [stop]"
  ]
}
2024-07-29T11:38:48.73334Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [streamChoices] [2024-07-29T11:38:48.730Z] request done: headerRequestId: [0949fb15-f82f-4577-952a-b87c85f70968] model deployment ID: [d059-20240720130601]",
  "metadataStr": "[INFO] [streamChoices] [2024-07-29T11:38:48.730Z]",
  "extra": [
    "request done: headerRequestId: [0949fb15-f82f-4577-952a-b87c85f70968] model deployment ID: [d059-20240720130601]"
  ]
}
2024-07-29T11:38:52.193562Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:38:52.191Z] [fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex",
  "metadataStr": "[INFO] [default] [2024-07-29T11:38:52.191Z]",
  "extra": [
    "[fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex"
  ]
}
2024-07-29T11:38:52.550532Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-07-29T11:38:52.549Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-07-29T11:38:52.549Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-07-29T11:38:52.734899Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-07-29T11:38:52.733Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-07-29T11:38:52.733Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-07-29T11:38:52.861195Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:38:52.858Z] [fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex",
  "metadataStr": "[INFO] [default] [2024-07-29T11:38:52.858Z]",
  "extra": [
    "[fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex"
  ]
}
2024-07-29T11:38:53.032686Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-07-29T11:38:53.029Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-07-29T11:38:53.029Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-07-29T11:38:53.190373Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:38:53.188Z] [fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex",
  "metadataStr": "[INFO] [default] [2024-07-29T11:38:53.188Z]",
  "extra": [
    "[fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex"
  ]
}
2024-07-29T11:38:53.416218Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:38:53.410Z] request.response: [https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex/completions] took 222 ms",
  "metadataStr": "[INFO] [default] [2024-07-29T11:38:53.410Z]",
  "extra": [
    "request.response: [https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex/completions] took 222 ms"
  ]
}
2024-07-29T11:38:53.416856Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [streamChoices] [2024-07-29T11:38:53.411Z] solution 0 returned. finish reason: [stop]",
  "metadataStr": "[INFO] [streamChoices] [2024-07-29T11:38:53.411Z]",
  "extra": [
    "solution 0 returned. finish reason: [stop]"
  ]
}
2024-07-29T11:38:53.417136Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [streamChoices] [2024-07-29T11:38:53.413Z] request done: headerRequestId: [6feb2dc2-04a8-44ca-a1c5-b070555d91ca] model deployment ID: [d059-20240720130601]",
  "metadataStr": "[INFO] [streamChoices] [2024-07-29T11:38:53.413Z]",
  "extra": [
    "request done: headerRequestId: [6feb2dc2-04a8-44ca-a1c5-b070555d91ca] model deployment ID: [d059-20240720130601]"
  ]
}
2024-07-29T11:38:53.740462Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:38:53.735Z] [fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex",
  "metadataStr": "[INFO] [default] [2024-07-29T11:38:53.735Z]",
  "extra": [
    "[fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex"
  ]
}
2024-07-29T11:38:53.903438Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:38:53.901Z] [fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex",
  "metadataStr": "[INFO] [default] [2024-07-29T11:38:53.901Z]",
  "extra": [
    "[fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex"
  ]
}
2024-07-29T11:38:54.193373Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:38:54.191Z] [fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex",
  "metadataStr": "[INFO] [default] [2024-07-29T11:38:54.191Z]",
  "extra": [
    "[fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex"
  ]
}
2024-07-29T11:38:54.53191Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-07-29T11:38:54.526Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-07-29T11:38:54.526Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-07-29T11:38:54.685706Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:38:54.683Z] [fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex",
  "metadataStr": "[INFO] [default] [2024-07-29T11:38:54.683Z]",
  "extra": [
    "[fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex"
  ]
}
2024-07-29T11:38:54.932754Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:38:54.928Z] request.response: [https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex/completions] took 244 ms",
  "metadataStr": "[INFO] [default] [2024-07-29T11:38:54.928Z]",
  "extra": [
    "request.response: [https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex/completions] took 244 ms"
  ]
}
2024-07-29T11:38:54.933647Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [streamChoices] [2024-07-29T11:38:54.930Z] solution 0 returned. finish reason: [stop]",
  "metadataStr": "[INFO] [streamChoices] [2024-07-29T11:38:54.930Z]",
  "extra": [
    "solution 0 returned. finish reason: [stop]"
  ]
}
2024-07-29T11:38:54.933925Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [streamChoices] [2024-07-29T11:38:54.932Z] request done: headerRequestId: [5b446a75-472f-4489-9292-3a7c713fb472] model deployment ID: [d059-20240720130601]",
  "metadataStr": "[INFO] [streamChoices] [2024-07-29T11:38:54.932Z]",
  "extra": [
    "request done: headerRequestId: [5b446a75-472f-4489-9292-3a7c713fb472] model deployment ID: [d059-20240720130601]"
  ]
}
2024-07-29T11:38:55.002978Z [WARN] Generic lsp request to node failed: Unhandled method textDocument/definition
2024-07-29T11:39:56.436969Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:39:56.435Z] [fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex",
  "metadataStr": "[INFO] [default] [2024-07-29T11:39:56.435Z]",
  "extra": [
    "[fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex"
  ]
}
2024-07-29T11:39:56.720542Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-07-29T11:39:56.719Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-07-29T11:39:56.719Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-07-29T11:39:56.872271Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:39:56.869Z] [fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex",
  "metadataStr": "[INFO] [default] [2024-07-29T11:39:56.869Z]",
  "extra": [
    "[fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex"
  ]
}
2024-07-29T11:39:57.154437Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:39:57.152Z] [fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex",
  "metadataStr": "[INFO] [default] [2024-07-29T11:39:57.152Z]",
  "extra": [
    "[fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex"
  ]
}
2024-07-29T11:39:57.336576Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-07-29T11:39:57.335Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-07-29T11:39:57.335Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-07-29T11:39:57.454866Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:39:57.452Z] [fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex",
  "metadataStr": "[INFO] [default] [2024-07-29T11:39:57.452Z]",
  "extra": [
    "[fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex"
  ]
}
2024-07-29T11:39:57.555196Z [WARN] Generic lsp request to node failed: Unhandled method textDocument/definition
2024-07-29T11:39:57.669285Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:39:57.657Z] request.response: [https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex/completions] took 205 ms",
  "metadataStr": "[INFO] [default] [2024-07-29T11:39:57.657Z]",
  "extra": [
    "request.response: [https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex/completions] took 205 ms"
  ]
}
2024-07-29T11:39:57.671097Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [streamChoices] [2024-07-29T11:39:57.658Z] solution 0 returned. finish reason: [stop]",
  "metadataStr": "[INFO] [streamChoices] [2024-07-29T11:39:57.658Z]",
  "extra": [
    "solution 0 returned. finish reason: [stop]"
  ]
}
2024-07-29T11:39:57.67143Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [streamChoices] [2024-07-29T11:39:57.661Z] request done: headerRequestId: [162c2266-bc47-42ec-98d4-85707b2c5e3d] model deployment ID: [d059-20240720130601]",
  "metadataStr": "[INFO] [streamChoices] [2024-07-29T11:39:57.661Z]",
  "extra": [
    "request done: headerRequestId: [162c2266-bc47-42ec-98d4-85707b2c5e3d] model deployment ID: [d059-20240720130601]"
  ]
}
2024-07-29T11:40:00.269949Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:40:00.252Z] [fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex",
  "metadataStr": "[INFO] [default] [2024-07-29T11:40:00.252Z]",
  "extra": [
    "[fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex"
  ]
}
2024-07-29T11:40:00.486629Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:40:00.469Z] [fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex",
  "metadataStr": "[INFO] [default] [2024-07-29T11:40:00.469Z]",
  "extra": [
    "[fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex"
  ]
}
2024-07-29T11:40:00.753322Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-07-29T11:40:00.751Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-07-29T11:40:00.751Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-07-29T11:40:00.919833Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:40:00.901Z] [fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex",
  "metadataStr": "[INFO] [default] [2024-07-29T11:40:00.901Z]",
  "extra": [
    "[fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex"
  ]
}
2024-07-29T11:40:01.053132Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:40:01.039Z] request.response: [https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex/completions] took 137 ms",
  "metadataStr": "[INFO] [default] [2024-07-29T11:40:01.039Z]",
  "extra": [
    "request.response: [https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex/completions] took 137 ms"
  ]
}
2024-07-29T11:40:01.070435Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [streamChoices] [2024-07-29T11:40:01.041Z] solution 0 returned. finish reason: [stop]",
  "metadataStr": "[INFO] [streamChoices] [2024-07-29T11:40:01.041Z]",
  "extra": [
    "solution 0 returned. finish reason: [stop]"
  ]
}
2024-07-29T11:40:01.103772Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [streamChoices] [2024-07-29T11:40:01.042Z] request done: headerRequestId: [52ddfc54-2283-4a90-8da2-d4232d0b5fa2] model deployment ID: [d059-20240720130601]",
  "metadataStr": "[INFO] [streamChoices] [2024-07-29T11:40:01.042Z]",
  "extra": [
    "request done: headerRequestId: [52ddfc54-2283-4a90-8da2-d4232d0b5fa2] model deployment ID: [d059-20240720130601]"
  ]
}
2024-07-29T11:40:14.950385Z [INFO] starting language servers for Rust: rust-analyzer
2024-07-29T11:40:26.972127Z [INFO] starting language servers for Rust: rust-analyzer
2024-07-29T11:40:28.607539Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [post-insertion] [2024-07-29T11:40:28.607Z] Could not get document for /Users/lemon2ee/RustroverProjects/Tautify/.zed/tasks.json. Maybe it was closed by the editor.",
  "metadataStr": "[INFO] [post-insertion] [2024-07-29T11:40:28.607Z]",
  "extra": [
    "Could not get document for /Users/lemon2ee/RustroverProjects/Tautify/.zed/tasks.json. Maybe it was closed by the editor."
  ]
}
2024-07-29T11:40:29.094909Z [INFO] starting language servers for JSONC: json-language-server
2024-07-29T11:41:37.985033Z [WARN] Generic lsp request to node failed: Unhandled method textDocument/definition
2024-07-29T11:43:51.79708Z [ERROR] Unhandled method workspace/symbol
2024-07-29T11:43:51.797313Z [ERROR] Method not found
2024-07-29T11:43:58.356501Z [ERROR] Unhandled method workspace/symbol
2024-07-29T11:43:58.35671Z [ERROR] Method not found
2024-07-29T11:44:24.195643Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:44:24.192Z] [fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex",
  "metadataStr": "[INFO] [default] [2024-07-29T11:44:24.192Z]",
  "extra": [
    "[fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex"
  ]
}
2024-07-29T11:44:24.523833Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:44:24.517Z] request.response: [https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex/completions] took 325 ms",
  "metadataStr": "[INFO] [default] [2024-07-29T11:44:24.517Z]",
  "extra": [
    "request.response: [https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex/completions] took 325 ms"
  ]
}
2024-07-29T11:44:24.524225Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [streamChoices] [2024-07-29T11:44:24.519Z] solution 0 returned. finish reason: [stop]",
  "metadataStr": "[INFO] [streamChoices] [2024-07-29T11:44:24.519Z]",
  "extra": [
    "solution 0 returned. finish reason: [stop]"
  ]
}
2024-07-29T11:44:24.524745Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [streamChoices] [2024-07-29T11:44:24.522Z] request done: headerRequestId: [1180606c-c5fe-4c27-8658-f273969905e9] model deployment ID: [d040-20240719123353]",
  "metadataStr": "[INFO] [streamChoices] [2024-07-29T11:44:24.522Z]",
  "extra": [
    "request done: headerRequestId: [1180606c-c5fe-4c27-8658-f273969905e9] model deployment ID: [d040-20240719123353]"
  ]
}
2024-07-29T11:44:58.698485Z [ERROR] oneshot canceled
2024-07-29T11:44:58.698801Z [ERROR] oneshot canceled
2024-07-29T11:44:58.699085Z [ERROR] oneshot canceled
2024-07-29T11:45:00.720086Z [INFO] ========== starting zed ==========
2024-07-29T11:45:00.7219Z [INFO] Opening main db
2024-07-29T11:45:00.726642Z [INFO] Using git binary path: Some("/Applications/Zed.app/Contents/MacOS/git")
2024-07-29T11:45:01.107241Z [ERROR] theme not found: Dracula
2024-07-29T11:45:01.109582Z [INFO] extensions updated. loading 3, reloading 0, unloading 0
2024-07-29T11:45:01.208474Z [INFO] Opening main db
2024-07-29T11:45:01.237284Z [WARN] Theme "Dracula" is using a deprecated style property: scrollbar_thumb.background. Use `scrollbar.thumb.background` instead.
2024-07-29T11:45:01.266363Z [INFO] building git repository, `.git` path in the worktree: ".git"
2024-07-29T11:45:01.326121Z [INFO] Opening main db
2024-07-29T11:45:01.360611Z [INFO] starting language servers for JSONC: json-language-server
2024-07-29T11:45:01.36086Z [INFO] starting language server "json-language-server", path: "/Users/lemon2ee/RustroverProjects/Tautify", id: 1
2024-07-29T11:45:01.361251Z [INFO] starting language servers for JSONC: json-language-server
2024-07-29T11:45:01.366016Z [INFO] starting language servers for JSONC: json-language-server
2024-07-29T11:45:01.507845Z [INFO] set environment variables from shell:/usr/local/bin/fish, path:/Users/lemon2ee/.cargo/bin:/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:/Applications/VMware Fusion.app/Contents/Public:/Applications/Wireshark.app/Contents/MacOS:/Users/lemon2ee/.local/bin:/Applications/WezTerm.app/Contents/MacOS
2024-07-29T11:45:02.090656Z [INFO] set status on client 0: Authenticating
2024-07-29T11:45:02.121367Z [INFO] fetching latest version of language server "json-language-server"
2024-07-29T11:45:02.121629Z [INFO] Node runtime install_if_needed
2024-07-29T11:45:02.124517Z [INFO] starting language servers for JSONC: json-language-server
2024-07-29T11:45:02.191507Z [INFO] Opening main db
2024-07-29T11:45:02.193282Z [INFO] set status on client 98798: Connecting
2024-07-29T11:45:02.272603Z [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-07-29T11:45:02.483705Z [INFO] add connection to peer
2024-07-29T11:45:02.483971Z [INFO] add_connection;
2024-07-29T11:45:02.484207Z [INFO] waiting for server hello
2024-07-29T11:45:02.502227Z [INFO] got server hello
2024-07-29T11:45:02.526173Z [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 0 }, peer id: PeerId { owner_id: 458, id: 853758 })
2024-07-29T11:45:02.526534Z [INFO] set status on client 98798: Connected { peer_id: PeerId { owner_id: 458, id: 853758 }, connection_id: ConnectionId { owner_id: 0, id: 0 } }
2024-07-29T11:45:03.569406Z [INFO] Node runtime install_if_needed
2024-07-29T11:45:04.541069Z [INFO] starting language server. binary path: "/Users/lemon2ee/Library/Application Support/Zed/node/node-v18.15.0-darwin-x64/bin/node", working directory: "/", args: ["/Users/lemon2ee/Library/Application Support/Zed/copilot/copilot-v0.5.0/dist/agent.js", "--stdio"]
2024-07-29T11:45:05.102757Z [INFO] downloading language server "json-language-server"
2024-07-29T11:45:05.10465Z [INFO] Node runtime install_if_needed
2024-07-29T11:45:05.520853Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-07-29T11:45:05.510Z] Agent service starting",
  "metadataStr": "[DEBUG] [agent] [2024-07-29T11:45:05.510Z]",
  "extra": [
    "Agent service starting"
  ]
}
2024-07-29T11:45:05.534681Z [INFO] Language server with id 0 sent unhandled notification client/registerCapability:
{
  "registrations": [
    {
      "id": "bc1965db-aedd-4629-b01a-0861636e5cc4",
      "method": "workspace/didChangeWorkspaceFolders",
      "registerOptions": {}
    }
  ]
}
2024-07-29T11:45:05.955901Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-07-29T11:45:05.942Z] Telemetry initialized",
  "metadataStr": "[DEBUG] [agent] [2024-07-29T11:45:05.942Z]",
  "extra": [
    "Telemetry initialized"
  ]
}
2024-07-29T11:45:06.086944Z [INFO] starting language server. binary path: "/Users/lemon2ee/Library/Application Support/Zed/node/node-v18.15.0-darwin-x64/bin/node", working directory: "/Users/lemon2ee/RustroverProjects/Tautify", args: ["/Users/lemon2ee/Library/Application Support/Zed/languages/json-language-server/node_modules/vscode-langservers-extracted/bin/vscode-json-language-server", "--stdio"]
2024-07-29T11:45:30.430733Z [ERROR] oneshot canceled
2024-07-29T11:45:32.997332Z [INFO] ========== starting zed ==========
2024-07-29T11:45:32.999196Z [INFO] Opening main db
2024-07-29T11:45:33.004593Z [INFO] Using git binary path: Some("/Applications/Zed.app/Contents/MacOS/git")
2024-07-29T11:45:33.004977Z [INFO] updating SHELL environment variable to value from passwd entry: "/bin/sh"
2024-07-29T11:45:33.375493Z [ERROR] theme not found: Dracula
2024-07-29T11:45:33.376783Z [INFO] extensions updated. loading 3, reloading 0, unloading 0
2024-07-29T11:45:33.482741Z [INFO] Opening main db
2024-07-29T11:45:33.503645Z [INFO] building git repository, `.git` path in the worktree: ".git"
2024-07-29T11:45:33.508486Z [WARN] Theme "Dracula" is using a deprecated style property: scrollbar_thumb.background. Use `scrollbar.thumb.background` instead.
2024-07-29T11:45:33.582623Z [INFO] Opening main db
2024-07-29T11:45:33.592801Z [INFO] Opening main db
2024-07-29T11:45:33.662824Z [INFO] set status on client 0: Authenticating
2024-07-29T11:45:33.676047Z [INFO] starting language servers for JSONC: json-language-server
2024-07-29T11:45:33.676384Z [INFO] starting language server "json-language-server", path: "/Users/lemon2ee/RustroverProjects/Tautify", id: 1
2024-07-29T11:45:33.676953Z [INFO] starting language servers for JSONC: json-language-server
2024-07-29T11:45:34.29467Z [INFO] set environment variables from shell:/bin/sh, path:/Users/lemon2ee/.cargo/bin:/Users/lemon2ee/.nvm/versions/node/v20.15.1/bin:/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:/Applications/Wireshark.app/Contents/MacOS:/Applications/VMware Fusion.app/Contents/Public:/Users/lemon2ee/.local/bin
2024-07-29T11:45:34.463416Z [INFO] set status on client 98798: Connecting
2024-07-29T11:45:34.464711Z [INFO] starting language servers for JSONC: json-language-server
2024-07-29T11:45:34.467561Z [INFO] fetching latest version of language server "json-language-server"
2024-07-29T11:45:34.467892Z [INFO] Node runtime install_if_needed
2024-07-29T11:45:34.545205Z [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-07-29T11:45:34.709013Z [INFO] add connection to peer
2024-07-29T11:45:34.709214Z [INFO] add_connection;
2024-07-29T11:45:34.709397Z [INFO] waiting for server hello
2024-07-29T11:45:34.717315Z [INFO] got server hello
2024-07-29T11:45:34.717519Z [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 0 }, peer id: PeerId { owner_id: 458, id: 854047 })
2024-07-29T11:45:34.717864Z [INFO] set status on client 98798: Connected { peer_id: PeerId { owner_id: 458, id: 854047 }, connection_id: ConnectionId { owner_id: 0, id: 0 } }
2024-07-29T11:45:35.237422Z [INFO] Node runtime install_if_needed
2024-07-29T11:45:36.161308Z [INFO] starting language server. binary path: "/Users/lemon2ee/Library/Application Support/Zed/node/node-v18.15.0-darwin-x64/bin/node", working directory: "/", args: ["/Users/lemon2ee/Library/Application Support/Zed/copilot/copilot-v0.5.0/dist/agent.js", "--stdio"]
2024-07-29T11:45:36.426205Z [INFO] downloading language server "json-language-server"
2024-07-29T11:45:36.441519Z [INFO] Node runtime install_if_needed
2024-07-29T11:45:37.263865Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-07-29T11:45:37.242Z] Agent service starting",
  "metadataStr": "[DEBUG] [agent] [2024-07-29T11:45:37.242Z]",
  "extra": [
    "Agent service starting"
  ]
}
2024-07-29T11:45:37.264572Z [INFO] Language server with id 0 sent unhandled notification client/registerCapability:
{
  "registrations": [
    {
      "id": "22fa850f-6158-478f-bf41-9cbd5a896423",
      "method": "workspace/didChangeWorkspaceFolders",
      "registerOptions": {}
    }
  ]
}
2024-07-29T11:45:37.376486Z [INFO] starting language server. binary path: "/Users/lemon2ee/Library/Application Support/Zed/node/node-v18.15.0-darwin-x64/bin/node", working directory: "/Users/lemon2ee/RustroverProjects/Tautify", args: ["/Users/lemon2ee/Library/Application Support/Zed/languages/json-language-server/node_modules/vscode-langservers-extracted/bin/vscode-json-language-server", "--stdio"]
2024-07-29T11:45:37.597073Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-07-29T11:45:37.587Z] Telemetry initialized",
  "metadataStr": "[DEBUG] [agent] [2024-07-29T11:45:37.587Z]",
  "extra": [
    "Telemetry initialized"
  ]
}
2024-07-29T11:46:01.068474Z [ERROR] Unhandled method workspace/symbol
2024-07-29T11:46:17.866058Z [ERROR] oneshot canceled
2024-07-29T11:46:21.265599Z [INFO] ========== starting zed ==========
2024-07-29T11:46:21.26753Z [INFO] Opening main db
2024-07-29T11:46:21.271086Z [INFO] Using git binary path: Some("/Applications/Zed.app/Contents/MacOS/git")
2024-07-29T11:46:21.271502Z [INFO] updating SHELL environment variable to value from passwd entry: "/bin/zsh"
2024-07-29T11:46:21.656697Z [ERROR] theme not found: Dracula
2024-07-29T11:46:21.657877Z [INFO] extensions updated. loading 3, reloading 0, unloading 0
2024-07-29T11:46:21.755409Z [INFO] Opening main db
2024-07-29T11:46:21.770183Z [INFO] building git repository, `.git` path in the worktree: ".git"
2024-07-29T11:46:21.777973Z [WARN] Theme "Dracula" is using a deprecated style property: scrollbar_thumb.background. Use `scrollbar.thumb.background` instead.
2024-07-29T11:46:21.831661Z [INFO] Opening main db
2024-07-29T11:46:21.858405Z [INFO] set status on client 0: Authenticating
2024-07-29T11:46:21.869802Z [INFO] starting language servers for JSONC: json-language-server
2024-07-29T11:46:21.870189Z [INFO] starting language server "json-language-server", path: "/Users/lemon2ee/RustroverProjects/Tautify", id: 1
2024-07-29T11:46:21.870764Z [INFO] starting language servers for JSONC: json-language-server
2024-07-29T11:46:21.872275Z [INFO] set status on client 98798: Connecting
2024-07-29T11:46:22.048051Z [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-07-29T11:46:22.589188Z [INFO] starting language servers for JSONC: json-language-server
2024-07-29T11:46:22.593115Z [INFO] add connection to peer
2024-07-29T11:46:22.593308Z [INFO] add_connection;
2024-07-29T11:46:22.593493Z [INFO] waiting for server hello
2024-07-29T11:46:22.593675Z [INFO] got server hello
2024-07-29T11:46:22.593842Z [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 0 }, peer id: PeerId { owner_id: 458, id: 854413 })
2024-07-29T11:46:22.594188Z [INFO] set status on client 98798: Connected { peer_id: PeerId { owner_id: 458, id: 854413 }, connection_id: ConnectionId { owner_id: 0, id: 0 } }
2024-07-29T11:46:22.594724Z [INFO] starting language servers for JSONC: json-language-server
2024-07-29T11:46:22.646727Z [INFO] Opening main db
2024-07-29T11:46:22.651658Z [INFO] Node runtime install_if_needed
2024-07-29T11:46:23.513324Z [INFO] starting language server. binary path: "/Users/lemon2ee/Library/Application Support/Zed/node/node-v18.15.0-darwin-x64/bin/node", working directory: "/", args: ["/Users/lemon2ee/Library/Application Support/Zed/copilot/copilot-v0.5.0/dist/agent.js", "--stdio"]
2024-07-29T11:46:24.080771Z [INFO] set environment variables from shell:/bin/zsh, path:/Users/lemon2ee/.pyenv/shims:/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:/Applications/Wireshark.app/Contents/MacOS:/Applications/VMware Fusion.app/Contents/Public:/Users/lemon2ee/.cargo/bin:/Users/lemon2ee/.local/bin:/Users/lemon2ee/Library/Application Support/JetBrains/Toolbox/scripts
2024-07-29T11:46:24.087102Z [INFO] fetching latest version of language server "json-language-server"
2024-07-29T11:46:24.08747Z [INFO] Node runtime install_if_needed
2024-07-29T11:46:24.535632Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-07-29T11:46:24.518Z] Agent service starting",
  "metadataStr": "[DEBUG] [agent] [2024-07-29T11:46:24.518Z]",
  "extra": [
    "Agent service starting"
  ]
}
2024-07-29T11:46:24.553463Z [INFO] Language server with id 0 sent unhandled notification client/registerCapability:
{
  "registrations": [
    {
      "id": "366a339f-0bcf-45e9-9fdc-933237bebda0",
      "method": "workspace/didChangeWorkspaceFolders",
      "registerOptions": {}
    }
  ]
}
2024-07-29T11:46:24.885204Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-07-29T11:46:24.876Z] Telemetry initialized",
  "metadataStr": "[DEBUG] [agent] [2024-07-29T11:46:24.876Z]",
  "extra": [
    "Telemetry initialized"
  ]
}
2024-07-29T11:46:26.023461Z [INFO] downloading language server "json-language-server"
2024-07-29T11:46:26.024351Z [INFO] Node runtime install_if_needed
2024-07-29T11:46:26.83414Z [INFO] starting language server. binary path: "/Users/lemon2ee/Library/Application Support/Zed/node/node-v18.15.0-darwin-x64/bin/node", working directory: "/Users/lemon2ee/RustroverProjects/Tautify", args: ["/Users/lemon2ee/Library/Application Support/Zed/languages/json-language-server/node_modules/vscode-langservers-extracted/bin/vscode-json-language-server", "--stdio"]
2024-07-29T11:46:47.449277Z [WARN] Generic lsp request to node failed: Unhandled method textDocument/definition
2024-07-29T11:46:53.072155Z [WARN] Generic lsp request to node failed: Unhandled method textDocument/definition
2024-07-29T11:47:02.238445Z [WARN] Generic lsp request to node failed: Unhandled method textDocument/definition
2024-07-29T11:47:02.400402Z [INFO] open paths ["/Users/lemon2ee/.config/zed/settings.json"]
2024-07-29T11:47:02.402914Z [INFO] starting language servers for JSONC: json-language-server
2024-07-29T11:47:02.430915Z [INFO] starting language servers for JSONC: json-language-server
2024-07-29T11:47:02.431153Z [INFO] starting language server "json-language-server", path: "/Users/lemon2ee/.config/zed/settings.json", id: 2
2024-07-29T11:47:02.431478Z [INFO] starting language server. binary path: "/Users/lemon2ee/Library/Application Support/Zed/node/node-v18.15.0-darwin-x64/bin/node", working directory: "/Users/lemon2ee/.config/zed", args: ["/Users/lemon2ee/Library/Application Support/Zed/languages/json-language-server/node_modules/vscode-langservers-extracted/bin/vscode-json-language-server", "--stdio"]
2024-07-29T11:47:05.447128Z [WARN] Generic lsp request to node failed: Unhandled method textDocument/definition
2024-07-29T11:47:05.835781Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:47:05.826Z] [fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex",
  "metadataStr": "[INFO] [default] [2024-07-29T11:47:05.826Z]",
  "extra": [
    "[fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex"
  ]
}
2024-07-29T11:47:06.411652Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:47:06.407Z] [fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex",
  "metadataStr": "[INFO] [default] [2024-07-29T11:47:06.407Z]",
  "extra": [
    "[fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex"
  ]
}
2024-07-29T11:47:06.427313Z [WARN] Generic lsp request to node failed: Unhandled method textDocument/definition
2024-07-29T11:47:06.677547Z [INFO] starting language servers for JSONC: json-language-server
2024-07-29T11:47:06.67782Z [INFO] starting language servers for JSONC: json-language-server
2024-07-29T11:47:06.890648Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:47:06.886Z] [fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex",
  "metadataStr": "[INFO] [default] [2024-07-29T11:47:06.886Z]",
  "extra": [
    "[fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex"
  ]
}
2024-07-29T11:47:07.075888Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:47:07.067Z] request.response: [https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex/completions] took 180 ms",
  "metadataStr": "[INFO] [default] [2024-07-29T11:47:07.067Z]",
  "extra": [
    "request.response: [https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex/completions] took 180 ms"
  ]
}
2024-07-29T11:47:07.076208Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [streamChoices] [2024-07-29T11:47:07.073Z] solution 0 returned. finish reason: [stop]",
  "metadataStr": "[INFO] [streamChoices] [2024-07-29T11:47:07.073Z]",
  "extra": [
    "solution 0 returned. finish reason: [stop]"
  ]
}
2024-07-29T11:47:07.076446Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [streamChoices] [2024-07-29T11:47:07.075Z] request done: headerRequestId: [4b088729-aaab-4b5c-80fc-8de3d376ae90] model deployment ID: [d052-20240720072932]",
  "metadataStr": "[INFO] [streamChoices] [2024-07-29T11:47:07.075Z]",
  "extra": [
    "request done: headerRequestId: [4b088729-aaab-4b5c-80fc-8de3d376ae90] model deployment ID: [d052-20240720072932]"
  ]
}
2024-07-29T11:47:07.558311Z [WARN] Generic lsp request to node failed: Unhandled method textDocument/definition
2024-07-29T11:47:07.692563Z [INFO] starting language servers for JSONC: json-language-server
2024-07-29T11:47:07.692739Z [INFO] starting language servers for JSONC: json-language-server
2024-07-29T11:47:07.89075Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:47:07.887Z] [fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex",
  "metadataStr": "[INFO] [default] [2024-07-29T11:47:07.887Z]",
  "extra": [
    "[fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex"
  ]
}
2024-07-29T11:47:08.056875Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:47:08.051Z] request.response: [https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex/completions] took 164 ms",
  "metadataStr": "[INFO] [default] [2024-07-29T11:47:08.051Z]",
  "extra": [
    "request.response: [https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex/completions] took 164 ms"
  ]
}
2024-07-29T11:47:08.057114Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [streamChoices] [2024-07-29T11:47:08.052Z] solution 0 returned. finish reason: [stop]",
  "metadataStr": "[INFO] [streamChoices] [2024-07-29T11:47:08.052Z]",
  "extra": [
    "solution 0 returned. finish reason: [stop]"
  ]
}
2024-07-29T11:47:08.057286Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [streamChoices] [2024-07-29T11:47:08.053Z] request done: headerRequestId: [82394bf1-e970-4b79-89b5-3f4f9b62e874] model deployment ID: [d052-20240720072932]",
  "metadataStr": "[INFO] [streamChoices] [2024-07-29T11:47:08.053Z]",
  "extra": [
    "request done: headerRequestId: [82394bf1-e970-4b79-89b5-3f4f9b62e874] model deployment ID: [d052-20240720072932]"
  ]
}
2024-07-29T11:47:08.090942Z [WARN] Generic lsp request to node failed: Unhandled method textDocument/definition
2024-07-29T11:47:10.328074Z [INFO] starting language servers for JSONC: json-language-server
2024-07-29T11:47:10.328366Z [INFO] starting language servers for JSONC: json-language-server
2024-07-29T11:47:10.522513Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:47:10.513Z] [fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex",
  "metadataStr": "[INFO] [default] [2024-07-29T11:47:10.513Z]",
  "extra": [
    "[fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex"
  ]
}
2024-07-29T11:47:10.661231Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:47:10.656Z] request.response: [https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex/completions] took 143 ms",
  "metadataStr": "[INFO] [default] [2024-07-29T11:47:10.656Z]",
  "extra": [
    "request.response: [https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex/completions] took 143 ms"
  ]
}
2024-07-29T11:47:10.661591Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [streamChoices] [2024-07-29T11:47:10.659Z] solution 0 returned. finish reason: [stop]",
  "metadataStr": "[INFO] [streamChoices] [2024-07-29T11:47:10.659Z]",
  "extra": [
    "solution 0 returned. finish reason: [stop]"
  ]
}
2024-07-29T11:47:10.66181Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [streamChoices] [2024-07-29T11:47:10.660Z] request done: headerRequestId: [d98e9564-efe2-4f55-bdb2-bdbc561f77a3] model deployment ID: [d052-20240720072932]",
  "metadataStr": "[INFO] [streamChoices] [2024-07-29T11:47:10.660Z]",
  "extra": [
    "request done: headerRequestId: [d98e9564-efe2-4f55-bdb2-bdbc561f77a3] model deployment ID: [d052-20240720072932]"
  ]
}
2024-07-29T11:47:11.293573Z [INFO] starting language servers for JSONC: json-language-server
2024-07-29T11:47:11.294057Z [INFO] starting language servers for JSONC: json-language-server
2024-07-29T11:47:11.478824Z [INFO] starting language servers for JSONC: json-language-server
2024-07-29T11:47:11.479277Z [INFO] starting language servers for JSONC: json-language-server
2024-07-29T11:47:11.540614Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-07-29T11:47:11.539Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-07-29T11:47:11.539Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-07-29T11:47:11.626261Z [INFO] starting language servers for JSONC: json-language-server
2024-07-29T11:47:11.626529Z [INFO] starting language servers for JSONC: json-language-server
2024-07-29T11:47:11.67806Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-07-29T11:47:11.676Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-07-29T11:47:11.676Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-07-29T11:47:11.77891Z [INFO] starting language servers for JSONC: json-language-server
2024-07-29T11:47:11.779151Z [INFO] starting language servers for JSONC: json-language-server
2024-07-29T11:47:11.810816Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-07-29T11:47:11.808Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-07-29T11:47:11.808Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-07-29T11:47:11.989138Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:47:11.983Z] [fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex",
  "metadataStr": "[INFO] [default] [2024-07-29T11:47:11.983Z]",
  "extra": [
    "[fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex"
  ]
}
2024-07-29T11:47:12.161482Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:47:12.155Z] request.response: [https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex/completions] took 172 ms",
  "metadataStr": "[INFO] [default] [2024-07-29T11:47:12.155Z]",
  "extra": [
    "request.response: [https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex/completions] took 172 ms"
  ]
}
2024-07-29T11:47:12.161966Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [streamChoices] [2024-07-29T11:47:12.159Z] solution 0 returned. finish reason: [stop]",
  "metadataStr": "[INFO] [streamChoices] [2024-07-29T11:47:12.159Z]",
  "extra": [
    "solution 0 returned. finish reason: [stop]"
  ]
}
2024-07-29T11:47:12.162193Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [streamChoices] [2024-07-29T11:47:12.160Z] request done: headerRequestId: [a2836076-8877-41ae-ac45-88ad7c931021] model deployment ID: [d052-20240720072932]",
  "metadataStr": "[INFO] [streamChoices] [2024-07-29T11:47:12.160Z]",
  "extra": [
    "request done: headerRequestId: [a2836076-8877-41ae-ac45-88ad7c931021] model deployment ID: [d052-20240720072932]"
  ]
}
2024-07-29T11:47:12.480628Z [INFO] starting language servers for JSONC: json-language-server
2024-07-29T11:47:12.480863Z [INFO] starting language servers for JSONC: json-language-server
2024-07-29T11:47:12.512661Z [INFO] starting language servers for JSONC: json-language-server
2024-07-29T11:47:12.512901Z [INFO] starting language servers for JSONC: json-language-server
2024-07-29T11:47:12.707273Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:47:12.705Z] [fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex",
  "metadataStr": "[INFO] [default] [2024-07-29T11:47:12.705Z]",
  "extra": [
    "[fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex"
  ]
}
2024-07-29T11:47:12.857187Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:47:12.855Z] request.response: [https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex/completions] took 150 ms",
  "metadataStr": "[INFO] [default] [2024-07-29T11:47:12.855Z]",
  "extra": [
    "request.response: [https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex/completions] took 150 ms"
  ]
}
2024-07-29T11:47:12.857548Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [streamChoices] [2024-07-29T11:47:12.856Z] solution 0 returned. finish reason: [stop]",
  "metadataStr": "[INFO] [streamChoices] [2024-07-29T11:47:12.856Z]",
  "extra": [
    "solution 0 returned. finish reason: [stop]"
  ]
}
2024-07-29T11:47:12.8578Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [streamChoices] [2024-07-29T11:47:12.856Z] request done: headerRequestId: [e06854f1-86fd-438e-9088-dfc3e5f3a91f] model deployment ID: [d052-20240720072932]",
  "metadataStr": "[INFO] [streamChoices] [2024-07-29T11:47:12.856Z]",
  "extra": [
    "request done: headerRequestId: [e06854f1-86fd-438e-9088-dfc3e5f3a91f] model deployment ID: [d052-20240720072932]"
  ]
}
2024-07-29T11:47:13.909735Z [INFO] starting language servers for JSONC: json-language-server
2024-07-29T11:47:13.910228Z [INFO] starting language servers for JSONC: json-language-server
2024-07-29T11:47:14.094878Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:47:14.093Z] [fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex",
  "metadataStr": "[INFO] [default] [2024-07-29T11:47:14.093Z]",
  "extra": [
    "[fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex"
  ]
}
2024-07-29T11:47:14.257752Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-07-29T11:47:14.254Z] request.response: [https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex/completions] took 161 ms",
  "metadataStr": "[INFO] [default] [2024-07-29T11:47:14.254Z]",
  "extra": [
    "request.response: [https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex/completions] took 161 ms"
  ]
}
2024-07-29T11:47:14.258081Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [streamChoices] [2024-07-29T11:47:14.255Z] solution 0 returned. finish reason: [stop]",
  "metadataStr": "[INFO] [streamChoices] [2024-07-29T11:47:14.255Z]",
  "extra": [
    "solution 0 returned. finish reason: [stop]"
  ]
}
2024-07-29T11:47:14.258326Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [streamChoices] [2024-07-29T11:47:14.256Z] request done: headerRequestId: [9f190f64-4862-45ee-a824-c0f0cc196f4c] model deployment ID: [d052-20240720072932]",
  "metadataStr": "[INFO] [streamChoices] [2024-07-29T11:47:14.256Z]",
  "extra": [
    "request done: headerRequestId: [9f190f64-4862-45ee-a824-c0f0cc196f4c] model deployment ID: [d052-20240720072932]"
  ]
}
2024-07-29T11:48:05.645936Z [ERROR] oneshot canceled
2024-07-29T11:48:05.646508Z [ERROR] oneshot canceled
2024-07-29T11:48:07.331509Z [INFO] ========== starting zed ==========
2024-07-29T11:48:07.333719Z [INFO] Opening main db
2024-07-29T11:48:07.338483Z [INFO] Using git binary path: Some("/Applications/Zed.app/Contents/MacOS/git")
2024-07-29T11:48:07.723444Z [ERROR] theme not found: Dracula
2024-07-29T11:48:07.724656Z [INFO] extensions updated. loading 3, reloading 0, unloading 0
2024-07-29T11:48:07.830514Z [INFO] Opening main db
2024-07-29T11:48:07.844265Z [INFO] building git repository, `.git` path in the worktree: ".git"
2024-07-29T11:48:07.852623Z [WARN] Theme "Dracula" is using a deprecated style property: scrollbar_thumb.background. Use `scrollbar.thumb.background` instead.
2024-07-29T11:48:07.907716Z [INFO] Opening main db
2024-07-29T11:48:07.917396Z [INFO] Opening main db
2024-07-29T11:48:07.976058Z [INFO] set status on client 0: Authenticating
2024-07-29T11:48:07.988756Z [INFO] starting language servers for JSONC: json-language-server
2024-07-29T11:48:07.989025Z [INFO] starting language server "json-language-server", path: "/Users/lemon2ee/RustroverProjects/Tautify", id: 1
2024-07-29T11:48:07.989445Z [INFO] starting language servers for JSONC: json-language-server
2024-07-29T11:48:07.991136Z [INFO] set status on client 98798: Connecting
2024-07-29T11:48:08.156159Z [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-07-29T11:48:08.194723Z [INFO] set environment variables from shell:/usr/local/bin/fish, path:/Users/lemon2ee/.cargo/bin:/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:/Applications/VMware Fusion.app/Contents/Public:/Applications/Wireshark.app/Contents/MacOS:/Users/lemon2ee/.local/bin:/Applications/WezTerm.app/Contents/MacOS
2024-07-29T11:48:08.883318Z [INFO] fetching latest version of language server "json-language-server"
2024-07-29T11:48:08.883859Z [INFO] Node runtime install_if_needed
2024-07-29T11:48:08.88767Z [INFO] add connection to peer
2024-07-29T11:48:08.888023Z [INFO] add_connection;
2024-07-29T11:48:08.88835Z [INFO] waiting for server hello
2024-07-29T11:48:08.888912Z [INFO] starting language servers for JSONC: json-language-server
2024-07-29T11:48:08.892591Z [ERROR] No worktree for path: "/Users/lemon2ee/.config/zed/settings.json"
2024-07-29T11:48:08.893596Z [INFO] got server hello
2024-07-29T11:48:08.893936Z [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 0 }, peer id: PeerId { owner_id: 458, id: 855283 })
2024-07-29T11:48:08.894567Z [INFO] set status on client 98798: Connected { peer_id: PeerId { owner_id: 458, id: 855283 }, connection_id: ConnectionId { owner_id: 0, id: 0 } }
2024-07-29T11:48:09.734301Z [INFO] Node runtime install_if_needed
2024-07-29T11:48:10.588034Z [INFO] starting language server. binary path: "/Users/lemon2ee/Library/Application Support/Zed/node/node-v18.15.0-darwin-x64/bin/node", working directory: "/", args: ["/Users/lemon2ee/Library/Application Support/Zed/copilot/copilot-v0.5.0/dist/agent.js", "--stdio"]
2024-07-29T11:48:10.828738Z [INFO] downloading language server "json-language-server"
2024-07-29T11:48:10.829655Z [INFO] Node runtime install_if_needed
2024-07-29T11:48:11.622851Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-07-29T11:48:11.612Z] Agent service starting",
  "metadataStr": "[DEBUG] [agent] [2024-07-29T11:48:11.612Z]",
  "extra": [
    "Agent service starting"
  ]
}
2024-07-29T11:48:11.626809Z [INFO] Language server with id 0 sent unhandled notification client/registerCapability:
{
  "registrations": [
    {
      "id": "dfb43a56-1892-4515-884b-da36d402e0c8",
      "method": "workspace/didChangeWorkspaceFolders",
      "registerOptions": {}
    }
  ]
}
2024-07-29T11:48:11.710023Z [INFO] starting language server. binary path: "/Users/lemon2ee/Library/Application Support/Zed/node/node-v18.15.0-darwin-x64/bin/node", working directory: "/Users/lemon2ee/RustroverProjects/Tautify", args: ["/Users/lemon2ee/Library/Application Support/Zed/languages/json-language-server/node_modules/vscode-langservers-extracted/bin/vscode-json-language-server", "--stdio"]
2024-07-29T11:48:12.010969Z [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-07-29T11:48:12.000Z] Telemetry initialized",
  "metadataStr": "[DEBUG] [agent] [2024-07-29T11:48:12.000Z]",
  "extra": [
    "Telemetry initialized"
  ]
}
2024-07-29T11:51:55.640879Z [WARN] Generic lsp request to node failed: Unhandled method textDocument/definition
2024-07-29T11:56:12.597397Z [WARN] Generic lsp request to node failed: Unhandled method textDocument/definition
@Lemon2ee Lemon2ee added admin read Pending admin review defect [core label] triage Maintainer needs to classify the issue labels Jul 29, 2024
@Moshyfawn Moshyfawn added terminal Feedback for terminal integration, shell commands, etc tasks and removed triage Maintainer needs to classify the issue labels Jul 29, 2024
@notpeter
Copy link
Member

When I attempt to run the "Example task" from zed.dev/docs/tasks I get the following:
Screenshot 2024-07-29 at 11 39 49

Which is expected because fish has a unique syntax for for that is incompatible with sh/bash/zsh/etc. See: https://fishshell.com/docs/current/cmds/for.html

When I add shell block to use /bin/sh, it works as expected:
Screenshot 2024-07-29 at 11 43 07

I'm using the same version of fish you are (3.7.1) but my path is /opt/homebrew/bin/fish because that's where my binary is.

  • How did you install fish?
  • Is your /usr/local/bin/fish a symlink?

@notpeter notpeter added support User support (non-defect troubleshooting, documentation, etc) and removed defect [core label] admin read Pending admin review labels Jul 29, 2024
@Lemon2ee
Copy link
Author

Thanks a lot for the reply.

  • I am using homebrew for fish installation but it was poured into /usr/local/Cellar/fish/3.7.1
  • And yes my /usr/local/bin/fish is a symlink.

But when I added the resolved path /usr/local/Cellar/fish/3.7.1/bin/fish to /etc/shells and set that as the default, the problem persists.

After that, i have also tried:

  1. Remove all the fisher package installation.
  2. Comment out all fish.config

None of these resolved the problem.

Is there a way I can see debug messages for the entire application?

@Lemon2ee
Copy link
Author

Lemon2ee commented Jul 29, 2024

hmmm very interesting.

When i start zed with /Applications/Zed.app/Contents/MacOS/zed, it worked.

Screen.Recording.2024-07-29.at.4.35.04.PM.mov

also, with v0.146.1-pre, task is runnable, but only when the shell is set to non-fish shells (tested with /bin/sh and /bin/zsh).

@notpeter
Copy link
Member

All this much newer than I realized, those changes were added in Zed Preview v0.146.0 release 5 days ago.

Extended task templates with shell and hide fields to use custom shells and allow for custom close behavior. #15031

Zed stable won't get this until Wednesday 2024-07-29, but the website docs match development immediately following merge -- we don't yet have a process for delayed release or version of docs. Please bear with us and thanks for reporting!

Closing as duplicate of: #10964

@notpeter notpeter added the duplicate Additional reports of an existing issue label Jul 29, 2024
@Lemon2ee
Copy link
Author

Tasks is still not exactly working even with the preview version. Please check the video below, my task would only run when env is set.

Screen.Recording.2024-07-29.at.6.03.38.PM.mov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Additional reports of an existing issue support User support (non-defect troubleshooting, documentation, etc) tasks terminal Feedback for terminal integration, shell commands, etc
Projects
None yet
Development

No branches or pull requests

3 participants