MaskRay added inline comments.
================
Comment at: lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py:58
+ while True:
+ line = f.readline().decode("utf-8")
+ if len(line) == 0:
----------------
Prefer single quotes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70883/new/
https://reviews.llvm.org/D70883
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits