bash-language-server icon indicating copy to clipboard operation
bash-language-server copied to clipboard

Failure to parse here string.

Open DeadBranches opened this issue 4 years ago • 0 comments

I'm using BashIDE in Windows 10. I'm assuming the following error is from BLS 1.16.1.

value_after_last_delimeter () {
    <<<"$1" awk -F"$2" '{print $NF}'
}

Failure to parse expression is regarding <<<

DeadBranches avatar Feb 27 '21 14:02 DeadBranches