chore: zls version visualizer get rid of trailing newline
This commit is contained in:
parent
7c0fb4412d
commit
7c14ca2944
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ class ZLSSettingsPanel(private val project: Project) : ZigProjectConfigurationPr
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
val version = result.stdout
|
val version = result.stdout.trim()
|
||||||
withEDTContext(ModalityState.any()) {
|
withEDTContext(ModalityState.any()) {
|
||||||
zlsVersion.text = version
|
zlsVersion.text = version
|
||||||
zlsVersion.foreground = JBColor.foreground()
|
zlsVersion.foreground = JBColor.foreground()
|
||||||
|
|
Loading…
Add table
Reference in a new issue