Skip to content

Commit a07b67d

Browse files
reminder
1 parent 06830ed commit a07b67d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codeflash/lsp/lsp_logger.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def add_heading_tags(msg: str, tags: LspMessageTags) -> str:
3333
return msg
3434

3535

36+
# TODO: Make this work when optimizing extract_tags from lsp code message that has |tags|
3637
def extract_tags(msg: str) -> tuple[Optional[LspMessageTags], str]:
3738
parts = msg.split("|tags|")
3839
if len(parts) == 2:

0 commit comments

Comments
 (0)