Created
November 25, 2016 15:52
-
-
Save bekatom/34904fbbce861a2d04cb30227b38ac5a to your computer and use it in GitHub Desktop.
vscode_snippet_for_tron
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
"Display state tron": { | |
"prefix": "displayState", | |
"body": [ | |
"console.tron.display({", | |
"\t$3name: 'State',", | |
"\t$3value: this.state,", | |
"});" | |
], | |
"description": "Log state to tron" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment