Created
February 3, 2017 04:24
-
-
Save AmmarHasan/d4189205c698e4b732d7a4fbfeec896e to your computer and use it in GitHub Desktop.
User snippet for Javascript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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