File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ Fixed for any bug fixes.
99Security to invite users to upgrade in case of vulnerabilities.
1010-->
1111
12+ ## [ 1.0.3] - 2022/07/05
13+
14+ ### Fixed
15+
16+ - Wrapper trigger on README
17+
1218## [ 1.0.2] - 2022/07/05
1319
1420### Fixed
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ Below is a list of all available snippets and the triggers of each one. The **$*
101101| ` cts→ ` | [ time start] ( https://developer.mozilla.org/en-US/docs/Web/API/Console/time ) | ` console.time($label)█ ` |
102102| ` ctl→ ` | [ time log] ( https://developer.mozilla.org/en-US/docs/Web/API/console/timeLog ) | ` console.timeLog($label)█ ` |
103103| ` cte→ ` | [ time end] ( https://developer.mozilla.org/en-US/docs/Web/API/console/timeEnd ) | ` console.timeEnd($label)█ ` |
104- | ` ctg →` | time wrapper | <code >console.time($label)<br />█<br />console.timeEnd($label)</code > |
104+ | ` ctw →` | time wrapper | <code >console.time($label)<br />█<br />console.timeEnd($label)</code > |
105105| ` cgs→ ` | [ group start] ( https://developer.mozilla.org/en-US/docs/Web/API/Console/group ) | ` console.group($label)█ ` |
106106| ` cge→ ` | [ group end] ( https://developer.mozilla.org/en-US/docs/Web/API/console/groupEnd ) | ` console.groupEnd($label)█ ` |
107107| ` cgw→ ` | group wrapper | <code >console.group($label)<br />█<br />console.groupEnd($label)</code > |
Original file line number Diff line number Diff line change 11{
22 "name" : " debug-snippets" ,
33 "description" : " VS Code Debug snippets for JS, TS and CSS" ,
4- "version" : " 1.0.2 " ,
4+ "version" : " 1.0.3 " ,
55 "displayName" : " Debug Snippets" ,
66 "publisher" : " deinsoftware" ,
77 "icon" : " images/light-icon.png" ,
You can’t perform that action at this time.
0 commit comments