[Lldb-commits] [lldb] bd6c358 - [lldb-dap] Update repository in package.json
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Thu May 16 09:54:53 PDT 2024
Author: Jonas Devlieghere
Date: 2024-05-16T09:54:47-07:00
New Revision: bd6c358d01f6ebc3851996e2c29c47b08e992525
URL: https://github.com/llvm/llvm-project/commit/bd6c358d01f6ebc3851996e2c29c47b08e992525
DIFF: https://github.com/llvm/llvm-project/commit/bd6c358d01f6ebc3851996e2c29c47b08e992525.diff
LOG: [lldb-dap] Update repository in package.json
Use https://github.com/llvm/vscode-lldb instead of the monorepo, for
consistency with the other two extensions (mlir, clangd).
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 aeb24445551c1..45fcb83cf81d8 100644
--- a/lldb/tools/lldb-dap/package.json
+++ b/lldb/tools/lldb-dap/package.json
@@ -8,7 +8,7 @@
"license": "Apache 2.0 License with LLVM exceptions",
"repository": {
"type": "git",
- "url": "https://github.com/llvm/llvm-project.git"
+ "url": "https://github.com/llvm/vscode-lldb.git"
},
"bugs": {
"url": "https://github.com/llvm/llvm-project/issues"
More information about the lldb-commits
mailing list