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

Mitigate StartupActivity warnings #5760

Merged
merged 1 commit into from
Nov 29, 2023

Commits on Nov 24, 2023

  1. Mitigate StartupActivity warnings

    Since these startup activities do not require indexes
    we can make them DumbAware and the warning will not be shown.
    Advised path to migrate them to ProjectActivity is slightly
    challenging as it requires implementation of Kotlin suspend function
    in Java code and intellij has issues with bazel plugin indexing in this
    case. See https://youtrack.jetbrains.com/issue/IDEA-338613 for the
    details.
    ujohnny committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    687f8fc View commit details
    Browse the repository at this point in the history