Fix status icon color bug

This commit is contained in:
geequlim
2019-12-07 14:03:59 +08:00
parent 61e05e7d6e
commit ca3a1e62c4

View File

@@ -124,7 +124,6 @@ export class GodotTools {
}
private on_client_status_changed(status: ClientStatus) {
this.connection_status.color = vscode.ThemeColor;
switch (status) {
case ClientStatus.PENDING:
this.connection_status.text = `$(sync) Connecting`;