Merge pull request #964 from tamuratak/remove_spell_right

delete Spell Right
This commit is contained in:
James Yu 2018-11-07 11:11:06 +08:00 committed by GitHub
commit 67cda7acee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,6 +106,13 @@ Installing LaTeX Workshop is simple. You can find it in [Visual Studio Code Mark
- Type `latex workshop` to show all related commands.
- To view an arbitrary PDF file, just click on the file in the explorer.
## Known Extension Incompatibilities
The following extensions are known to cause issues when active at the same time, namely a significant delay when using the Enter key.
- [Spell Right](https://marketplace.visualstudio.com/items?itemName=ban.spellright)
- [Brackets Pair Colorizer 2](https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer-2)
- [Prettify Symbols Mode](https://marketplace.visualstudio.com/items?itemName=siegebell.prettify-symbols-mode)
## FAQ
### <a name="recipe"></a>LaTeX recipe?
@ -195,7 +202,7 @@ When using `% !TEX program` with bibliographies, a `bib` compiler must be define
### Spell check?
[Code Spellchecker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker) did a great job. Users may also find other extensions better alternatives, e.g., [Spell Right](https://marketplace.visualstudio.com/items?itemName=ban.spellright) and [LanguageTool](https://marketplace.visualstudio.com/items?itemName=adamvoss.vscode-languagetool). Especially the last one is credited for its multi-lingual support.
[Code Spellchecker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker) did a great job. Users may also find other extensions better alternatives, e.g., [LanguageTool](https://marketplace.visualstudio.com/items?itemName=adamvoss.vscode-languagetool) credited for its multi-lingual support.
### Build on save?