Skip to content

Commit

Permalink
Finish feature/1
Browse files Browse the repository at this point in the history
  • Loading branch information
dlcastillop authored Sep 25, 2024
2 parents e77c50a + 0b2ac50 commit e1f7f5c
Show file tree
Hide file tree
Showing 3 changed files with 1,670 additions and 3 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@
"contributes": {
"snippets": [
{
"language": "typescript",
"path": "./snippets/snippets.code-snippets"
"language": "javascript",
"path": "./snippets/js.code-snippets"
},
{
"language": "javascriptreact",
"path": "./snippets/js.code-snippets"
}
]
}
Expand Down
Loading

0 comments on commit e1f7f5c

Please sign in to comment.