zed icon indicating copy to clipboard operation
zed copied to clipboard

Empty intelephense folder created on user folder

Open uanjoze opened this issue 1 year ago • 0 comments

Check for existing issues

  • [X] Completed

Describe the bug / provide steps to reproduce it

Open Zed, load a PHP project. And empty intelephense folder is created on /User/<username>/. Closing Zed, removing the folder and reopening Zed brings the folder back.

Environment

I uninstalled Zed already. This happened on version 0.119.19, running on a MacBook Pro M3 with Sonoma 14.3.

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

No response

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-01-25T20:50:31 [ERROR] crates/gpui/src/window.rs:376: window not found
2024-01-25T20:50:31 [ERROR] crates/lsp/src/lsp.rs:615: oneshot canceled
2024-01-25T20:50:31 [ERROR] crates/lsp/src/lsp.rs:615: oneshot canceled
2024-01-25T20:50:31 [ERROR] crates/lsp/src/lsp.rs:615: oneshot canceled
2024-01-25T20:50:54 [INFO] ========== starting zed ==========
2024-01-25T20:50:54 [INFO] Opening main db
2024-01-25T20:50:54 [ERROR] crates/zed/src/zed.rs:538: EOF while parsing a value at line 1 column 0
2024-01-25T20:50:54 [INFO] Opening main db
2024-01-25T20:50:54 [INFO] build git repository ".git"
2024-01-25T20:50:54 [INFO] set environment variables from shell:/bin/zsh, path:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin
2024-01-25T20:50:54 [INFO] Opening main db
2024-01-25T20:50:54 [ERROR] crates/workspace/src/persistence/model.rs:257: No worktree for path: "/Users/<redacted>/.config/zed/settings.json"
2024-01-25T20:50:54 [INFO] starting language server "intelephense", path: "/Users/<redacted>/Projects/<redacted>", id: 1
2024-01-25T20:50:54 [INFO] starting language server "tailwindcss-language-server", path: "/Users/<redacted>/Projects/<redacted>", id: 2
2024-01-25T20:50:54 [INFO] Node runtime install_if_needed
2024-01-25T20:50:54 [INFO] Node runtime install_if_needed
2024-01-25T20:50:54 [INFO] Node runtime install_if_needed
2024-01-25T20:50:55 [INFO] 0 unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-01-25T20:50:55.263Z] Agent service starting",
  "metadataStr": "[DEBUG] [agent] [2024-01-25T20:50:55.263Z]",
  "extra": [
    "Agent service starting"
  ]
}
2024-01-25T20:50:55 [INFO] 0 unhandled notification client/registerCapability:
{
  "registrations": [
    {
      "id": "19b6117a-c9ca-4416-9103-6cd6bc156b81",
      "method": "workspace/didChangeWorkspaceFolders",
      "registerOptions": {}
    }
  ]
}
2024-01-25T20:50:55 [INFO] 0 unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-01-25T20:50:55.269Z] Telemetry initialized",
  "metadataStr": "[DEBUG] [agent] [2024-01-25T20:50:55.269Z]",
  "extra": [
    "Telemetry initialized"
  ]
}
2024-01-25T20:50:55 [INFO] Node runtime install_if_needed
2024-01-25T20:50:56 [INFO] 1 unhandled notification window/logMessage:
{
  "type": 3,
  "message": "Initialising intelephense 1.10.2"
}
2024-01-25T20:50:56 [INFO] 1 unhandled notification window/logMessage:
{
  "type": 3,
  "message": "Reading state from /var/folders/c2/dmhwvt9170gbzjw062q_tjqh0000gn/T/intelephense/7ab24a3f."
}
2024-01-25T20:50:56 [INFO] 1 unhandled notification window/logMessage:
{
  "type": 3,
  "message": "Initialised in 60 ms"
}
2024-01-25T20:50:57 [INFO] Node runtime install_if_needed
2024-01-25T20:50:59 [ERROR] crates/lsp/src/lsp.rs:615: oneshot canceled
2024-01-25T20:50:59 [ERROR] crates/lsp/src/lsp.rs:615: oneshot canceled

uanjoze avatar Jan 25 '24 20:01 uanjoze