File tree Expand file tree Collapse file tree 5 files changed +22
-6
lines changed Expand file tree Collapse file tree 5 files changed +22
-6
lines changed Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v3
15
15
- uses : actions/setup-node@v3
16
16
with :
17
- node-version : 18
17
+ node-version : 20
18
18
- run : npm ci
19
19
- run : npm run test
20
20
26
26
- uses : actions/checkout@v3
27
27
- uses : actions/setup-node@v3
28
28
with :
29
- node-version : 18
29
+ node-version : 20
30
30
registry-url : https://registry.npmjs.org/
31
31
- run : npm i -g vsce
32
32
- run : vsce publish -p ${{ secrets.VSCE_PAT }}
Original file line number Diff line number Diff line change
1
+ v20.16.0
Original file line number Diff line number Diff line change @@ -9,11 +9,18 @@ Fixed for any bug fixes.
9
9
Security to invite users to upgrade in case of vulnerabilities.
10
10
-->
11
11
12
+ ## 1.5.1 - 2024/08/16
13
+
14
+ ### Fixed
15
+
16
+ - React snippets documentation and typescript support
17
+
12
18
## 1.5.0 - 2024/08/16
13
19
14
20
### Added
15
21
16
22
- snippet for debug values inside a react component with json stringify
23
+ - ` nvm ` default version support
17
24
18
25
## 1.4.2 - 2023/04/17
19
26
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ Below is a list of all available snippets and the triggers of each one. The `░
117
117
118
118
| Trigger | Description | Result JSX/TSX |
119
119
| ------: | ------------------------------- | ----------------------------------------------------------- |
120
- | ` csd →` | console code with destructuring | ` <pre><code>JSON.stringify({░name}, null, 2)</code></pre>█ ` |
120
+ | ` ccd →` | console code with destructuring | ` <pre><code>JSON.stringify({░name}, null, 2)</code></pre>█ ` |
121
121
122
122
### Styles
123
123
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " debug-snippets" ,
3
3
"description" : " VS Code Debug snippets for JS, TS and CSS" ,
4
- "version" : " 1.5.0 " ,
4
+ "version" : " 1.5.1 " ,
5
5
"displayName" : " Debug Snippets" ,
6
6
"publisher" : " deinsoftware" ,
7
7
"icon" : " images/light-icon.png" ,
67
67
"language" : " tsx-attr" ,
68
68
"path" : " ./snippets/code.json"
69
69
},
70
+ {
71
+ "language" : " tsx-attr" ,
72
+ "path" : " ./snippets/react.json"
73
+ },
70
74
{
71
75
"language" : " typescriptreact" ,
72
76
"path" : " ./snippets/code.json"
73
77
},
78
+ {
79
+ "language" : " typescriptreact" ,
80
+ "path" : " ./snippets/react.json"
81
+ },
74
82
{
75
83
"language" : " vue" ,
76
84
"path" : " ./snippets/code.json"
91
99
"test:ui" : " vitest --ui"
92
100
},
93
101
"volta" : {
94
- "node" : " 18.14.2 " ,
95
- "npm" : " 9.5.0 "
102
+ "node" : " 20.16.0 " ,
103
+ "npm" : " 10.8.1 "
96
104
},
97
105
"devDependencies" : {
98
106
"vitest" : " 0.29.1"
You can’t perform that action at this time.
0 commit comments