Fish variables and python toml

This commit is contained in:
2025-12-24 11:28:55 +00:00
parent 0f727a2194
commit bb43bc0819
2 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[[snippets]]
prefix = "ld"
prefix = "ldldldld"
scope = [ "python" ] # language id https://code.visualstudio.com/docs/languages/identifiers#_known-language-identifiers
body = 'log.debug("$1")'
body = 'log.debug("$1", "$2")'
description = "log at debug level"