From 31097c683b9569ee6badf8a5b28996f1d4d40f5c Mon Sep 17 00:00:00 2001 From: Brad Cornes Date: Fri, 8 Jan 2021 18:10:52 +0000 Subject: [PATCH] tweak readme wording --- packages/tailwindcss-intellisense/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tailwindcss-intellisense/README.md b/packages/tailwindcss-intellisense/README.md index 7d93beb..6e0f4ca 100644 --- a/packages/tailwindcss-intellisense/README.md +++ b/packages/tailwindcss-intellisense/README.md @@ -119,4 +119,4 @@ If you’re having issues getting the IntelliSense features to activate, there a - Ensure that you have a Tailwind config file in your workspace and that this is named `tailwind.config.js` or `tailwind.js`. Check out the Tailwind documentation for details on [creating a config file](https://tailwindcss.com/docs/installation/#3-create-your-tailwind-config-file-optional). - Ensure that the `tailwindcss` module is installed in your workspace, via `npm`, `yarn`, or `pnpm`. Tailwind CSS IntelliSense does not currently support Yarn Plug'n'Play. - If you installed `tailwindcss` or created your config file while your project was already open in Visual Studio Code you may need to reload the editor. You can either restart VS Code entirely, or use the `Developer: Reload Window` command which can be found in the command palette. -- Make sure your VS Code settings (`.vscode/settings.json`) aren't causing the Tailwind config to be excluded from search. +- Make sure your VS Code settings aren’t causing your Tailwind config file to be excluded from search, for example via the `search.exclude` setting.