File tree 4 files changed +9
-3
lines changed
4 files changed +9
-3
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.8.1 - 2023/03/28
13
+
14
+ ## Fixed
15
+
16
+ - constant template literals expression variable
17
+
12
18
## 1.8.0 - 2023/03/28
13
19
14
20
## Added
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.8.0 " ,
4
+ "version" : " 1.8.1 " ,
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 11
11
},
12
12
"constantTemplateLiterals" : {
13
13
"prefix" : " ctl" ,
14
- "body" : " const ${1:name} = `$2\\ ${$3:expression\\ }$4`$0" ,
14
+ "body" : " const ${1:name} = `$2\\ ${${ 3:expression} \\ }$4`$0" ,
15
15
"description" : " Constant Template Literals"
16
16
},
17
17
"constantNumber" : {
Original file line number Diff line number Diff line change 21
21
},
22
22
"constantTemplateLiterals" : {
23
23
"prefix" : " ctl" ,
24
- "body" : " const ${1:name}: string = `$2\\ ${$3:expression\\ }$4`$0" ,
24
+ "body" : " const ${1:name}: string = `$2\\ ${${ 3:expression} \\ }$4`$0" ,
25
25
"description" : " Constant Template Literals"
26
26
},
27
27
"constantNumber" : {
You can’t perform that action at this time.
0 commit comments