Replies: 3 comments 2 replies
-
What is the |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Hey, that worked! Will that persist across sessions? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have emacs 29.0.50, running latest lsp-mode and pyright as my python language server. This works fine as long as the project is local, on my C drive. If I have a project on a network drive (
q:/DEV/gober/toolkit/foo.py
) then the language server fails to start. Here's the verbose log (lightly edited):I presume the error is coming from the second
workspaceFolders
with"file://///fileserver/topdir/DEV/gober/toolkit"
.How can I debug this and hopefully fix it? I'm not sure what is doing the path normalization to UNC from drive-letter, or why there are two
workspaceFolders
that are actually the same. I'm happy to dig in and start usingedebug
to track things down, just not sure where to look.Beta Was this translation helpful? Give feedback.
All reactions