Skip to content

Commit

Permalink
Rename https url from vscode-lldb to codelldb
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Krupitskas committed Apr 3, 2020
1 parent 9c3cf36 commit 854761e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions debug_adapters/lldb.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
"install": {
"name": "vscode-lldb",
"type": "vscode",
"url": "https://github.com/vadimcn/vscode-lldb/releases/latest/download/vscode-lldb-x86_64-darwin.vsix"
"url": "https://github.com/vadimcn/vscode-lldb/releases/latest/download/codelldb-x86_64-darwin.vsix"
}
},
"linux": {
"install": {
"name": "vscode-lldb",
"type": "vscode",
"url": "https://github.com/vadimcn/vscode-lldb/releases/latest/download/vscode-lldb-x86_64-linux.vsix"
"url": "https://github.com/vadimcn/vscode-lldb/releases/latest/download/codelldb-x86_64-linux.vsix"
}
},
"windows": {
"install": {
"name": "vscode-lldb",
"type": "vscode",
"url": "https://github.com/vadimcn/vscode-lldb/releases/latest/download/vscode-lldb-x86_64-windows.vsix"
"url": "https://github.com/vadimcn/vscode-lldb/releases/latest/download/codelldb-x86_64-windows.vsix"
}
}
}

0 comments on commit 854761e

Please sign in to comment.