KlfJoat

Results 28 comments of KlfJoat

> For some reason I do not have permissions to run the bellow command. `git pull [email protected]:KlfJoat/bats-vscode.git bash-parameter-expansion-highlight-support` > > I've create a branch and apply the patch. lets see...

Palansher got me thinking, and I checked. `https://explainshell.com/api/explain?cmd=find` doesn't even work. It returns 404.

I am running the same thing (VSCodium, Linux) and I had the same problem a few months back. I wound up disabling bash-language-server's shellcheck in favor of vscode-shellcheck since the...

+1 to this. I'd also suggest allowing us to pick from a few different output formats. And those output formats should be existing output formats. One of the output formats...

IMO, a missing license is a file-specific error. The license referenced by `somefile.ext` does not exist in `LICENSES/`. If a line number is needed, it's the line where the license...

> Please note that maintenance and contribution are made on my personal time off, so do not expect to high reactivity. I understand. I appreciate your willingness to consider this...

Hi, @landure That doesn't seem to answer my question, that I can tell. But for your PR #72, I have a request... [Line 729](https://github.com/reconquest/shdoc/pull/72/commits/ea092158093d35124e88400a0257b6355ceb1053#diff-df8a92229e0420e2bd9111598188c7b522449ece1ec95417f553bc42659f3e0aR729): `match($0, /^([[:blank:]]*#)([[:blank:]]+)@(description|example|stdin|stdout|stderr|set|exitcode|see)[[:blank:]]*(.*[^[:blank:]])?[[:blank:]]*$/, contents)` Could you please...