mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-01-11 21:36:00 +01:00
fix(code-server): user snippet log body format
This commit is contained in:
parent
74643985ba
commit
545af57616
1 changed files with 1 additions and 2 deletions
|
|
@ -16,8 +16,7 @@
|
|||
"scope": "javascript,typescript",
|
||||
"prefix": "log",
|
||||
"body": [
|
||||
"console.log('$1');",
|
||||
"$2"
|
||||
"console.log(\"$1\");",
|
||||
],
|
||||
"description": "Log output to console"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue