Add debug and run button for snippet tests (#1281)

This commit is contained in:
Daniel Chao
2025-10-31 12:28:03 -07:00
committed by GitHub
parent 50541d9cda
commit 85529c9b7e
5 changed files with 347 additions and 58 deletions
@@ -24,7 +24,14 @@ repositories {
intellijPlatform { defaultRepositories() }
}
dependencies { intellijPlatform { create("IC", libs.versions.intellij.get()) } }
dependencies {
intellijPlatform {
create("IC", libs.versions.intellij.get())
bundledPlugin("com.intellij.java")
bundledPlugin("org.jetbrains.plugins.gradle")
bundledPlugin("JUnit")
}
}
spotless {
kotlin {