Issues with git worktrees? #728
Closed
oysandvik94
started this conversation in
General
Replies: 1 comment 2 replies
-
I never noticed any issues with worktrees, but also don't use them very often. What could've happened is that there were some stale/corrupt project files in the directory that prevented jdtls from working ( |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was having some issues where the LSP would start, and diagnostics would work, but any action such as hover, goto def, etc would time out (in like 10 seconds).
This was occuring in a repo that I had set up as a git worktree, while when I cloned the same repo normally, I had no issues. I tried recloning etc multiple times.
I'm not sure if it's because of worktrees, and I didn't have any time to debug it properly, but I was curious if anyone else had experienced issues with worktrees, or if this was just specific to my project?
Beta Was this translation helpful? Give feedback.
All reactions