Alright, this artifact works for me:
https://github.com/geany/geany-plugins/actions/runs/12148667128
Even though the changes I made after that look innocent to me, apparently they aren't and break the plugin under Windows. Can you confirm this geany-plugins artifact works?
This is Geany 2.1_ci_20241203211600_34c9738 .
New file "untitled" opened.
File untitled closed.
Project "test1" opened.
New file "untitled" opened.
File untitled closed.
Starting LSP server clangd
Sending initialize request to LSP server clangd
File C:\test1\test.cpp opened .
LSP initialize request failed for LSP server, terminating clangd
LSP server clangd stopped unexpectedly, restarting
Starting LSP server clangd
Failed to create log file: C:\log\log.txt
Sending initialize request to LSP server clangd
LSP initialize request failed for LSP server, terminating clangd
LSP server clangd stopped unexpectedly, restarting
Starting LSP server clangd
Failed to create log file: C:\log\log.txt
Sending initialize request to LSP server clangd
LSP server clangd initialized
As you can see, it will try two times before it could start clangd
. I can confirm that clangd
is in Task Manager. It will always said it failed to create the log file, but the log file is there. I can see it on Windows Explorer, but can't do anything with it.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.