[Lldb-commits] [PATCH] D135607: Summary:

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 10 17:30:43 PDT 2022


clayborg added a comment.

I am not sure how and if any of these changes will affect the output. Any chance we can attach a before and after screenshot of the rendered output?



================
Comment at: lldb/tools/lldb-vscode/README.md:18-19
 The `lldb-vscode` tool creates a command line tool that implements the [Visual
-Studio Code Debug API](https://code.visualstudio.com/docs/extensionAPI/api-debugging).
-It can be installed as an extension for the Visual Studio Code and Nuclide IDE.
-The protocol is easy to run remotely and also can allow other tools and IDEs to
-get a full featured debugger with a well defined protocol.
+Studio Code Debug API](https://code.visualstudio.com/docs/extensionAPI/api-debugging). It can be installed as an extension for the Visual Studio Code 
+and Nuclide IDE. The protocol is easy to run remotely and also can allow other tools 
+and IDEs to get a full featured debugger with a well defined protocol.
----------------
Should these two lines have been combined?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135607/new/

https://reviews.llvm.org/D135607



More information about the lldb-commits mailing list