Open vaisakhkannan opened 3 weeks ago
For the launcher notification: I had a chat with the JetBrains team on Slack, and they made a fix in there upcoming release of Gradle plugin version 2.2.0 to disable the launcher notification on all OS
Hi @vaisakhkannan , what is the plan to deal with the other warning, the "Input methods disabler" warning? Can you please display the whole warning in this issue? Should we look into resolving the warning somehow?
@TrevCraw , This is the "Input methods disabler" warning message
I am thinking to avoid the warning by using remote robot.
As part of supporting IntelliJ version 2024.2, after running the extension, I noticed a warning in both the
runIde
task andrunIdeForUiTests
task in theWindows
andLinux
environment, as shown in the images below. These warnings will lead to initialization failure when running UI tests.Windows Warning
Linux Warning