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
89 stars 5 forks source link

fix: TailwindBuildProcess now properly unhooks SettingsChangedAsync #2

Closed ApacheTech closed 1 year ago

ApacheTech commented 1 year ago

Minor bug fix.

On L67, SettingsChangedAsync is added as an event listener. On L77, SetFilePathsAsync was being removed as an event listener.