fix(code-server): user snippet log body format (#94)

Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/94
This commit is contained in:
Victor Westerlund 2025-12-25 10:45:36 +01:00
parent 74643985ba
commit e8958f3292

View file

@ -16,8 +16,7 @@
"scope": "javascript,typescript",
"prefix": "log",
"body": [
"console.log('$1');",
"$2"
"console.log(\"$1\");",
],
"description": "Log output to console"
}