mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-04-12 23:29:39 +02:00
fix(code-server): remove string quotes from JS/TS log global snippet (#129)
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/129
This commit is contained in:
parent
d65c3b5121
commit
cf7792393c
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
"scope": "javascript,typescript",
|
"scope": "javascript,typescript",
|
||||||
"prefix": "log",
|
"prefix": "log",
|
||||||
"body": [
|
"body": [
|
||||||
"console.log(\"$1\");",
|
"console.log($1);",
|
||||||
],
|
],
|
||||||
"description": "Log output to console"
|
"description": "Log output to console"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue