mirror of
https://github.com/Ascyii/dotfiles.git
synced 2026-01-01 06:54:24 -05:00
6 lines
220 B
TOML
6 lines
220 B
TOML
[[snippets]]
|
|
prefix = "ldldldld"
|
|
scope = [ "python" ] # language id https://code.visualstudio.com/docs/languages/identifiers#_known-language-identifiers
|
|
body = 'log.debug("$1", "$2")'
|
|
description = "log at debug level"
|