src/Palete/LanguageClient.vala
authorAlan <alan@roojs.com>
Thu, 11 Jan 2024 11:34:31 +0000 (19:34 +0800)
committerAlan <alan@roojs.com>
Thu, 11 Jan 2024 11:34:31 +0000 (19:34 +0800)
src/Palete/LanguageClient.vala

index 718a4bb..57e5123 100644 (file)
@@ -179,6 +179,7 @@ namespace Palete {
                        if (!this.isReady()) {
                                return;
                        }
+                               GLib.debug ("LS send save");
                         try {
                                  this.jsonrpc_client.send_notification  (
                                        "textDocument/didChange",
@@ -201,6 +202,7 @@ namespace Palete {
                        if (!this.isReady()) {
                                return;
                        }
+                                                       GLib.debug ("LS send close");
                        try {
                                  this.jsonrpc_client.send_notification  (
                                        "textDocument/didChange",
@@ -223,6 +225,7 @@ namespace Palete {
                        if (!this.isReady()) {
                                return;
                        }
+                                                       GLib.debug ("LS send change");
                         try {
                                this.jsonrpc_client.send_notification (
                                        "textDocument/didChange",