Adjust JS console.debug snippet
This commit is contained in:
parent
fb5ff9b923
commit
9f6f1eae7e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<snippet>
|
<snippet>
|
||||||
<content><![CDATA[
|
<content><![CDATA[
|
||||||
console.debug('XXX', ${1})
|
console.debug('${1:XXX}', ${2})
|
||||||
]]></content>
|
]]></content>
|
||||||
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
|
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
|
||||||
<tabTrigger>cod</tabTrigger>
|
<tabTrigger>cod</tabTrigger>
|
||||||
|
|
Loading…
Reference in a new issue