From 6a94f6c4964575ef2a9258057071341ec50f690a Mon Sep 17 00:00:00 2001 From: Dave Leaver Date: Tue, 24 May 2016 15:17:45 +1200 Subject: [PATCH] Remove JS-IS-JSX and related parts, no longer required Fixes #9, Fixes #10 --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 4886ab9..eadadf0 100644 --- a/README.md +++ b/README.md @@ -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: