Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Batch #309

Open
qwksilver opened this issue Dec 31, 2022 · 1 comment
Open

Windows Batch #309

qwksilver opened this issue Dec 31, 2022 · 1 comment

Comments

@qwksilver
Copy link

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
Copy link

@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"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants