update readme

master
Brad Cornes 2021-08-13 12:35:59 +01:00
parent 7090111539
commit a0130fa945
1 changed files with 1 additions and 1 deletions

View File

@ -126,5 +126,5 @@ If youre 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`. Check out the Tailwind documentation for details on [creating a config file](https://tailwindcss.com/docs/installation#create-your-configuration-file).
- Ensure that the `tailwindcss` module is installed in your workspace, via `npm`, `yarn`, or `pnpm`.
- Make sure your VS Code settings arent causing your Tailwind config file to be excluded from search, for example via the `search.exclude` setting.
- Make sure your VS Code settings arent causing your Tailwind config file to be hidden/ignored, for example via the `files.exclude` or `files.watcherExclude` settings.
- Take a look at the language server output by running the `Tailwind CSS: Show Output` command from the command palette. This may show errors that are preventing the extension from activating.