We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b491e4 commit fa09bf2Copy full SHA for fa09bf2
1 file changed
src/serverStatusBarProvider.ts
@@ -57,7 +57,7 @@ class ServerStatusBarProvider implements Disposable {
57
58
enum StatusIcon {
59
LightWeight = "$(rocket)",
60
- Busy = "$(refresh~spin)",
+ Busy = "$(sync~spin)",
61
Ready = "$(thumbsup)",
62
Error = "$(thumbsdown)"
63
}
0 commit comments