Elliot Thomas

Results 46 comments of Elliot Thomas

Any chance this can be included somewhere in GitHub Desktop docs or in the app itself? The fix mentioned here works perfectly but had to dig around to find it

> I see above that you can solve the issue by playing ostrich and simply disabling file mode bits in Windows-git. Is that really what we want as a solution?...

Did you guys ever get anywhere with this? Stuck in the same boat now myself :D

> @eth0net do you still looking for a pcb? we made a group buy and we have a presoldered one that will be ready soonish in France. > > The...

I believe I'm running into the same problem here, with language servers only working if a Cargo.toml or go.mod etc is found in the root of the project. Rust and...

I found a cargo workspace in the project root solved my issue, so posting it in case it helps others 😄 Just create a workspace Cargo.toml file with all your...

Noticed this issue has the Rust label, though it applies to Go as well, and may not be limited to those two. The issue is that Zed isn't loading LSPs...

Oh I've run into the issue again, but with the Zed extensions repo! Might be that one level of nesting works but not more. Going to open a PR to...