zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
50.6k stars 3.14k forks source link

Zed crashes all zed windows open when I close one of the multiple zed windows open #20952

Closed Navknight closed 4 days ago

Navknight commented 4 days ago

Check for existing issues

Describe the bug / provide steps to reproduce it

  1. Open two zed windows
  2. Close any one of them

This means, that everytime I connect to a remote desktop a new window opens up and if I close the original one, the window connected to the remote desktop crashes. The issue is not localised to only remote desktops, any two or more windows opened have the same thing - close one and all crash.

Environment

Zed 0.161.2 Stable (https://archlinux.org/packages/extra/x86_64/zed/) Arch Linux (x86) 16 GB RAM

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

Zed.log ``` 2024-11-21T07:28:48.693270135+05:30 [INFO] ========== starting zed ========== 2024-11-21T07:28:48.718870565+05:30 [INFO] perform; 2024-11-21T07:28:48.719289244+05:30 [INFO] authenticate; 2024-11-21T07:28:48.720345758+05:30 [INFO] read_command; 2024-11-21T07:28:48.724134539+05:30 [INFO] Opening main db 2024-11-21T07:28:48.727312645+05:30 [INFO] socket reader; 2024-11-21T07:28:48.727575535+05:30 [INFO] new; 2024-11-21T07:28:48.759412253+05:30 [INFO] Opening main db 2024-11-21T07:28:48.78955036+05:30 [INFO] Using git binary path: None 2024-11-21T07:28:48.802583951+05:30 [INFO] no tokio runtime found, creating one for Reqwest... 2024-11-21T07:28:48.841758605+05:30 [ERROR] No such file or directory (os error 2) about ["/home/navknight/.config/github-copilot"] 2024-11-21T07:28:48.843903317+05:30 [INFO] initializing context server client 2024-11-21T07:28:48.844127112+05:30 [INFO] Registering built-in prompt template: content_prompt 2024-11-21T07:28:48.845831287+05:30 [INFO] Registering built-in prompt template: project_slash_command 2024-11-21T07:28:48.845873986+05:30 [INFO] Registering built-in prompt template: suggest_edits 2024-11-21T07:28:48.846053196+05:30 [INFO] Registering built-in prompt template: terminal_assistant_prompt 2024-11-21T07:28:48.846365173+05:30 [INFO] No prompt template overrides directory found at /home/navknight/.local/share/zed/prompt_overrides. Using built-in prompts. 2024-11-21T07:28:48.864976348+05:30 [INFO] activate is not implemented on Linux, ignoring the call 2024-11-21T07:28:48.869371273+05:30 [INFO] Opening main db 2024-11-21T07:28:48.870337405+05:30 [INFO] perform; 2024-11-21T07:28:48.870403218+05:30 [INFO] authenticate; 2024-11-21T07:28:48.870473853+05:30 [INFO] read_command; 2024-11-21T07:28:48.871008211+05:30 [INFO] socket reader; 2024-11-21T07:28:48.897563345+05:30 [INFO] set environment variables from shell:/usr/bin/zsh, path:/usr/local/bin:/usr/bin:/usr/local/sbin:/var/lib/flatpak/exports/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/navknight/.hishtory 2024-11-21T07:28:50.628432815+05:30 [INFO] Enabling Vulkan Portability 2024-11-21T07:28:50.628469794+05:30 [INFO] Enabling color space support 2024-11-21T07:28:50.63269849+05:30 [INFO] Adapter: "NVIDIA GeForce RTX 3050 Laptop GPU" 2024-11-21T07:28:50.632750691+05:30 [INFO] Ray tracing is supported 2024-11-21T07:28:50.856508904+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:28:50.856588303+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:28:50.89747672+05:30 [INFO] Creating a descriptor pool for at most 16 sets 2024-11-21T07:28:50.897524107+05:30 [INFO] Creating a descriptor pool for at most 16 sets 2024-11-21T07:28:50.897597836+05:30 [INFO] Initializing Blade pipelines for surface SurfaceInfo { format: Bgra8UnormSrgb, alpha: PreMultiplied } 2024-11-21T07:28:51.048606971+05:30 [INFO] Using GPU: GPUSpecs { is_software_emulated: false, device_name: "NVIDIA GeForce RTX 3050 Laptop GPU", driver_name: "NVIDIA", driver_info: "565.57.01" } 2024-11-21T07:28:51.051178708+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:28:51.05121938+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:28:51.064735825+05:30 [INFO] Initializing Blade pipelines for surface SurfaceInfo { format: Bgra8UnormSrgb, alpha: Ignored } 2024-11-21T07:28:51.132394639+05:30 [INFO] rebuilt extension index in 1.03829ms 2024-11-21T07:28:51.132639755+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:28:51.132688295+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:28:51.166010462+05:30 [INFO] Opening main db 2024-11-21T07:28:51.172663751+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:28:51.172728809+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:28:51.190656849+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:28:51.190705009+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:28:51.214099728+05:30 [ERROR] missing field `name` at line 17 column 1 2024-11-21T07:28:51.214412789+05:30 [ERROR] Is a directory (os error 21) 2024-11-21T07:28:52.883039743+05:30 [INFO] Node runtime install_if_needed 2024-11-21T07:28:53.152030336+05:30 [ERROR] missing field `name` at line 18 column 1 2024-11-21T07:28:53.901834984+05:30 [ERROR] missing field `name` at line 21 column 1 2024-11-21T07:28:54.235344665+05:30 [ERROR] missing field `name` at line 22 column 1 2024-11-21T07:28:55.744299051+05:30 [INFO] starting language server process. binary path: "/home/navknight/.local/share/zed/node/node-v22.5.1-linux-x64/bin/node", working directory: "/", args: ["/home/navknight/.local/share/zed/copilot/copilot-v0.5.0/dist/agent.js", "--stdio"] 2024-11-21T07:28:56.027646551+05:30 [INFO] Language server with id 0 sent unhandled notification LogMessage: { "level": 0, "message": "[DEBUG] [agent] [2024-11-21T01:58:56.024Z] Agent service starting", "metadataStr": "[DEBUG] [agent] [2024-11-21T01:58:56.024Z]", "extra": [ "Agent service starting" ] } 2024-11-21T07:28:56.029528061+05:30 [INFO] Language server with id 0 sent unhandled notification client/registerCapability: { "registrations": [ { "id": "d68d0e4a-cbc0-4ce0-8626-ec23619663ac", "method": "workspace/didChangeWorkspaceFolders", "registerOptions": {} } ] } 2024-11-21T07:28:56.059793426+05:30 [INFO] Language server with id 0 sent unhandled notification LogMessage: { "level": 0, "message": "[DEBUG] [agent] [2024-11-21T01:58:56.034Z] Telemetry initialized", "metadataStr": "[DEBUG] [agent] [2024-11-21T01:58:56.034Z]", "extra": [ "Telemetry initialized" ] } 2024-11-21T07:28:56.227767139+05:30 [INFO] Creating a descriptor pool for at most 16 sets 2024-11-21T07:28:56.228849241+05:30 [INFO] Creating a descriptor pool for at most 16 sets 2024-11-21T07:28:56.235912168+05:30 [INFO] Creating a descriptor pool for at most 256 sets 2024-11-21T07:28:56.24611497+05:30 [INFO] Creating a descriptor pool for at most 256 sets 2024-11-21T07:29:03.76856651+05:30 [ERROR] failed to connect: Host key verification failed. 2024-11-21T07:29:39.867156344+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:29:39.867227657+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:29:40.02753343+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:29:40.027600414+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:29:40.193134079+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:29:40.193199194+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:29:45.935358463+05:30 [ERROR] window not found 2024-11-21T07:29:45.93540244+05:30 [ERROR] window not found 2024-11-21T07:30:45.588235595+05:30 [INFO] ========== starting zed ========== 2024-11-21T07:30:45.604454158+05:30 [INFO] perform; 2024-11-21T07:30:45.60452114+05:30 [INFO] authenticate; 2024-11-21T07:30:45.604563865+05:30 [INFO] Opening main db 2024-11-21T07:30:45.604626886+05:30 [INFO] read_command; 2024-11-21T07:30:45.605125404+05:30 [INFO] new; 2024-11-21T07:30:45.605177573+05:30 [INFO] socket reader; 2024-11-21T07:30:45.6056807+05:30 [INFO] Opening main db 2024-11-21T07:30:45.607980176+05:30 [INFO] Using git binary path: None 2024-11-21T07:30:45.618638958+05:30 [INFO] no tokio runtime found, creating one for Reqwest... 2024-11-21T07:30:45.643786253+05:30 [ERROR] No such file or directory (os error 2) about ["/home/navknight/.config/github-copilot"] 2024-11-21T07:30:45.644521985+05:30 [INFO] initializing context server client 2024-11-21T07:30:45.644602499+05:30 [INFO] Registering built-in prompt template: content_prompt 2024-11-21T07:30:45.644894387+05:30 [INFO] Registering built-in prompt template: project_slash_command 2024-11-21T07:30:45.644933681+05:30 [INFO] Registering built-in prompt template: suggest_edits 2024-11-21T07:30:45.645058827+05:30 [INFO] Registering built-in prompt template: terminal_assistant_prompt 2024-11-21T07:30:45.645245539+05:30 [INFO] No prompt template overrides directory found at /home/navknight/.local/share/zed/prompt_overrides. Using built-in prompts. 2024-11-21T07:30:45.647307261+05:30 [INFO] activate is not implemented on Linux, ignoring the call 2024-11-21T07:30:45.649776785+05:30 [INFO] Opening main db 2024-11-21T07:30:45.650161588+05:30 [INFO] perform; 2024-11-21T07:30:45.650222776+05:30 [INFO] authenticate; 2024-11-21T07:30:45.650290042+05:30 [INFO] read_command; 2024-11-21T07:30:45.650656414+05:30 [INFO] socket reader; 2024-11-21T07:30:45.721486858+05:30 [INFO] set environment variables from shell:/usr/bin/zsh, path:/usr/local/bin:/usr/bin:/usr/local/sbin:/var/lib/flatpak/exports/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/navknight/.hishtory 2024-11-21T07:30:47.402867098+05:30 [INFO] Enabling Vulkan Portability 2024-11-21T07:30:47.40290792+05:30 [INFO] Enabling color space support 2024-11-21T07:30:47.407198126+05:30 [INFO] Adapter: "NVIDIA GeForce RTX 3050 Laptop GPU" 2024-11-21T07:30:47.407257017+05:30 [INFO] Ray tracing is supported 2024-11-21T07:30:47.593730409+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:30:47.593772299+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:30:47.63482658+05:30 [INFO] Creating a descriptor pool for at most 16 sets 2024-11-21T07:30:47.634865246+05:30 [INFO] Creating a descriptor pool for at most 16 sets 2024-11-21T07:30:47.634890592+05:30 [INFO] Initializing Blade pipelines for surface SurfaceInfo { format: Bgra8UnormSrgb, alpha: PreMultiplied } 2024-11-21T07:30:47.641336915+05:30 [INFO] Using GPU: GPUSpecs { is_software_emulated: false, device_name: "NVIDIA GeForce RTX 3050 Laptop GPU", driver_name: "NVIDIA", driver_info: "565.57.01" } 2024-11-21T07:30:47.641646349+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:30:47.641672135+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:30:47.652152723+05:30 [INFO] Initializing Blade pipelines for surface SurfaceInfo { format: Bgra8UnormSrgb, alpha: Ignored } 2024-11-21T07:30:47.658445829+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:30:47.658498427+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:30:47.65882698+05:30 [INFO] rebuilt extension index in 537.008µs 2024-11-21T07:30:47.675665485+05:30 [INFO] Opening main db 2024-11-21T07:30:47.678945552+05:30 [ERROR] missing field `name` at line 22 column 1 2024-11-21T07:30:47.680712661+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:30:47.680774197+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:30:47.696273587+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:30:47.696342382+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:30:47.709397372+05:30 [INFO] Node runtime install_if_needed 2024-11-21T07:30:47.724374841+05:30 [INFO] Opening main db 2024-11-21T07:30:47.803408639+05:30 [INFO] starting language server process. binary path: "/home/navknight/.local/share/zed/node/node-v22.5.1-linux-x64/bin/node", working directory: "/", args: ["/home/navknight/.local/share/zed/copilot/copilot-v0.5.0/dist/agent.js", "--stdio"] 2024-11-21T07:30:47.821621441+05:30 [ERROR] missing field `name` at line 22 column 1 2024-11-21T07:30:48.141197435+05:30 [INFO] Language server with id 0 sent unhandled notification LogMessage: { "level": 0, "message": "[DEBUG] [agent] [2024-11-21T02:00:48.136Z] Agent service starting", "metadataStr": "[DEBUG] [agent] [2024-11-21T02:00:48.136Z]", "extra": [ "Agent service starting" ] } 2024-11-21T07:30:48.14373346+05:30 [INFO] Language server with id 0 sent unhandled notification client/registerCapability: { "registrations": [ { "id": "99037a77-36e7-4e2d-9a09-78aedfedd8c1", "method": "workspace/didChangeWorkspaceFolders", "registerOptions": {} } ] } 2024-11-21T07:30:48.172117388+05:30 [INFO] Language server with id 0 sent unhandled notification LogMessage: { "level": 0, "message": "[DEBUG] [agent] [2024-11-21T02:00:48.149Z] Telemetry initialized", "metadataStr": "[DEBUG] [agent] [2024-11-21T02:00:48.149Z]", "extra": [ "Telemetry initialized" ] } 2024-11-21T07:30:58.667559745+05:30 [ERROR] client:unhandled ssh message name:UpdateProject 2024-11-21T07:30:58.779415928+05:30 [ERROR] missing field `name` at line 29 column 1 2024-11-21T07:31:01.355888466+05:30 [ERROR] client:unhandled ssh message name:UpdateProject 2024-11-21T07:31:03.039885834+05:30 [INFO] Enabling Vulkan Portability 2024-11-21T07:31:03.039965504+05:30 [INFO] Enabling color space support 2024-11-21T07:31:03.043886899+05:30 [INFO] Adapter: "NVIDIA GeForce RTX 3050 Laptop GPU" 2024-11-21T07:31:03.043974647+05:30 [INFO] Ray tracing is supported 2024-11-21T07:31:03.184965136+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:31:03.185009881+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:31:03.224685503+05:30 [INFO] Creating a descriptor pool for at most 16 sets 2024-11-21T07:31:03.224729207+05:30 [INFO] Creating a descriptor pool for at most 16 sets 2024-11-21T07:31:03.224754916+05:30 [INFO] Initializing Blade pipelines for surface SurfaceInfo { format: Bgra8UnormSrgb, alpha: PreMultiplied } 2024-11-21T07:31:03.230275713+05:30 [INFO] Using GPU: GPUSpecs { is_software_emulated: false, device_name: "NVIDIA GeForce RTX 3050 Laptop GPU", driver_name: "NVIDIA", driver_info: "565.57.01" } 2024-11-21T07:31:03.233011503+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:31:03.233056722+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:31:03.244009651+05:30 [INFO] Initializing Blade pipelines for surface SurfaceInfo { format: Bgra8UnormSrgb, alpha: Ignored } 2024-11-21T07:31:03.250571702+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:31:03.250643435+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:31:03.267833839+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:31:03.26787561+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:31:03.280399776+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:31:03.280446733+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:31:03.290714826+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:31:03.290765329+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:31:03.410483749+05:30 [ERROR] missing field `name` at line 35 column 1 2024-11-21T07:31:05.942998592+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:31:05.943043665+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:33:26.16039547+05:30 [INFO] ========== starting zed ========== 2024-11-21T07:33:26.183473484+05:30 [INFO] perform; 2024-11-21T07:33:26.183636742+05:30 [INFO] authenticate; 2024-11-21T07:33:26.183842111+05:30 [INFO] read_command; 2024-11-21T07:33:26.183962917+05:30 [INFO] Opening main db 2024-11-21T07:33:26.184861896+05:30 [INFO] new; 2024-11-21T07:33:26.184963632+05:30 [INFO] socket reader; 2024-11-21T07:33:26.185984868+05:30 [INFO] Opening main db 2024-11-21T07:33:26.188624852+05:30 [INFO] Using git binary path: None 2024-11-21T07:33:26.197596782+05:30 [INFO] no tokio runtime found, creating one for Reqwest... 2024-11-21T07:33:26.222850216+05:30 [ERROR] No such file or directory (os error 2) about ["/home/navknight/.config/github-copilot"] 2024-11-21T07:33:26.223045233+05:30 [INFO] initializing context server client 2024-11-21T07:33:26.223145774+05:30 [INFO] Registering built-in prompt template: content_prompt 2024-11-21T07:33:26.223466598+05:30 [INFO] Registering built-in prompt template: project_slash_command 2024-11-21T07:33:26.223508774+05:30 [INFO] Registering built-in prompt template: suggest_edits 2024-11-21T07:33:26.22361936+05:30 [INFO] Registering built-in prompt template: terminal_assistant_prompt 2024-11-21T07:33:26.223792178+05:30 [INFO] No prompt template overrides directory found at /home/navknight/.local/share/zed/prompt_overrides. Using built-in prompts. 2024-11-21T07:33:26.226809885+05:30 [INFO] activate is not implemented on Linux, ignoring the call 2024-11-21T07:33:26.229357014+05:30 [INFO] Opening main db 2024-11-21T07:33:26.230032098+05:30 [INFO] perform; 2024-11-21T07:33:26.230110648+05:30 [INFO] authenticate; 2024-11-21T07:33:26.230167116+05:30 [INFO] read_command; 2024-11-21T07:33:26.230757634+05:30 [INFO] socket reader; 2024-11-21T07:33:26.233903684+05:30 [INFO] installing extension html latest version 2024-11-21T07:33:26.310673088+05:30 [INFO] set environment variables from shell:/usr/bin/zsh, path:/usr/local/bin:/usr/bin:/usr/local/sbin:/var/lib/flatpak/exports/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/navknight/.hishtory 2024-11-21T07:33:28.043364132+05:30 [INFO] Enabling Vulkan Portability 2024-11-21T07:33:28.04344198+05:30 [INFO] Enabling color space support 2024-11-21T07:33:28.04814287+05:30 [INFO] Adapter: "NVIDIA GeForce RTX 3050 Laptop GPU" 2024-11-21T07:33:28.048204097+05:30 [INFO] Ray tracing is supported 2024-11-21T07:33:28.233020131+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:33:28.233065029+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:33:28.273478235+05:30 [INFO] Creating a descriptor pool for at most 16 sets 2024-11-21T07:33:28.273535276+05:30 [INFO] Creating a descriptor pool for at most 16 sets 2024-11-21T07:33:28.273561394+05:30 [INFO] Initializing Blade pipelines for surface SurfaceInfo { format: Bgra8UnormSrgb, alpha: PreMultiplied } 2024-11-21T07:33:28.280577634+05:30 [INFO] Using GPU: GPUSpecs { is_software_emulated: false, device_name: "NVIDIA GeForce RTX 3050 Laptop GPU", driver_name: "NVIDIA", driver_info: "565.57.01" } 2024-11-21T07:33:28.281045469+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:33:28.281073108+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:33:28.292335723+05:30 [INFO] Initializing Blade pipelines for surface SurfaceInfo { format: Bgra8UnormSrgb, alpha: Ignored } 2024-11-21T07:33:28.29939249+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:33:28.299434728+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:33:28.317820691+05:30 [INFO] Opening main db 2024-11-21T07:33:28.321598391+05:30 [INFO] Node runtime install_if_needed 2024-11-21T07:33:28.323149668+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:33:28.323199666+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:33:28.33933864+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:33:28.339395748+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:33:28.362129484+05:30 [INFO] Opening main db 2024-11-21T07:33:28.399227302+05:30 [ERROR] missing field `name` at line 35 column 1 2024-11-21T07:33:28.413640157+05:30 [INFO] starting language server process. binary path: "/home/navknight/.local/share/zed/node/node-v22.5.1-linux-x64/bin/node", working directory: "/", args: ["/home/navknight/.local/share/zed/copilot/copilot-v0.5.0/dist/agent.js", "--stdio"] 2024-11-21T07:33:28.751041914+05:30 [INFO] Language server with id 0 sent unhandled notification LogMessage: { "level": 0, "message": "[DEBUG] [agent] [2024-11-21T02:03:28.748Z] Agent service starting", "metadataStr": "[DEBUG] [agent] [2024-11-21T02:03:28.748Z]", "extra": [ "Agent service starting" ] } 2024-11-21T07:33:28.753048964+05:30 [INFO] Language server with id 0 sent unhandled notification client/registerCapability: { "registrations": [ { "id": "0527af61-140a-4cf6-8921-6ca65f0781fa", "method": "workspace/didChangeWorkspaceFolders", "registerOptions": {} } ] } 2024-11-21T07:33:28.781521175+05:30 [INFO] Language server with id 0 sent unhandled notification LogMessage: { "level": 0, "message": "[DEBUG] [agent] [2024-11-21T02:03:28.758Z] Telemetry initialized", "metadataStr": "[DEBUG] [agent] [2024-11-21T02:03:28.758Z]", "extra": [ "Telemetry initialized" ] } 2024-11-21T07:33:28.799005285+05:30 [INFO] rebuilt extension index in 1.198111ms 2024-11-21T07:33:28.79907049+05:30 [INFO] extensions updated. loading 1, reloading 0, unloading 0 2024-11-21T07:33:32.640332137+05:30 [INFO] Enabling Vulkan Portability 2024-11-21T07:33:32.640399387+05:30 [INFO] Enabling color space support 2024-11-21T07:33:32.644366854+05:30 [INFO] Adapter: "NVIDIA GeForce RTX 3050 Laptop GPU" 2024-11-21T07:33:32.644437077+05:30 [INFO] Ray tracing is supported 2024-11-21T07:33:32.787182545+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:33:32.787251201+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:33:32.827563458+05:30 [INFO] Creating a descriptor pool for at most 16 sets 2024-11-21T07:33:32.827610244+05:30 [INFO] Creating a descriptor pool for at most 16 sets 2024-11-21T07:33:32.827637262+05:30 [INFO] Initializing Blade pipelines for surface SurfaceInfo { format: Bgra8UnormSrgb, alpha: PreMultiplied } 2024-11-21T07:33:32.833220493+05:30 [INFO] Using GPU: GPUSpecs { is_software_emulated: false, device_name: "NVIDIA GeForce RTX 3050 Laptop GPU", driver_name: "NVIDIA", driver_info: "565.57.01" } 2024-11-21T07:33:32.837243324+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:33:32.837287496+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:33:32.848318474+05:30 [INFO] Initializing Blade pipelines for surface SurfaceInfo { format: Bgra8UnormSrgb, alpha: Ignored } 2024-11-21T07:33:32.85586557+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:33:32.855915188+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:33:32.874010605+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:33:32.874054871+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:33:32.886100104+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:33:32.886144601+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:33:32.895879425+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:33:32.89592345+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:33:34.67162139+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:33:34.671674764+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:34:02.660753223+05:30 [INFO] ========== starting zed ========== 2024-11-21T07:34:02.67319149+05:30 [INFO] perform; 2024-11-21T07:34:02.67327397+05:30 [INFO] authenticate; 2024-11-21T07:34:02.67334224+05:30 [INFO] Opening main db 2024-11-21T07:34:02.673391998+05:30 [INFO] read_command; 2024-11-21T07:34:02.674107356+05:30 [INFO] new; 2024-11-21T07:34:02.67418748+05:30 [INFO] socket reader; 2024-11-21T07:34:02.674714714+05:30 [INFO] Opening main db 2024-11-21T07:34:02.676707018+05:30 [INFO] Using git binary path: None 2024-11-21T07:34:02.683392816+05:30 [INFO] no tokio runtime found, creating one for Reqwest... 2024-11-21T07:34:02.708514653+05:30 [ERROR] No such file or directory (os error 2) about ["/home/navknight/.config/github-copilot"] 2024-11-21T07:34:02.708765993+05:30 [INFO] initializing context server client 2024-11-21T07:34:02.708936285+05:30 [INFO] Registering built-in prompt template: content_prompt 2024-11-21T07:34:02.709335332+05:30 [INFO] Registering built-in prompt template: project_slash_command 2024-11-21T07:34:02.709397187+05:30 [INFO] Registering built-in prompt template: suggest_edits 2024-11-21T07:34:02.709516851+05:30 [INFO] Registering built-in prompt template: terminal_assistant_prompt 2024-11-21T07:34:02.709785929+05:30 [INFO] No prompt template overrides directory found at /home/navknight/.local/share/zed/prompt_overrides. Using built-in prompts. 2024-11-21T07:34:02.710484573+05:30 [INFO] extensions updated. loading 1, reloading 0, unloading 0 2024-11-21T07:34:02.713437607+05:30 [INFO] activate is not implemented on Linux, ignoring the call 2024-11-21T07:34:02.716540646+05:30 [INFO] Opening main db 2024-11-21T07:34:02.71703211+05:30 [INFO] perform; 2024-11-21T07:34:02.71714748+05:30 [INFO] authenticate; 2024-11-21T07:34:02.717224317+05:30 [INFO] read_command; 2024-11-21T07:34:02.718448388+05:30 [INFO] socket reader; 2024-11-21T07:34:02.799110174+05:30 [INFO] set environment variables from shell:/usr/bin/zsh, path:/usr/local/bin:/usr/bin:/usr/local/sbin:/var/lib/flatpak/exports/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/navknight/.hishtory 2024-11-21T07:34:04.491650736+05:30 [INFO] Enabling Vulkan Portability 2024-11-21T07:34:04.49168917+05:30 [INFO] Enabling color space support 2024-11-21T07:34:04.495978031+05:30 [INFO] Adapter: "NVIDIA GeForce RTX 3050 Laptop GPU" 2024-11-21T07:34:04.496034951+05:30 [INFO] Ray tracing is supported 2024-11-21T07:34:04.687035493+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:34:04.687082814+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:34:04.726188526+05:30 [INFO] Creating a descriptor pool for at most 16 sets 2024-11-21T07:34:04.726232016+05:30 [INFO] Creating a descriptor pool for at most 16 sets 2024-11-21T07:34:04.726256373+05:30 [INFO] Initializing Blade pipelines for surface SurfaceInfo { format: Bgra8UnormSrgb, alpha: PreMultiplied } 2024-11-21T07:34:04.732556182+05:30 [INFO] Using GPU: GPUSpecs { is_software_emulated: false, device_name: "NVIDIA GeForce RTX 3050 Laptop GPU", driver_name: "NVIDIA", driver_info: "565.57.01" } 2024-11-21T07:34:04.732947472+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:34:04.732981527+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:34:04.743504814+05:30 [INFO] Initializing Blade pipelines for surface SurfaceInfo { format: Bgra8UnormSrgb, alpha: Ignored } 2024-11-21T07:34:04.749905853+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:34:04.749945716+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:34:04.769364335+05:30 [INFO] Opening main db 2024-11-21T07:34:04.775198167+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:34:04.775261625+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:34:04.791771601+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:34:04.791813263+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:34:04.850729137+05:30 [INFO] Node runtime install_if_needed 2024-11-21T07:34:04.859397484+05:30 [INFO] Opening main db 2024-11-21T07:34:04.859636969+05:30 [ERROR] missing field `name` at line 35 column 1 2024-11-21T07:34:04.940194221+05:30 [INFO] starting language server process. binary path: "/home/navknight/.local/share/zed/node/node-v22.5.1-linux-x64/bin/node", working directory: "/", args: ["/home/navknight/.local/share/zed/copilot/copilot-v0.5.0/dist/agent.js", "--stdio"] 2024-11-21T07:34:04.9616196+05:30 [ERROR] missing field `name` at line 35 column 1 2024-11-21T07:34:05.24859688+05:30 [INFO] Language server with id 0 sent unhandled notification LogMessage: { "level": 0, "message": "[DEBUG] [agent] [2024-11-21T02:04:05.244Z] Agent service starting", "metadataStr": "[DEBUG] [agent] [2024-11-21T02:04:05.244Z]", "extra": [ "Agent service starting" ] } 2024-11-21T07:34:05.250444788+05:30 [INFO] Language server with id 0 sent unhandled notification client/registerCapability: { "registrations": [ { "id": "57d30bd0-71aa-4faa-860d-044937010ab6", "method": "workspace/didChangeWorkspaceFolders", "registerOptions": {} } ] } 2024-11-21T07:34:05.279567646+05:30 [INFO] Language server with id 0 sent unhandled notification LogMessage: { "level": 0, "message": "[DEBUG] [agent] [2024-11-21T02:04:05.256Z] Telemetry initialized", "metadataStr": "[DEBUG] [agent] [2024-11-21T02:04:05.256Z]", "extra": [ "Telemetry initialized" ] } 2024-11-21T07:34:45.962523593+05:30 [INFO] Enabling Vulkan Portability 2024-11-21T07:34:45.962582167+05:30 [INFO] Enabling color space support 2024-11-21T07:34:45.971640766+05:30 [INFO] Adapter: "NVIDIA GeForce RTX 3050 Laptop GPU" 2024-11-21T07:34:45.971753174+05:30 [INFO] Ray tracing is supported 2024-11-21T07:34:46.114726103+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:34:46.114773827+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:34:46.154913887+05:30 [INFO] Creating a descriptor pool for at most 16 sets 2024-11-21T07:34:46.154961627+05:30 [INFO] Creating a descriptor pool for at most 16 sets 2024-11-21T07:34:46.154987577+05:30 [INFO] Initializing Blade pipelines for surface SurfaceInfo { format: Bgra8UnormSrgb, alpha: PreMultiplied } 2024-11-21T07:34:46.16066507+05:30 [INFO] Using GPU: GPUSpecs { is_software_emulated: false, device_name: "NVIDIA GeForce RTX 3050 Laptop GPU", driver_name: "NVIDIA", driver_info: "565.57.01" } 2024-11-21T07:34:46.164257093+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:34:46.164307807+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:34:46.175391838+05:30 [INFO] Initializing Blade pipelines for surface SurfaceInfo { format: Bgra8UnormSrgb, alpha: Ignored } 2024-11-21T07:34:46.183320727+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:34:46.183365435+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:34:46.201071859+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:34:46.201135865+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:34:46.213465699+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:34:46.213505822+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:34:46.223329289+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:34:46.223388903+05:30 [WARN] Unable to forbid exclusive full screen 2024-11-21T07:34:47.618536723+05:30 [ERROR] window not found 2024-11-21T07:34:47.618602655+05:30 [ERROR] window not found 2024-11-21T07:34:47.650406709+05:30 [INFO] Using surface present mode MAILBOX 2024-11-21T07:34:47.650447711+05:30 [WARN] Unable to forbid exclusive full screen ```
SomeoneToIgnore commented 4 days ago

Duplicate of https://github.com/zed-industries/zed/issues/17005