Raoul Wols
Raoul Wols
The `pass_fds` parameter of subprocess.Popen is POSIX only, so probably the subprocess doesn't see the child file descriptor at all: https://docs.python.org/3/library/subprocess.html#subprocess.Popen
> When is LSP switching to 3.8? See: https://github.com/sublimelsp/LSP/issues/1389
Just to give an update: - Node ultimately calls this `libuv` piece of code: https://github.com/libuv/libuv/blob/d54c92e3e68f0b8152617d8e97f704dd1e586bd6/src/win/handle-inl.h#L166 - That calls into this win32 OS function: https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/get-osfhandle?view=msvc-170. This function returns INVALID_HANDLE_VALUE. - So...
I gave up on the ctypes approach as it seems like a lot of work :( Maybe this encourages @wbond or @deathaxe to hurry up with the py38 dependencies problems?...
Yep. Least effort is https://github.com/sublimelsp/LSP/issues/1389.
IMO, this is due to Sublime Text not removing the folder from the sidebar. This plugin strictly follows how ST behaves with respect to the window's folders.
What do you mean by “sublime text”? We’re all unpaid volunteers here. Please also research clangd on how it renders the labelDetails.
> As expected, the result looks a little bit hard to differentiate, wich ends up being the hack that was used prior to that LSP suggestion > >  This...
Summarizing, detailed label support is something that must also be supported from ST core. We can only do so much with the slots currently given. I hope the changes suite...
I think with the current behavior of phantoms having inlay hints display for the user as a background request is not ideal. I was thinking of having this LSP feature...