fix: diagnostics visual in status bar

This commit is contained in:
adamdottv 2025-05-05 07:04:33 -05:00
commit 167eb9ddfa
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
2 changed files with 6 additions and 10 deletions

View file

@ -3,7 +3,7 @@ package styles
const (
OpenCodeIcon string = "ⓒ"
ErrorIcon string = ""
ErrorIcon string = ""
WarningIcon string = "ⓦ"
InfoIcon string = "ⓘ"
HintIcon string = "ⓗ"