Kenneth Skovhus
Kenneth Skovhus
It shouldn't be that much work. But one would need to read up on the LSP protocol.
@josegonzalez that is a really nice offer! Donating to charity would be a great incentive to fix this. Let me know what you expect from this feature. Same file symbol...
Which features are you missing the most? Feel free to share a screenshot (I haven't used the LSP you mentioned). :)
Thanks for this comprehensive list! We should probably split this up into a few different issues and evaluate what provides the most value. For the rename symbol capability, then I...
@mamins1376 @jaco-codexorbis @shabbyrobe any concerns enabling the `-x` argument to follow includes for everyone?
Correction, we actually already use the `-x / --external-sources` option. I assume that the issue here could be that the `--source-path` path is always set to current working directory. https://github.com/bash-lsp/bash-language-server/blob/main/server/src/linter.ts#L87
Thanks @ericoporto! Great suggestion. We could make a blog post on this. Any specific topics you would like it to include? Who would be the audience (Someone wanting to do...
Which language are you writing the LS for? Seems your questions are rather code/implementation. We could do some more outlining of the code in this project.
Some of the transient dependencies requires node 14 as we can see from the log here. ``` npm WARN EBADENGINE package: '[email protected]', npm WARN EBADENGINE required: { node: '>=14.0.0' },...
Thanks for reporting this issue. It seems to be a grammar issue. I create an issue: tree-sitter/tree-sitter-bash#59