Skip to content

Commit b9cbb5e

Browse files
author
Thomas Eilmsteiner
committed
console info snippet
added a new snippet that converts to a console.info call
1 parent 4322e19 commit b9cbb5e

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
@@ -161,5 +161,10 @@
161161
"prefix": "cwa",
162162
"body": "console.warn(${1:object});",
163163
"description": "Displays a message in the console but also displays a yellow warning icon along with the logged message"
164+
},
165+
"consoleInfo": {
166+
"prefix": "cin",
167+
"body": "console.info(${1:object});",
168+
"description": "Displays a message in the console but also displays a blue information icon along with the logged message"
164169
}
165170
}

0 commit comments

Comments
 (0)