We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06830ed commit a07b67dCopy full SHA for a07b67d
codeflash/lsp/lsp_logger.py
@@ -33,6 +33,7 @@ def add_heading_tags(msg: str, tags: LspMessageTags) -> str:
33
return msg
34
35
36
+# TODO: Make this work when optimizing extract_tags from lsp code message that has |tags|
37
def extract_tags(msg: str) -> tuple[Optional[LspMessageTags], str]:
38
parts = msg.split("|tags|")
39
if len(parts) == 2:
0 commit comments