Created
November 28, 2022 06:01
-
-
Save ityonemo/9e5c54aeb141464683fb95fd7f54f283 to your computer and use it in GitHub Desktop.
vscode snippet
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
{ | |
"Elixir debug": { | |
"prefix": "dd", | |
"body": "|> dbg", | |
"description": "injects an elixir dbg statement" | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment