Skip to content

Commit 48cc935

Browse files
authored
Merge pull request #18 from DeMuu/master
console info snippet
2 parents 2833b1f + b9cbb5e commit 48cc935

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

snippets/snippets.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,10 @@
166166
"prefix": "cwa",
167167
"body": "console.warn(${1:object});",
168168
"description": "Displays a message in the console but also displays a yellow warning icon along with the logged message"
169+
},
170+
"consoleInfo": {
171+
"prefix": "cin",
172+
"body": "console.info(${1:object});",
173+
"description": "Displays a message in the console but also displays a blue information icon along with the logged message"
169174
}
170175
}

0 commit comments

Comments
 (0)