From 055eea3e94d6bdcefb2154bbb987913fed428180 Mon Sep 17 00:00:00 2001 From: he1pa <18012015693@163.com> Date: Thu, 7 Nov 2024 17:24:08 +0800 Subject: [PATCH] test Signed-off-by: he1pa <18012015693@163.com> --- kclvm/tools/src/LSP/src/state.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/kclvm/tools/src/LSP/src/state.rs b/kclvm/tools/src/LSP/src/state.rs index ab5bd2003..a91f94df6 100644 --- a/kclvm/tools/src/LSP/src/state.rs +++ b/kclvm/tools/src/LSP/src/state.rs @@ -760,6 +760,7 @@ impl LanguageServerState { // Configuration file modifications that do not occur on the IDE client side, e.g., `kcl mod add xxx`` pub(crate) fn handle_changed_confg_file(&self, paths: &[PathBuf]) { for path in paths { + eprintln!("{:?}", format!("Changed config file {:?}", path)); self.log_message(format!("Changed config file {:?}", path)); // In workspaces let mut workspaces = self.analysis.workspaces.write();