Windows Batch
qwksilver opened this issue · 1 comments
qwksilver commented
if this is supposed to support .bat
it doesn't recognize mine nad .bats
is incorrect file extension. if not sorry to bother, and it would be lovely if you had support for .bat i can't find to seem a good one.
alanlivio commented
@qwksilver, what you can do is set vscode to se .bat
as shell scripts (see bellow). But shfmt probably will not work well.
"files.associations": {
"*.bat": "shellscript",
"*.bats": "shellscript"
}