Author: Jonas Devlieghere Date: 2025-03-14T16:49:06-07:00 New Revision: b4f5dcc65a362a1600a25924c1e55dde49c50a0c
URL: https://github.com/llvm/llvm-project/commit/b4f5dcc65a362a1600a25924c1e55dde49c50a0c DIFF: https://github.com/llvm/llvm-project/commit/b4f5dcc65a362a1600a25924c1e55dde49c50a0c.diff LOG: [lldb-dap] Reword the description in package.json Match the description of the Visual Studio Code extension with the wording used by popular/official extensions. Most extension spell out "Visual Studio Code" and use "in" instead of "from". Added: Modified: lldb/tools/lldb-dap/package.json Removed: ################################################################################ diff --git a/lldb/tools/lldb-dap/package.json b/lldb/tools/lldb-dap/package.json index 428624f46feba..cb4b1f1aa22ce 100644 --- a/lldb/tools/lldb-dap/package.json +++ b/lldb/tools/lldb-dap/package.json @@ -4,7 +4,7 @@ "version": "0.2.10", "publisher": "llvm-vs-code-extensions", "homepage": "https://lldb.llvm.org", - "description": "LLDB debugging from VSCode", + "description": "Debugging with LLDB in Visual Studio Code", "license": "Apache 2.0 License with LLVM exceptions", "repository": { "type": "git", @@ -550,4 +550,4 @@ } ] } -} \ No newline at end of file +} _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits