vs-shell-format icon indicating copy to clipboard operation
vs-shell-format copied to clipboard

var[${index}-string] incorrectly expanded with whitespaces

Open ckuhtz opened this issue 3 years ago • 0 comments

var[${index}-string]

incorrectly expanded to

var[${index} - string]

which creates broken syntax. Don't touch the stuff in brackets.

ckuhtz avatar Sep 21 '22 21:09 ckuhtz