SourceCodeSyntaxHighlight icon indicating copy to clipboard operation
SourceCodeSyntaxHighlight copied to clipboard

Problem with LSP configuration

Open sjmller opened this issue 3 years ago • 3 comments

Hi,

First, thank you for your great work! I love this application and its capabilities. That said, I'm currently struggling with the configuration of a Language Server, specifically for the python language.

I've tried both the pyright-langserver and the jedi-language-server, without luck so far.

This is the configuration I've tried:

image

Am I missing something here? Thanks in advance.

Best regards

sjmller avatar Oct 07 '22 13:10 sjmller

try to enable the debug settings (on the general tab), then open a preview and check inside the Desktop/colorize.log the output of the process.

sbarex avatar Oct 07 '22 14:10 sbarex

Hi, the highlight utility (which generates the coloured output) currently sends a ClientCapabilities request to the LSP server and expects a Capabilities response. Some older servers do not support this request so highlight quits. The next version will support these "legacy" servers as they sometimes provide "hover output" (meta information of tokens).

andre-simon avatar Oct 28 '22 05:10 andre-simon

Highlight is updated to ver 4.4 on release 2.1.16.

sbarex avatar Dec 04 '22 13:12 sbarex