A clear and concise description of what the bug is.
Add a screenshot if it is relevant.
Describe the bug:
Stack trace
java.lang.Throwable: Assertion failed: YAML key value
at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:469)
at com.intellij.codeInspection.ProblemDescriptorBase.(ProblemDescriptorBase.java:51)
at com.intellij.codeInspection.InspectionManagerBase.createProblemDescriptor(InspectionManagerBase.java:75)
at com.intellij.codeInspection.InspectionManagerBase.createProblemDescriptor(InspectionManagerBase.java:64)
at com.intellij.codeInspection.InspectionManagerBase.createProblemDescriptor(InspectionManagerBase.java:55)
at com.dsoftware.ghmanager.psi.annotator.ActionsAnnotator.highlightAction$lambda$4(ActionsAnnotator.kt:99)
at com.intellij.openapi.application.ActionsKt.runReadAction$lambda$3(actions.kt:31)
at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runReadAction$lambda$3(AnyThreadWriteThreadingSupport.kt:219)
at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runReadAction(AnyThreadWriteThreadingSupport.kt:264)
at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runReadAction(AnyThreadWriteThreadingSupport.kt:219)
at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(Appl
Describe the bug
A clear and concise description of what the bug is. Add a screenshot if it is relevant.
Describe the bug:
Stack trace
java.lang.Throwable: Assertion failed: YAML key value at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:469) at com.intellij.codeInspection.ProblemDescriptorBase.(ProblemDescriptorBase.java:51)
at com.intellij.codeInspection.InspectionManagerBase.createProblemDescriptor(InspectionManagerBase.java:75)
at com.intellij.codeInspection.InspectionManagerBase.createProblemDescriptor(InspectionManagerBase.java:64)
at com.intellij.codeInspection.InspectionManagerBase.createProblemDescriptor(InspectionManagerBase.java:55)
at com.dsoftware.ghmanager.psi.annotator.ActionsAnnotator.highlightAction$lambda$4(ActionsAnnotator.kt:99)
at com.intellij.openapi.application.ActionsKt.runReadAction$lambda$3(actions.kt:31)
at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runReadAction$lambda$3(AnyThreadWriteThreadingSupport.kt:219)
at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runReadAction(AnyThreadWriteThreadingSupport.kt:264)
at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runReadAction(AnyThreadWriteThreadingSupport.kt:219)
at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(Appl
Steps to reproduce
Expected behavior
Additional context
Plugin version: 2024.2.5 IDE: PyCharm 2024.2 EAP (PY-242.19890.32) OS: macOS 14.5
Upvote & Fund