Merge pull request #16 from danzel/patch-1

Remove JS-IS-JSX and related parts, no longer required
This commit is contained in:
Valerii Iatsko 2016-05-24 05:21:21 +02:00
commit a9f1e6cca5

View File

@ -63,7 +63,6 @@ Language packages extend the editor with syntax highlighting and/or snippets for
- [F#](https://marketplace.visualstudio.com/items?itemName=Ionide.Ionide-fsharp)
- [Fortran](https://marketplace.visualstudio.com/items?itemName=Gimly81.fortran)
- [Handlebars](https://marketplace.visualstudio.com/items?itemName=andrejunges.Handlebars)
- [JS is JSX](https://marketplace.visualstudio.com/items?itemName=eg2.js-is-jsx)
- [Mason](https://marketplace.visualstudio.com/items?itemName=viatsko.html-mason)
- [Parser 3](https://marketplace.visualstudio.com/items?itemName=viatsko.parser3)
- [Pascal](https://marketplace.visualstudio.com/items?itemName=alefragnani.pascal), or [OmniPascal](https://marketplace.visualstudio.com/items?itemName=Wosi.omnipascal) (only for Windows)
@ -75,12 +74,6 @@ Language packages extend the editor with syntax highlighting and/or snippets for
- [Swift](https://marketplace.visualstudio.com/items?itemName=Kasik96.swift)
- [Twig](https://marketplace.visualstudio.com/items?itemName=whatwedo.twig)
#### React JSX
Please note that to make JSX working correctly in .js files, you'll need [JS is JSX](https://marketplace.visualstudio.com/items?itemName=eg2.js-is-jsx) extension mentioned above, and one of the linters with JSX support (*eslint* recommended) from Lint and IntelliSense section below.
### Salsa Preview
Alternatively, instead of JS to JSX + ESLint, for javascript, since the January release, you can use *[Salsa Preview](https://github.com/Microsoft/TypeScript/issues/4789)*. [Follow the official documentation](https://github.com/Microsoft/vscode-docs/blob/master/release-notes/latest.md#enabling-salsa) in order to enable it.
## Lint and IntelliSense
In case the awesome nirvana that is linting has not yet been unleashed upon you: