We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2833b1f + b9cbb5e commit 48cc935Copy full SHA for 48cc935
snippets/snippets.json
@@ -166,5 +166,10 @@
166
"prefix": "cwa",
167
"body": "console.warn(${1:object});",
168
"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"
174
}
175
0 commit comments