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

Extension Tailwind Build Process constantly turning itself on #18

Closed BowserKingKoopa closed 1 year ago

BowserKingKoopa commented 1 year ago

The Extension's built in Tailwind Build Process is constantly and aggressively turning itself on. I don't use this build process and I'm constantly fighting with the extension to turn it off. I turn it off with the menu item under the Visual Studio Build menu. But it always just turns itself on at some point. Sometimes right away, sometimes it waits a while to lull me into a false sense of security. I don't know what turns it back on, it feels random. Can you help me get this thing to stay off?

theron-wang commented 1 year ago

It turns on every time you build the project. If you don’t use the build process you can disable it in Tools > Options > TailwindCSSIntellisense and set the build process to “None”.

On Wed, Sep 6, 2023 at 9:27 AM BowserKingKoopa @.***> wrote:

The Extension's built in Tailwind Build Process is constantly and aggressively turning itself on. I don't use this build process and I'm constantly fighting with the extension to turn it off. I turn it off with the menu item under the Visual Studio Build menu. But it always just turns itself on at some point. Sometimes right away, sometimes it waits a while to lull me into a false sense of security. I don't know what turns it back on, it feels random. Can you help me get this thing to stay off?

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

BowserKingKoopa commented 1 year ago

Awesome. Thank you.