mirror of
https://github.com/apple/pkl.git
synced 2026-01-13 15:13:38 +01:00
[PR #1281] [MERGED] Add debug and run button for snippet tests #994
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/1281
Author: @bioball
Created: 10/31/2025
Status: ✅ Merged
Merged: 10/31/2025
Merged by: @bioball
Base:
main← Head:internal-intellij-plugin-run-button📝 Commits (1)
792f18dAdd debug and run button for snippet tests📊 Changes
5 files changed (+347 additions, -58 deletions)
View changed files
📝
pkl-internal-intellij-plugin/pkl-internal-intellij-plugin.gradle.kts(+8 -1)📝
pkl-internal-intellij-plugin/src/main/kotlin/org/pkl/internal/intellij/SnippetTestEditorProvider.kt(+4 -39)📝
pkl-internal-intellij-plugin/src/main/kotlin/org/pkl/internal/intellij/SnippetTestSplitEditor.kt(+282 -17)➕
pkl-internal-intellij-plugin/src/main/kotlin/org/pkl/internal/intellij/util.kt(+50 -0)📝
pkl-internal-intellij-plugin/src/main/resources/META-INF/plugin.xml(+3 -1)📄 Description
This adds a couple buttons for running/debugging snippet tests!
Buttons:
Preview:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.