zed
zed copied to clipboard
Rename Feature for opened folder doesn't work
Check for existing issues
- [X] Completed
Describe the bug / provide steps to reproduce it
The Bug
So the first thing you do when you launch Zed is open a folder if it's your first time, I'm going to call this folder the original forlder. In Zed as in all Code Editors you have the rename feature for folders and files, but for some reason this feature is available for the original folder, but doesn't work. And this is something that I've haven't in other IDE's the possibilty of renaming the original folder. When you click on the rename text you are able to type into an input box, but once you click enter you just see the original folder's name. I think that the issue here is not a bug, but rather just something that hasn't been written in the code, that the rename feature shouldn't be shown for the original folder.
Steps To Reproduce
- Launch the Zed Application
- Open a new folder if you don't have one
- Right Click and select the rename function
- Type something into the input box
Environment
Zed: v0.123.2 (Zed) OS: macOS 11.7.10 Memory: 8 GiB Architecture: x86_64
If applicable, add mockups / screenshots to help explain present your vision of the feature
- Clicked rename
- Renamed to C++ and submitted
- Went back to Rust with no changes
If applicable, attach your ~/Library/Logs/Zed/Zed.log
file to this issue.
If you only need the most recent lines, you can run the zed: open log
command palette action to see the last 1000.
2024-02-21T23:17:37+01:00 [INFO] ========== starting zed ========== 2024-02-21T23:17:37+01:00 [INFO] Opening main db 2024-02-21T23:17:37+01:00 [ERROR] crates/zed/src/main.rs:103: login shell exited with error 2024-02-21T23:17:37+01:00 [ERROR] crates/settings/src/settings_file.rs:76: EOF while parsing a value at line 1 column 0 2024-02-21T23:17:38+01:00 [ERROR] crates/extension/src/extension_store.rs:182: No such file or directory (os error 2) 2024-02-21T23:17:38+01:00 [ERROR] crates/zed/src/zed.rs:524: EOF while parsing a value at line 1 column 0 2024-02-21T23:17:38+01:00 [INFO] Opening main db 2024-02-21T23:17:38+01:00 [ERROR] crates/zed/src/main.rs:957: Is a directory (os error 21) 2024-02-21T23:17:38+01:00 [ERROR] crates/zed/src/main.rs:957: Is a directory (os error 21) 2024-02-21T23:17:41+01:00 [INFO] Node runtime install_if_needed 2024-02-21T23:17:41+01:00 [ERROR] /Users/administrator/actions-runner-2/_work/zed/zed/crates/settings/src/settings_file.rs:128: Failed to canonicalize settings path "/Users/macbookair_urias/.config/zed/settings.json"
Caused by: No such file or directory (os error 2) 2024-02-21T23:17:42+01:00 [ERROR] /Users/administrator/actions-runner-2/_work/zed/zed/crates/settings/src/settings_file.rs:128: Failed to canonicalize settings path "/Users/macbookair_urias/.config/zed/settings.json"
Caused by: No such file or directory (os error 2) 2024-02-21T23:17:42+01:00 [ERROR] /Users/administrator/actions-runner-2/_work/zed/zed/crates/settings/src/settings_file.rs:128: Failed to canonicalize settings path "/Users/macbookair_urias/.config/zed/settings.json"
Caused by: No such file or directory (os error 2) 2024-02-21T23:17:44+01:00 [ERROR] /Users/administrator/actions-runner-2/_work/zed/zed/crates/settings/src/settings_file.rs:128: Failed to canonicalize settings path "/Users/macbookair_urias/.config/zed/settings.json"
Caused by: No such file or directory (os error 2) 2024-02-21T23:17:45+01:00 [ERROR] /Users/administrator/actions-runner-2/_work/zed/zed/crates/settings/src/settings_file.rs:128: Failed to canonicalize settings path "/Users/macbookair_urias/.config/zed/settings.json"
Caused by: No such file or directory (os error 2) 2024-02-21T23:17:46+01:00 [ERROR] /Users/administrator/actions-runner-2/_work/zed/zed/crates/settings/src/settings_file.rs:128: Failed to canonicalize settings path "/Users/macbookair_urias/.config/zed/settings.json"
Caused by: No such file or directory (os error 2) 2024-02-21T23:17:47+01:00 [ERROR] /Users/administrator/actions-runner-2/_work/zed/zed/crates/settings/src/settings_file.rs:128: Failed to canonicalize settings path "/Users/macbookair_urias/.config/zed/settings.json"
Caused by: No such file or directory (os error 2) 2024-02-21T23:17:48+01:00 [ERROR] /Users/administrator/actions-runner-2/_work/zed/zed/crates/settings/src/settings_file.rs:128: Failed to canonicalize settings path "/Users/macbookair_urias/.config/zed/settings.json"
Caused by: No such file or directory (os error 2) 2024-02-21T23:17:56+01:00 [INFO] Opening main db 2024-02-21T23:17:58+01:00 [ERROR] crates/ai/src/providers/open_ai/completion.rs:235: NotPresent 2024-02-21T23:18:00+01:00 [ERROR] crates/ai/src/providers/open_ai/completion.rs:235: NotPresent 2024-02-21T23:18:04+01:00 [INFO] 0 unhandled notification LogMessage: { "level": 0, "message": "[DEBUG] [agent] [2024-02-21T22:18:04.854Z] Agent service starting", "metadataStr": "[DEBUG] [agent] [2024-02-21T22:18:04.854Z]", "extra": [ "Agent service starting" ] } 2024-02-21T23:18:04+01:00 [INFO] 0 unhandled notification client/registerCapability: { "registrations": [ { "id": "1ac876dc-ce36-46f6-96e4-51c38decc65c", "method": "workspace/didChangeWorkspaceFolders", "registerOptions": {} } ] } 2024-02-21T23:18:04+01:00 [INFO] 0 unhandled notification LogMessage: { "level": 0, "message": "[DEBUG] [agent] [2024-02-21T22:18:04.893Z] Telemetry initialized", "metadataStr": "[DEBUG] [agent] [2024-02-21T22:18:04.893Z]", "extra": [ "Telemetry initialized" ] } 2024-02-21T23:18:23+01:00 [INFO] Opening main db 2024-02-21T23:19:02+01:00 [ERROR] /Users/administrator/actions-runner-2/_work/zed/zed/crates/settings/src/settings_file.rs:128: Failed to canonicalize settings path "/Users/macbookair_urias/.config/zed/settings.json"
Caused by: No such file or directory (os error 2) 2024-02-21T23:19:04+01:00 [ERROR] /Users/administrator/actions-runner-2/_work/zed/zed/crates/settings/src/settings_file.rs:128: Failed to canonicalize settings path "/Users/macbookair_urias/.config/zed/settings.json"
Caused by: No such file or directory (os error 2) 2024-02-21T23:19:08+01:00 [ERROR] /Users/administrator/actions-runner-2/_work/zed/zed/crates/settings/src/settings_file.rs:128: Failed to canonicalize settings path "/Users/macbookair_urias/.config/zed/settings.json"
Caused by:
No such file or directory (os error 2)
2024-02-21T23:19:15+01:00 [ERROR] /Users/administrator/actions-runner-2/_work/zed/zed/crates/install_cli/src/install_cli.rs:20: Os { code: 2, kind: NotFound, message: "No such file or directory" }
2024-02-21T23:19:21+01:00 [INFO] set status on client 0: Authenticating
2024-02-21T23:19:28+01:00 [INFO] set status on client 118903: Connecting
2024-02-21T23:19:28+01:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-02-21T23:19:29+01:00 [INFO] add connection to peer
2024-02-21T23:19:29+01:00 [INFO] waiting for server hello
2024-02-21T23:19:29+01:00 [INFO] got server hello
2024-02-21T23:19:29+01:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 0 }, peer id: PeerId { owner_id: 337, id: 545917 })
2024-02-21T23:19:29+01:00 [INFO] set status on client 118903: Connected { peer_id: PeerId { owner_id: 337, id: 545917 }, connection_id: ConnectionId { owner_id: 0, id: 0 } }
2024-02-21T23:19:31+01:00 [ERROR] crates/settings/src/settings_file.rs:83: EOF while parsing a value at line 1 column 0
2024-02-21T23:19:32+01:00 [INFO] open paths ["/Users/macbookair_urias/.config/zed/settings.json"]
2024-02-21T23:19:32+01:00 [INFO] Initializing default prettier with plugins {}
2024-02-21T23:19:32+01:00 [INFO] starting language server "json-language-server", path: "/Users/macbookair_urias/.config/zed/settings.json", id: 1
2024-02-21T23:19:33+01:00 [INFO] Node runtime install_if_needed
2024-02-21T23:19:36+01:00 [INFO] Node runtime install_if_needed
2024-02-21T23:19:38+01:00 [INFO] Initializing default prettier with plugins {}
2024-02-21T23:19:39+01:00 [INFO] Initializing default prettier with plugins {}
2024-02-21T23:19:39+01:00 [INFO] Initializing default prettier with plugins {}
2024-02-21T23:19:39+01:00 [INFO] Initializing default prettier with plugins {}
2024-02-21T23:19:40+01:00 [INFO] Initializing default prettier with plugins {}
2024-02-21T23:19:40+01:00 [INFO] Initializing default prettier with plugins {}
2024-02-21T23:19:40+01:00 [INFO] Initializing default prettier with plugins {}
2024-02-21T23:19:44+01:00 [INFO] Node runtime install_if_needed
2024-02-21T23:19:44+01:00 [INFO] open paths ["/Users/macbookair_urias/.config/zed/settings.json"]
2024-02-21T23:19:44+01:00 [INFO] Initializing default prettier with plugins {}
2024-02-21T23:19:48+01:00 [INFO] open paths ["/Users/macbookair_urias/.config/zed/settings.json"]
2024-02-21T23:19:48+01:00 [INFO] Initializing default prettier with plugins {}
2024-02-21T23:19:50+01:00 [INFO] Initializing default prettier with plugins {}
2024-02-21T23:19:52+01:00 [INFO] Initializing default prettier with plugins {}
2024-02-21T23:19:52+01:00 [INFO] Initializing default prettier with plugins {}
2024-02-21T23:19:52+01:00 [INFO] Initializing default prettier with plugins {}
2024-02-21T23:19:57+01:00 [INFO] Initializing default prettier with plugins {}
2024-02-21T23:19:58+01:00 [INFO] Initializing default prettier with plugins {}
2024-02-21T23:19:59+01:00 [INFO] Initializing default prettier with plugins {}
2024-02-21T23:19:59+01:00 [INFO] Initializing default prettier with plugins {}
2024-02-21T23:20:00+01:00 [INFO] Initializing default prettier with plugins {}
2024-02-21T23:20:00+01:00 [INFO] Initializing default prettier with plugins {}
2024-02-21T23:20:00+01:00 [INFO] Initializing default prettier with plugins {}
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:20:07+01:00 [INFO] completion out of expected range
2024-02-21T23:22:16+01:00 [WARN] Generic lsp request to node failed: Unhandled method textDocument/definition
2024-02-21T23:22:18+01:00 [WARN] Generic lsp request to node failed: Unhandled method textDocument/definition
2024-02-21T23:23:33+01:00 [WARN] Generic lsp request to node failed: Unhandled method textDocument/definition
2024-02-21T23:23:34+01:00 [WARN] Generic lsp request to node failed: Unhandled method textDocument/definition
2024-02-21T23:23:43+01:00 [INFO] Initializing default prettier with plugins {}
2024-02-21T23:23:47+01:00 [ERROR] crates/lsp/src/lsp.rs:648: oneshot canceled
2024-02-21T23:24:51+01:00 [ERROR] crates/terminal_view/src/terminal_view.rs:424: error upgrading view
2024-02-21T23:25:09+01:00 [INFO] starting language server "rust-analyzer", path: "/Users/macbookair_urias/Dropbox/Mac (2)/Desktop/Rust", id: 2
2024-02-21T23:25:14+01:00 [INFO] 2 unhandled notification experimental/serverStatus:
{
"health": "warning",
"quiescent": false,
"message": "Failed to discover workspace.\nConsider adding the Cargo.toml
of the workspace to the linkedProjects
setting."
}
2024-02-21T23:25:14+01:00 [INFO] 2 unhandled notification experimental/serverStatus:
{
"health": "error",
"quiescent": false,
"message": "Failed to discover workspace.\nConsider adding the Cargo.toml
of the workspace to the linkedProjects
setting.\n\nFailed to load workspaces."
}
2024-02-21T23:25:14+01:00 [INFO] 2 unhandled notification experimental/serverStatus:
{
"health": "error",
"quiescent": true,
"message": "Failed to discover workspace.\nConsider adding the Cargo.toml
of the workspace to the linkedProjects
setting.\n\nFailed to load workspaces."
}
2024-02-21T23:26:11+01:00 [ERROR] crates/ai/src/providers/open_ai/completion.rs:235: NotPresent
2024-02-21T23:26:11+01:00 [ERROR] crates/ai/src/providers/open_ai/completion.rs:235: NotPresent
2024-02-21T23:26:14+01:00 [ERROR] crates/ai/src/providers/open_ai/completion.rs:235: NotPresent
2024-02-21T23:26:47+01:00 [ERROR] crates/ai/src/providers/open_ai/completion.rs:235: NotPresent
2024-02-21T23:26:49+01:00 [ERROR] crates/ai/src/providers/open_ai/completion.rs:235: NotPresent
2024-02-21T23:26:56+01:00 [ERROR] crates/ai/src/providers/open_ai/completion.rs:235: NotPresent
2024-02-21T23:26:56+01:00 [ERROR] crates/ai/src/providers/open_ai/completion.rs:235: NotPresent
2024-02-21T23:27:09+01:00 [WARN] Generic lsp request to rust-analyzer failed: No references found at position
2024-02-21T23:27:09+01:00 [ERROR] crates/editor/src/element.rs:307: No references found at position
2024-02-21T23:27:13+01:00 [WARN] Generic lsp request to rust-analyzer failed: No references found at position
2024-02-21T23:27:13+01:00 [ERROR] crates/editor/src/element.rs:307: No references found at position
2024-02-21T23:30:30+01:00 [ERROR] crates/project_panel/src/project_panel.rs:577: Invalid argument (os error 22)
2024-02-21T23:30:32+01:00 [ERROR] crates/project_panel/src/project_panel.rs:577: Invalid argument (os error 22)
2024-02-21T23:30:38+01:00 [ERROR] crates/project_panel/src/project_panel.rs:577: Invalid argument (os error 22)
2024-02-21T23:30:44+01:00 [ERROR] crates/project_panel/src/project_panel.rs:577: Invalid argument (os error 22)
2024-02-21T23:32:11+01:00 [ERROR] crates/project_panel/src/project_panel.rs:577: Invalid argument (os error 22)
2024-02-21T23:32:39+01:00 [INFO] starting language server "clangd", path: "/Users/macbookair_urias/Dropbox/Mac (2)/Desktop/Rust", id: 3
2024-02-21T23:35:12+01:00 [INFO] Initializing default prettier with plugins {"prettier-plugin-tailwindcss"}
2024-02-21T23:35:12+01:00 [INFO] starting language server "vscode-html-language-server", path: "/Users/macbookair_urias/Dropbox/Mac (2)/Desktop/Rust", id: 4
2024-02-21T23:35:12+01:00 [INFO] starting language server "tailwindcss-language-server", path: "/Users/macbookair_urias/Dropbox/Mac (2)/Desktop/Rust", id: 5
2024-02-21T23:35:12+01:00 [INFO] Node runtime install_if_needed
2024-02-21T23:35:13+01:00 [INFO] Node runtime install_if_needed
2024-02-21T23:35:15+01:00 [INFO] Node runtime install_if_needed
2024-02-21T23:35:16+01:00 [INFO] Node runtime install_if_needed
2024-02-21T23:35:18+01:00 [INFO] Node runtime install_if_needed
2024-02-21T23:35:20+01:00 [INFO] Node runtime install_if_needed
2024-02-21T23:35:21+01:00 [INFO] Fetching default prettier and plugins: [("prettier-plugin-tailwindcss", "0.5.11"), ("prettier", "3.2.5")]
2024-02-21T23:35:22+01:00 [INFO] Node runtime install_if_needed
2024-02-21T23:35:28+01:00 [INFO] Node runtime install_if_needed
2024-02-21T23:35:32+01:00 [INFO] Initialized prettier with plugins: {"prettier-plugin-tailwindcss"}
2024-02-21T23:35:36+01:00 [INFO] Node runtime install_if_needed
2024-02-21T23:35:38+01:00 [INFO] 4 unhandled notification workspace/diagnostic/refresh:
null
2024-02-21T23:40:27+01:00 [ERROR] connection error: delay between messages too long
2024-02-21T23:40:27+01:00 [INFO] set status on client 118903: ConnectionLost
2024-02-21T23:40:28+01:00 [INFO] set status on client 118903: Reauthenticating
2024-02-21T23:40:28+01:00 [INFO] set status on client 118903: Reconnecting
2024-02-21T23:40:33+01:00 [INFO] set status on client 118903: ConnectionError
2024-02-21T23:40:33+01:00 [ERROR] failed to connect timed out trying to establish connection
2024-02-21T23:40:33+01:00 [INFO] set status on client 118903: ReconnectionError { next_reconnection: Instant { tv_sec: 2631, tv_nsec: 768619297 } }
2024-02-21T23:40:33+01:00 [WARN] request completed with error: request or operation took longer than the configured timeout time
2024-02-21T23:40:34+01:00 [INFO] set status on client 118903: Reauthenticating
2024-02-21T23:40:34+01:00 [INFO] set status on client 118903: Reconnecting
2024-02-21T23:40:35+01:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-02-21T23:40:39+01:00 [INFO] add connection to peer
2024-02-21T23:40:39+01:00 [INFO] waiting for server hello
2024-02-21T23:40:39+01:00 [INFO] got server hello
2024-02-21T23:40:39+01:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 1 }, peer id: PeerId { owner_id: 337, id: 553997 })
2024-02-21T23:40:39+01:00 [INFO] set status on client 118903: Connected { peer_id: PeerId { owner_id: 337, id: 553997 }, connection_id: ConnectionId { owner_id: 0, id: 1 } }
2024-02-21T23:45:38+01:00 [ERROR] crates/lsp/src/lsp.rs:648: oneshot canceled
2024-02-21T23:45:38+01:00 [ERROR] crates/lsp/src/lsp.rs:648: oneshot canceled
2024-02-21T23:45:38+01:00 [ERROR] crates/lsp/src/lsp.rs:648: oneshot canceled
2024-02-21T23:45:38+01:00 [ERROR] crates/lsp/src/lsp.rs:648: oneshot canceled
2024-02-21T23:47:11+01:00 [ERROR] crates/terminal_view/src/terminal_view.rs:424: error upgrading view
2024-02-21T23:47:11+01:00 [INFO] starting language server "clangd", path: "/Users/macbookair_urias/Dropbox/Mac (2)/Desktop/Rust", id: 6
2024-02-21T23:47:19+01:00 [ERROR] crates/project_panel/src/project_panel.rs:577: Invalid argument (os error 22)
2024-02-21T23:47:24+01:00 [ERROR] crates/lsp/src/lsp.rs:648: oneshot canceled
2024-02-21T23:49:49+01:00 [INFO] starting language server "clangd", path: "/Users/macbookair_urias/Dropbox/Mac (2)/Desktop/Rust", id: 7
2024-02-21T23:50:17+01:00 [ERROR] crates/project_panel/src/project_panel.rs:577: Invalid argument (os error 22)
I assume this one is relevant to [#8153]. The error happens on the same stage.
Yeah, same thing maybe the code is not written for it or justthe feature shouldn't be for some parts.
Related #7923
Related #7923
I think this is a dupe, let's close in favor of
- #7923