Matthew Espino

Results 5 comments of Matthew Espino

Looking at the current pull requests, it seems merging #15 would fix this issue.

This was already raised in #1116, fixed in 04a2cb3476b786e5ec76d17a737fc852633238b9, and released in bash-language-server version 5.3.3, but the latest VSCode extension is running 5.2.0 so this will probably be fixed when...

Hi, I'm the one who implemented the rename symbol capability. This is a known limitation as the parser we use (tree-sitter-bash) doesn't type `CASE` as `variable_name` but as `word`. You...

You can try, but I'm not sure if they'd be willing to change the current behavior since a fix would require treating `read` differently from other commands and making the...

Hi, so I made a PR (#1221) to address this. I'd appreciate it if you can give the changes a try and see if they work for your use case.