From 6bd4a07286cbd693995a2f13279ec4254f871853 Mon Sep 17 00:00:00 2001 From: Daniel Parreira Date: Wed, 20 Oct 2021 09:16:05 -0700 Subject: [PATCH] Fix typo in setup documentation Summary: Typo on Prettier extension recommendation for internals. Reviewed By: passy Differential Revision: D31796887 fbshipit-source-id: c69d0938be198ec6120c2ffb871e109253e00211 --- docs/extending/dev-setup.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/extending/dev-setup.mdx b/docs/extending/dev-setup.mdx index e2215999b..5493e2892 100644 --- a/docs/extending/dev-setup.mdx +++ b/docs/extending/dev-setup.mdx @@ -26,8 +26,7 @@ When developing Flipper plugins we recommend the following IDEs: Flipper Desktop is written in TypeScript. Using our internal "VSCode @ FB" as IDE is strongly recommended (`code-fb`). -Make sure to install the `[FB-Internal]` "ESLint" and "Pretter" extensions are enabled. - +Make sure to install and enable extensions `[FB-Internal] ESLint Diagnostics` and `[FB-Internal] Prettier`. If for some reason it is not working, the builtin TypeScript extension might be disabled. To enable it, to go to extensions, search for “@builtin typescript” and enable it. ### Android (Java)