Kenneth Skovhus
Kenneth Skovhus
This is supported in the next version of the language server. You can try it out already now by using the beta version `npm install -g [email protected]`
Thanks for reporting this. It is enabled for everyone and works in vscode. Can you share an example script and some output from the trace output? See https://github.com/bash-lsp/bash-language-server/blob/main/server/src/shellcheck/index.ts#L172 Also note...
Thanks. They actually publish an office image now: https://github.com/idank/explainshell/pull/308 I haven’t tested it, but let us do that and link to this in our README. :)
@seebeen note that this issue is about explainshell, and not shellcheck.
A more performant, robust and stable analyzer has been released as version 3.3.0 (which is part of the latest VSCode extension 1.17.0). You can find more details in https://github.com/bash-lsp/bash-language-server/pull/569 I...
A more performant, robust and stable analyzer has been released as version 3.3.0 (which is part of the latest VSCode extension 1.17.0). You can find more details in https://github.com/bash-lsp/bash-language-server/pull/569 I'm...
This is now supported.
@vrubezhny @akurtakov I'm trying to prioritize solving this. But I'm curious how common is it that you are actually annoyed by these logs? For the VS Code client you never...
> Eclipse LSP4E defaults to print everything to the console That’s odd. Can you paste a screenshot?
@akurtakov some weeks ago a new version of the server was released that supports configuring logging. See more documentation here: https://github.com/bash-lsp/bash-language-server#logging Let me know if this works for you. You...