Skip to content

Commit cafa71a

Browse files
committed
fix: fix missed extension config on package.json
1 parent d6862f3 commit cafa71a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "JavaScript/TypeScript React/Next.js Snippets",
44
"description": "Snippets for JavaScript, TypeScript, React.js, Next.js, React Query, SWR, Redux, Jest, React Hook Form, Emotion CSS, & many more",
55
"icon": "images/logo.png",
6-
"version": "1.18.0",
6+
"version": "1.18.1",
77
"publisher": "afifu",
88
"keywords": [
99
"vscode",
@@ -44,6 +44,10 @@
4444
{
4545
"language": "typescriptreact",
4646
"path": "./snippets/typescript.json"
47+
},
48+
{
49+
"language": "astro",
50+
"path": "./snippets/jsx.json"
4751
}
4852
]
4953
},

0 commit comments

Comments
 (0)