Created
December 9, 2019 05:15
-
-
Save ScriptBytes/b1ba413b375f771967aace63bea9cea4 to your computer and use it in GitHub Desktop.
Simple VS Code snippet
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 Test": { | |
"prefix": "log", | |
"body": [ | |
"console.log('Hello ${1:name}!!!');", | |
"$2" | |
], | |
"description": "Log output to console" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment