Skip to content

Commit cd42934

Browse files
prevent worktree log in lsp
1 parent a59a77b commit cd42934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/code_utils/git_worktree_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def create_detached_worktree(module_root: Path) -> Optional[Path]:
6262
)
6363

6464
if not uni_diff_text.strip():
65-
logger.info("No uncommitted changes to copy to worktree.")
65+
logger.info("!lsp|tags|No uncommitted changes to copy to worktree.")
6666
return worktree_dir
6767

6868
# Write the diff to a temporary file

0 commit comments

Comments
 (0)