Skip to content

Instantly share code, notes, and snippets.

@bluefangs
Created March 12, 2018 17:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bluefangs/94e3869191a06a152c19c6a349f7a37d to your computer and use it in GitHub Desktop.
Save bluefangs/94e3869191a06a152c19c6a349f7a37d to your computer and use it in GitHub Desktop.
simple sh task for vscode
{
"version": "2.0.0",
"tasks": [
{
"label": "Run shell script",
"type": "shell",
"command": "~/workspace/ezems/wow.sh",
// "windows": {
// "command": ".\\scripts\\test.bat"
// },
"group": "test",
"presentation": {
"reveal": "always",
"panel": "new"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment