Skip to content

Instantly share code, notes, and snippets.

@orestesgaolin
Last active February 18, 2020 21:58
Show Gist options
  • Save orestesgaolin/e2c1716e49bb7ccfdeb67ce9cde15305 to your computer and use it in GitHub Desktop.
Save orestesgaolin/e2c1716e49bb7ccfdeb67ce9cde15305 to your computer and use it in GitHub Desktop.
Custom shell task in VS Code
{
"version": "2.0.0",
"tasks": [
{
"label": "Download translations from Localizely",
"type": "shell",
"command": "./scripts/localizely.sh",
"problemMatcher": []
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment