Skip to content

Commit

Permalink
Fix status icon color bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Geequlim committed Dec 7, 2019
1 parent 61e05e7 commit ca3a1e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/godot-tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`;
Expand Down

0 comments on commit ca3a1e6

Please sign in to comment.