rettal
rettal
Hi, I Keep getting the following exception: update failed for AnAction with ID=Cmd.RunCmdScript: [Ljava.lang.Object; cannot be cast to [Lcom.intellij.openapi.vfs.VirtualFile; java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to [Lcom.intellij.openapi.vfs.VirtualFile; at ua.t3hnar.plugins.cmdsupport.actions.RunCmdScriptAction.compatibleFiles(RunCmdScriptAction.scala:32) at ua.t3hnar.plugins.cmdsupport.actions.RunCmdScriptAction.update(RunCmdScriptAction.scala:27)...
Hello, is there a check for Terraform local-exec provisioner? If not, do you have any resources/links you can point me too so I may be able to create a custom...
Message relates to following guide: https://guides.gradle.org/implementing-gradle-plugins/ Regarding the ServerEnvironmentPlugin section of the guide it is not clear what `serverEnvironment.getName` would return? It is not clear what getName will return because...