Skip to content

Commit

Permalink
#39 Remove support for jsx language as it gives errors and the corres…
Browse files Browse the repository at this point in the history
…ponding extension is removed
  • Loading branch information
xabikos committed Mar 11, 2018
1 parent b6a0c7d commit 6d9266b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -18,7 +18,6 @@ There you have either the option to show the already installed snippets or insta
* TypeScript (.ts)
* JavaScript React (.jsx)
* TypeScript React (.tsx)
* JSX after installing the [corresponding extension](https://marketplace.visualstudio.com/items?itemName=TwentyChung.jsx)

## Breaking change in version 1.0.0
Up until verion 1.0.0 all the [JavaScript snippets][javacript] where part of the extension. In order to avoid duplication
Expand Down
4 changes: 0 additions & 4 deletions package.json
Expand Up @@ -36,10 +36,6 @@
{
"language": "typescriptreact",
"path": "./snippets/snippets.json"
},
{
"language": "jsx",
"path": "./snippets/snippets.json"
}
]
}
Expand Down

0 comments on commit 6d9266b

Please sign in to comment.