Created
May 24, 2018 18:40
-
-
Save vitorpiovezam/31186d0996e813672130561b0741c50b to your computer and use it in GitHub Desktop.
My vscode snippets
This file contains 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
"Ta Funfando": { | |
"prefix": "funfa", | |
"body": [ | |
"console.log('ta funfando');" | |
], | |
"description": "for test in console output" | |
}, | |
"Console Log": { | |
"prefix": "cl", | |
"body": [ | |
"console.log('${2: }');" | |
], | |
"description": "for test in console output" | |
}, | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment