halfbrained / cuda_lsp

LSP Client plugin for CudaText
6 stars 4 forks source link

Problem with bash-language-server #116

Closed eltonfabricio10 closed 1 year ago

eltonfabricio10 commented 1 year ago

What is this message?

Screenshot_20220915_133609

My config file: ~/.config/cudatext/settings/lsp_bash.json

{
    "lexers": {
        "Bash script": "bash"
    },
    "cmd_unix": ["/usr/sbin/bash-language-server", "start"]
}
Alexey-T commented 1 year ago

I think it is server-specific message.

@veksha may be interested.

veksha commented 1 year ago

please see PR.

Alexey-T commented 1 year ago

applied PR.

veksha commented 1 year ago

Hi @eltonfabricio10. is it working for you now?

eltonfabricio10 commented 1 year ago

Partially... I think it should work like ST

Alexey-T commented 1 year ago

But what is not working like in ST? what issue do you have.

eltonfabricio10 commented 1 year ago

https://github.com/CudaText-addons/cuda_lsp/pull/20#issuecomment-1248760171

With this log message

Alexey-T commented 1 year ago

Elton, what this animation tells us? I don't get it

eltonfabricio10 commented 1 year ago

I updated lsp plugin. It's OK now