[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).
This commit is contained in:
Jonas Devlieghere 2024-05-16 09:53:47 -07:00
parent 224116ab9f
commit bd6c358d01
No known key found for this signature in database
GPG Key ID: 49CC0BD90FDEED4D

View File

@ -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"