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

This commit is contained in:
Victor Westerlund 2025-12-25 10:44:39 +01:00
parent 74643985ba
commit 545af57616
Signed by: vlw
GPG key ID: D0AD730E1057DFC6

View file

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