Unverified Commit 59abf8fb authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

llvm-vs-code-extensions.lldb-dap: fix typo in downloadPage url (#470189)

parents 58779816 78a9aa59
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ vscode-utils.buildVscodeMarketplaceExtension {

  meta = {
    description = "Debugging with LLDB in Visual Studio Code";
    downloadPage = "hhttps://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.lldb-dap";
    downloadPage = "https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.lldb-dap";
    homepage = "https://github.com/llvm/llvm-project";
    license = lib.licenses.asl20;
    maintainers = [ lib.maintainers.m0nsterrr ];