diff --git a/src/godot-tools.ts b/src/godot-tools.ts index 349ad75..6cd6283 100644 --- a/src/godot-tools.ts +++ b/src/godot-tools.ts @@ -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`;