Created
May 23, 2020 20:05
-
-
Save ityonemo/00875891748bed3ee68e5f1b75c1ffe1 to your computer and use it in GitHub Desktop.
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
{ | |
"Inspect": { | |
"prefix": "ins", | |
"body": "|> IO.inspect(label: \"$0$TM_LINE_NUMBER\")", | |
"description": "Adds a pipeline with a labelled `IO.inspect`", | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment