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.6.4 - 2023/02/25
13+
14+ ### Fixed
15+
16+ - ` cs ` string snippet on JS
17+
1218## 1.6.3 - 2022/12/14
1319
1420### Fixed
Original file line number Diff line number Diff line change 11{
22 "name" : " const-props-snippets" ,
33 "description" : " VS Code Const & Props snippets for JS and TS" ,
4- "version" : " 1.6.3 " ,
4+ "version" : " 1.6.4 " ,
55 "displayName" : " Const & Props Snippets" ,
66 "publisher" : " deinsoftware" ,
77 "icon" : " images/light-icon.png" ,
Original file line number Diff line number Diff line change 66 },
77 "constantString" : {
88 "prefix" : " cs" ,
9- "body" : " const ${1:name} = '$1 '$0" ,
9+ "body" : " const ${1:name} = '$2 '$0" ,
1010 "description" : " Constant String"
1111 },
1212 "constantNumber" : {
You can’t perform that action at this time.
0 commit comments