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.
1 parent 4322e19 commit b9cbb5eCopy full SHA for b9cbb5e
snippets/snippets.json
@@ -161,5 +161,10 @@
161
"prefix": "cwa",
162
"body": "console.warn(${1:object});",
163
"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"
169
}
170
0 commit comments