Skip to content

Commit 7e7c6a6

Browse files
committed
docs/editor: Document recommended prettier-vscode version
1 parent 2cfe024 commit 7e7c6a6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/howto/editor.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ The following are the recommended extensions for reference.
3232
Support](https://marketplace.visualstudio.com/items?itemName=flowtype.flow-for-vscode)
3333
* [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
3434
* [prettier-vscode](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
35+
* For this one, use `code --install-extension [email protected]`
36+
to install an older version of the extension. A later version
37+
[removed important functionality][] that affects the resulting formatting.
38+
39+
[removed important functionality]: https://chat.zulip.org/#narrow/stream/243-mobile-team/topic/SOLVED.3A.20Prettier.20auto-formatting/near/893211
40+
3541

3642
If something doesn't seem right, see the items under "Troubleshooting" below.
3743

0 commit comments

Comments
 (0)