We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d6419d commit 7ab474dCopy full SHA for 7ab474d
1 file changed
src/main/kotlin/insyncwithfoo/ryecharm/ruff/documentation/OptionInfo.kt
@@ -154,7 +154,7 @@ private fun Popup.linkToDocsFooter(name: OptionName) = bottom {
154
val url = "https://docs.astral.sh/ruff/settings/$anchor"
155
156
// TODO: More ergonomic API
157
- icon("${AllIcons.Toolwindows::class.qualifiedName}.Documentation")
+ icon("${AllIcons.Toolwindows::class.qualifiedName}.WebToolWindow")
158
html(" ")
159
html("""<a href="$url"><code>$name</code></a>""")
160
}
0 commit comments