File tree 3 files changed +8
-2
lines changed
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.
9
9
Security to invite users to upgrade in case of vulnerabilities.
10
10
-->
11
11
12
+ ## 1.6.4 - 2023/02/25
13
+
14
+ ### Fixed
15
+
16
+ - ` cs ` string snippet on JS
17
+
12
18
## 1.6.3 - 2022/12/14
13
19
14
20
### Fixed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " const-props-snippets" ,
3
3
"description" : " VS Code Const & Props snippets for JS and TS" ,
4
- "version" : " 1.6.3 " ,
4
+ "version" : " 1.6.4 " ,
5
5
"displayName" : " Const & Props Snippets" ,
6
6
"publisher" : " deinsoftware" ,
7
7
"icon" : " images/light-icon.png" ,
Original file line number Diff line number Diff line change 6
6
},
7
7
"constantString" : {
8
8
"prefix" : " cs" ,
9
- "body" : " const ${1:name} = '$1 '$0" ,
9
+ "body" : " const ${1:name} = '$2 '$0" ,
10
10
"description" : " Constant String"
11
11
},
12
12
"constantNumber" : {
You can’t perform that action at this time.
0 commit comments