Last active
November 4, 2021 20:29
-
-
Save dotspencer/ad0c54c0b54dd7a0a4260c3c14cc6209 to your computer and use it in GitHub Desktop.
JavaScript User Snippets in VSCode (nlog, named log) vs code
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
{ | |
"Named console log": { | |
"prefix": "nlog", | |
"body": [ | |
"console.log('$1:', $1);", | |
], | |
"description": "Log output to console" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment