Jump To Error
Navigate from a stack trace to the error location in IntelliJ.
Create or edit ~/.pkl/settings.pkl to contain:
amends "pkl:settings"
editor = Idea
Pkl stack traces now contain idea://
URLs:
at prod#pod.volumeRoot (idea://open?file=/prod.pkl&line=1)
Double-click a URL while holding down the Command key to navigate to the error location in IntelliJ.