mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
[ai-completion] make a report link clickable for easier access
GitOrigin-RevId: 6d90f6826991e2a0179188fb5828d2b246b58a82
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2977a5106d
commit
af7483f0d5
@@ -15,8 +15,12 @@ class HeadlessFinishEvaluationStep : FinishEvaluationStep {
|
||||
}
|
||||
else {
|
||||
println("Reports:")
|
||||
workspace.getReports().forEach { println("${it.key}: ${it.value}") }
|
||||
workspace.getReports().forEach { println("${it.key}: file://${it.value.toString().escape()}") }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private fun String.escape(): String {
|
||||
return replace(" ", "%20")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user