theron-wang / VS2022-Editor-Support-for-Tailwind-CSS

Unofficial VS2022 Tailwind CSS extension for IntelliSense, linting, sorting, and more to enhance the development experience in Visual Studio 2022.
https://marketplace.visualstudio.com/items?itemName=TheronWang.TailwindCSSIntellisense
MIT License
86 stars 5 forks source link

This doesn't work with typescript? #34

Closed tngflx closed 6 months ago

tngflx commented 7 months ago

Hi is typescript not supported at all? I saw the definition for tailwind.config.js only include js files

theron-wang commented 7 months ago

Typescript files are not supported in the solution explorer context menu. However, if your configuration file is a typescript file, you can find the tailwind.extension.json file in your project root and specify the path in there.

On Fri, Feb 2, 2024 at 7:26 AM Hiverse @.***> wrote:

Hi is typescript not supported at all? I saw the definition for tailwind.config.js only include js files

— Reply to this email directly, view it on GitHub https://github.com/theron-wang/VS2022-Editor-Support-for-Tailwind-CSS/issues/34, or unsubscribe https://github.com/notifications/unsubscribe-auth/APRLLK2D4PXDTMSKAE6OBBLYRTLO5AVCNFSM6AAAAABCWTCFESVHI2DSMVQWIX3LMV43ASLTON2WKOZSGEYTIOBRG44DQOI . You are receiving this because you are subscribed to this thread.Message ID: @.*** com>

theron-wang commented 6 months ago

Sorry about the late response, but TypeScript files should now be able to be used as configuration files. Thanks for the report!