bash-lsp / bash-language-server

A language server for Bash
MIT License
2.14k stars 123 forks source link

Support new code folding api #18

Open mads-hartmann opened 6 years ago

mads-hartmann commented 6 years ago

This is vscode specific, but should be very easy to add as we have the tree-sitter AST. https://code.visualstudio.com/updates/v1_22#_folding-provider-api

flying-sausages commented 3 years ago

Never too late to bump an issue like this

skovhus commented 3 years ago

@flying-sausages let me know if you would like to work on this. :)

flying-sausages commented 3 years ago

I'd love to but I have 0 nodejs experience so I don't think I'll be of any help :(

2art commented 5 months ago

This is no longer alive, is it?