emacs + tramp + eglot | lsp-mode
Hi,
I would like to know eglot + tramp or lsp-mode + tramp is the winner ?
I usually use the haskell-lsp, typescript-lsp servers with eglot+tramp.
I have problem with dotnet - omnisharp-roslyn.
I put the correct version omnisharp-net6 ... to my server and add the path to the .profile so the tramp can pick it up. It start the omnisharp but I got timeout every time when I try to use this one.
I tried the lsp-mode where the server installation was an infinite timeout unzipping. But I did unzip it manually and the lsp-mode can realize the binary but it can't start ... lsp-mode try to use my local path on the server, what is not correct.
My real question is that if I want to use the tramp with lsp-mode|eglot then it should work well and my configuration is wrong or some lsp server can work some is not ?
What is yours experience with tramp and lsp ?
The log:
[jsonrpc] D[10:29:40.222] Running language server: /bin/sh -c stty raw > /dev/null; ssh dev\@dev OmniSharp\ -v [jsonrpc] e[10:29:40.245] --> initialize[1] {"jsonrpc":"2.0","id":1,"method":"initialize","params":{"processId":null,"clientInfo":{"name":"Eglot","version":"1.18"},"rootPath":"/home/dev/Projects/dotnet/test1/","rootUri":"file:///projects/dotnet/test1","initializationOptions":{},"capabilities":{"workspace":{"applyEdit":true,"executeCommand":{"dynamicRegistration":false},"workspaceEdit":{"documentChanges":true},"didChangeWatchedFiles":{"dynamicRegistration":false},"symbol":{"dynamicRegistration":false},"configuration":true,"workspaceFolders":true},"textDocument":{"synchronization":{"dynamicRegistration":false,"willSave":true,"willSaveWaitUntil":true,"didSave":true},"completion":{"dynamicRegistration":false,"completionItem":{"snippetSupport":true,"deprecatedSupport":true,"resolveSupport":{"properties":["documentation","details","additionalTextEdits"]},"tagSupport":{"valueSet":[1]},"insertReplaceSupport":true},"contextSupport":true},"hover":{"dynamicRegistration":false,"contentFormat":["markdown","plaintext"]},"signatureHelp":{"dynamicRegistration":false,"signatureInformation":{"parameterInformation":{"labelOffsetSupport":true},"documentationFormat":["markdown","plaintext"],"activeParameterSupport":true}},"references":{"dynamicRegistration":false},"definition":{"dynamicRegistration":false,"linkSupport":true},"declaration":{"dynamicRegistration":false,"linkSupport":true},"implementation":{"dynamicRegistration":false,"linkSupport":true},"typeDefinition":{"dynamicRegistration":false,"linkSupport":true},"documentSymbol":{"dynamicRegistration":false,"hierarchicalDocumentSymbolSupport":true,"symbolKind":{"valueSet":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26]}},"documentHighlight":{"dynamicRegistration":false},"codeAction":{"dynamicRegistration":false,"resolveSupport":{"properties":["edit","command"]},"dataSupport":true,"codeActionLiteralSupport":{"codeActionKind":{"valueSet":["quickfix","refactor","refactor.extract","refactor.inline","refactor.rewrite","source","source.organizeImports"]}},"isPreferredSupport":true},"formatting":{"dynamicRegistration":false},"rangeFormatting":{"dynamicRegistration":false},"rename":{"dynamicRegistration":false},"inlayHint":{"dynamicRegistration":false},"publishDiagnostics":{"relatedInformation":false,"codeDescriptionSupport":false,"tagSupport":{"valueSet":[1,2]}}},"window":{"showDocument":{"support":true},"workDoneProgress":true},"general":{"positionEncodings":["utf-32","utf-8","utf-16"]},"experimental":{}},"workspaceFolders":[{"uri":"file:///projects/dotnet/test1","name":"/ssh:dev@dev:~/Projects/dotnet/test1/"}]}} [jsonrpc] i[10:30:10.245] [1] timed-out request ':initialize' [jsonrpc] D[10:30:10.365] Connection state change: `killed ' ----------b---y---e---b---y---e---------- [stderr] Host key verification failed.