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 (#94)
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/94
This commit is contained in:
parent
74643985ba
commit
e8958f3292
1 changed files with 1 additions and 2 deletions
|
|
@ -16,8 +16,7 @@
|
||||||
"scope": "javascript,typescript",
|
"scope": "javascript,typescript",
|
||||||
"prefix": "log",
|
"prefix": "log",
|
||||||
"body": [
|
"body": [
|
||||||
"console.log('$1');",
|
"console.log(\"$1\");",
|
||||||
"$2"
|
|
||||||
],
|
],
|
||||||
"description": "Log output to console"
|
"description": "Log output to console"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue