Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for build 242.* #87

Closed
chrisnoden opened this issue Aug 15, 2024 · 4 comments
Closed

Support for build 242.* #87

chrisnoden opened this issue Aug 15, 2024 · 4 comments

Comments

@chrisnoden
Copy link

With the release of the 242 (2024) builds of the JetBrains IDEs, the Tailwind Formatter plugin no longer works.

Please could you update to support the new builds?

@mikesnoeren
Copy link

Genuine question: I'm curious why this plugin seems to become outdated so frequently. I haven't experienced this with other plugins. Is it due to a lack of maintenance, or is there something inherently challenging about how it's built?

I also noticed someone made a pull request that supposedly fixes this issue. Is there any reason it hasn't been accepted?

@tance77
Copy link
Contributor

tance77 commented Sep 6, 2024

Genuine question: I'm curious why this plugin seems to become outdated so frequently. I haven't experienced this with other plugins. Is it due to a lack of maintenance, or is there something inherently challenging about how it's built?

I also noticed someone made a pull request that supposedly fixes this issue. Is there any reason it hasn't been accepted?

We are just busy and Jetbrains is always pushing new updates.

@chrisnoden
I'll remind him to update this. It's really just a version bump.

@tance77
Copy link
Contributor

tance77 commented Sep 9, 2024

@chrisnoden Should be up to date now.

@chrisnoden
Copy link
Author

Many thanks @tance77 - it does seem to be working, although it does generate a deprecation warning:

com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'com.github.walrussoup.tailwindformatternext.actions.FormatFileAction' must override `getActionUpdateThread()` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: com.myoutdesk.tailwind_formatter]
	at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:23)
	at com.intellij.diagnostic.PluginException.createByClass(PluginException.java:90)
	at com.intellij.diagnostic.PluginException.reportDeprecatedUsage(PluginException.java:125)
	at com.intellij.openapi.actionSystem.ActionUpdateThreadAware.getActionUpdateThread(ActionUpdateThreadAware.java:21)
	at com.intellij.openapi.actionSystem.AnAction.getActionUpdateThread(AnAction.java:201)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants