Skip to content

Instantly share code, notes, and snippets.

@dkandalov
Created March 18, 2023 12:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dkandalov/28471720135ca4cfd915c5bb03de7b79 to your computer and use it in GitHub Desktop.
Save dkandalov/28471720135ca4cfd915c5bb03de7b79 to your computer and use it in GitHub Desktop.
import com.intellij.diagnostic.MessagePool
// A mini-plugin to disable all internal IDE errors
MessagePool.getInstance().addListener {
MessagePool.getInstance().clearErrors()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment