vs-shell-format
vs-shell-format copied to clipboard
var[${index}-string] incorrectly expanded with whitespaces
var[${index}-string]
incorrectly expanded to
var[${index} - string]
which creates broken syntax. Don't touch the stuff in brackets.