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.1.1] - 2022/07/29
13+
14+ ### Fixed
15+
16+ - Console table destructuring snippet
17+
1218## [ 1.1.0] - 2022/07/27
1319
1420### Added
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.1.0 " ,
4+ "version" : " 1.1.1 " ,
55 "displayName" : " Debug Snippets" ,
66 "publisher" : " deinsoftware" ,
77 "icon" : " images/light-icon.png" ,
Original file line number Diff line number Diff line change 110110 "description" : " Console Table"
111111 },
112112 "consoleTableDestructuring" : {
113- "prefix" : " cld " ,
113+ "prefix" : " ctd " ,
114114 "body" : " console.table({${1:name}})$0" ,
115115 "description" : " Console Table with Destructuring"
116116 },
You can’t perform that action at this time.
0 commit comments