Skip to content

Commit a5cdb44

Browse files
authored
Merge pull request microsoft#100657 from MrNossiom/patch-1
Update logging
2 parents 1974484 + fc8b56a commit a5cdb44

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

extensions/javascript/snippets/javascript.code-snippets

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,24 +173,21 @@
173173
"Log to the console": {
174174
"prefix": "log",
175175
"body": [
176-
"console.log($1);",
177-
"$0"
176+
"console.log($1);"
178177
],
179178
"description": "Log to the console"
180179
},
181180
"Log warning to console": {
182181
"prefix": "warn",
183182
"body": [
184183
"console.warn($1);",
185-
"$0"
186184
],
187185
"description": "Log warning to the console"
188186
},
189187
"Log error to console": {
190188
"prefix": "error",
191189
"body": [
192190
"console.error($1);",
193-
"$0"
194191
],
195192
"description": "Log error to the console"
196193
}

0 commit comments

Comments
 (0)