Peter Lin

Results 2 issues of Peter Lin

[context from stack overflow](https://stackoverflow.com/questions/70872681/attach-remote-debugger-to-cloud-run-from-intellij) >I have an app running on Cloud Run and I'm trying to debug remotely using Intellij and the Cloud Code plugin. The java agent is >...

https://github.com/tinselspoon/intellij-kubernetes/blob/e37ce7ca68cd740501df6817d8991ec499ef2aab/src/com/github/tinselspoon/intellij/kubernetes/KubernetesYamlFileType.java#L26 `KubernetesYamlFileType` extends `LanguageFileType` whereas it should extend `YAMLFileType`, the default yaml file format of IntelliJ. When other Kubernetes plugins, such as Cloud Code, are installed, the Kubernetes OpenShift plugin...