Skip to content

Commit

Permalink
fix: fix missed extension config on package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
afiiif committed Jul 15, 2024
1 parent d6862f3 commit cafa71a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "JavaScript/TypeScript React/Next.js Snippets",
"description": "Snippets for JavaScript, TypeScript, React.js, Next.js, React Query, SWR, Redux, Jest, React Hook Form, Emotion CSS, & many more",
"icon": "images/logo.png",
"version": "1.18.0",
"version": "1.18.1",
"publisher": "afifu",
"keywords": [
"vscode",
Expand Down Expand Up @@ -44,6 +44,10 @@
{
"language": "typescriptreact",
"path": "./snippets/typescript.json"
},
{
"language": "astro",
"path": "./snippets/jsx.json"
}
]
},
Expand Down

0 comments on commit cafa71a

Please sign in to comment.