You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling ide intellij following info message is logged into the console: Expected folder was not found at D:\projects\IDEasy\settings\intellij\workspace\setup
Steps to reproduce (bug) / Use Case of feature request (enhancement)
Run ide intellij
Comments/Hints:
Change the INFO log to DEBUG
The text was updated successfully, but these errors were encountered:
this.context.warning("Expected folder was not found at {}", folder);
ATTENTION: This method is used in different places and in most of them I would say that a warning is correct.
So either in the updater we do not use this method for setup and update folders or we change it to a new variant that allows to provide the log-level as a parameter so WARNING is the default but can be overridden.
When calling
ide intellij
following info message is logged into the console:Expected folder was not found at D:\projects\IDEasy\settings\intellij\workspace\setup
Steps to reproduce (bug) / Use Case of feature request (enhancement)
ide intellij
Comments/Hints:
Change the INFO log to DEBUG
The text was updated successfully, but these errors were encountered: