diff --git a/packages/vscode-tailwindcss/README.md b/packages/vscode-tailwindcss/README.md index d7d84414d3dcf81cb7fbf6b1fce318e268d30590..bf6ef4be1cff1c1dfc22d1ae6035f93a11b8ab3b 100644 --- a/packages/vscode-tailwindcss/README.md +++ b/packages/vscode-tailwindcss/README.md @@ -117,11 +117,6 @@ Class variants not in the recommended order (applies in [JIT mode](https://tailwindcss.com/docs/just-in-time-mode) only). **Default: `warning`** In order for the extension to activate you must have [`tailwindcss` installed](https://tailwindcss.com/docs/installation) and a [Tailwind config file](https://tailwindcss.com/docs/installation#create-your-configuration-file) named `tailwind.config.js` in your workspace. -Tailwind CSS IntelliSense enhances the Tailwind development experience by providing Visual Studio Code users with advanced features such as autocomplete, syntax highlighting, and linting. - -Enable the Node.js inspector agent for the language server and listen on the specified port. **Default: `null`** - -In order for the extension to activate you must have [`tailwindcss` installed](https://tailwindcss.com/docs/installation) and a [Tailwind config file](https://tailwindcss.com/docs/installation#create-your-configuration-file) named `tailwind.config.js` in your workspace. **[Install via the Visual Studio Code Marketplace →](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss)** If you’re having issues getting the IntelliSense features to activate, there are a few things you can check: