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" _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits