Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: he1pa <18012015693@163.com>
  • Loading branch information
He1pa committed Nov 7, 2024
1 parent 70b6872 commit 055eea3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kclvm/tools/src/LSP/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 055eea3

Please sign in to comment.