Adjust JS console.debug snippet

This commit is contained in:
László Károlyi 2023-07-16 16:41:20 +02:00
parent fb5ff9b923
commit 9f6f1eae7e
Signed by: karolyi
GPG key ID: 2DCAF25E55735BFE

View file

@ -1,6 +1,6 @@
<snippet>
<content><![CDATA[
console.debug('XXX', ${1})
console.debug('${1:XXX}', ${2})
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>cod</tabTrigger>