Skip to content

Instantly share code, notes, and snippets.

@AmmarHasan
Created February 3, 2017 04:24
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 AmmarHasan/d4189205c698e4b732d7a4fbfeec896e to your computer and use it in GitHub Desktop.
Save AmmarHasan/d4189205c698e4b732d7a4fbfeec896e to your computer and use it in GitHub Desktop.
User snippet for Javascript
{
"Print to console": {
"prefix": "log",
"body": [
"console.log('$1');",
"$2"
],
"description": "Log output to console"
},
"Condition Debug": {
"prefix": "dd",
"body": [
"stage==='s$1'&&method==='$2'"
],
"description": "Log output to console"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment