-
-
Notifications
You must be signed in to change notification settings - Fork 129
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
Repeated ExecutionException when file doesn't exist #72
Comments
Unfortunately, this is one of those cases when there is no easy answer. This will be released with |
Thank you! I believe this control is very helpful. |
This not helps. Unfortunately :( |
If an env-file does not exist, IntelliJ repeatedly throws a scary looking error due to plugin exception:
If error is dismissed, it will reappear once again and then again and again and again.
In my use-case, I have multiple services that I run, each with their own env file. This file is created only when I connect to a certain server, before I run the service locally (more specifically, using Telepresence to swap a service in a Kubernetes cluster and running it locally) and this file can be occasionally deleted - when I finish my session.
There are 2 different stacktrace patterns, the one I posted and another one that goes through a bunch of
com.intellij.ui.mac.touchbar.*
packages, I can add if it's of interest.While I don't think that a missing env file should raise such a scary exception and instead either log a warning in the log once, or show a warning balloon when trying to run a Configuration with the missing file, I would also be fine with a config option to suppress this error.
The text was updated successfully, but these errors were encountered: