Skip to content

Commit

Permalink
Merge pull request #82 from musjj/patch-1
Browse files Browse the repository at this point in the history
fix: update codelldb download url
  • Loading branch information
deemp authored Oct 14, 2024
2 parents 018196c + a3a0f7e commit 28302b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions extra-extensions.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[vadimcn--vscode-lldb--linux-x64]
src.github = "vadimcn/codelldb"
fetch.url = "https://github.com/vadimcn/codelldb/releases/download/$ver/codelldb-x86_64-linux.vsix"
fetch.url = "https://github.com/vadimcn/codelldb/releases/download/$ver/codelldb-linux-x64.vsix"
passthru = { platform = "linux-x64", publisher = "vadimcn", name = "vscode-lldb", engineVersion = "^1.60.0" }

[vadimcn--vscode-lldb--linux-arm64]
src.github = "vadimcn/codelldb"
fetch.url = "https://github.com/vadimcn/codelldb/releases/download/$ver/codelldb-aarch64-linux.vsix"
fetch.url = "https://github.com/vadimcn/codelldb/releases/download/$ver/codelldb-linux-arm64.vsix"
passthru = { platform = "linux-arm64", publisher = "vadimcn", name = "vscode-lldb", engineVersion = "^1.60.0" }

[vadimcn--vscode-lldb--darwin-x64]
src.github = "vadimcn/codelldb"
fetch.url = "https://github.com/vadimcn/codelldb/releases/download/$ver/codelldb-x86_64-darwin.vsix"
fetch.url = "https://github.com/vadimcn/codelldb/releases/download/$ver/codelldb-darwin-x64.vsix"
passthru = { platform = "darwin-x64", publisher = "vadimcn", name = "vscode-lldb", engineVersion = "^1.60.0" }

[vadimcn--vscode-lldb--darwin-arm64]
src.github = "vadimcn/codelldb"
fetch.url = "https://github.com/vadimcn/codelldb/releases/download/$ver/codelldb-aarch64-darwin.vsix"
fetch.url = "https://github.com/vadimcn/codelldb/releases/download/$ver/codelldb-darwin-arm64.vsix"
passthru = { platform = "darwin-arm64", publisher = "vadimcn", name = "vscode-lldb", engineVersion = "^1.60.0" }

0 comments on commit 28302b9

Please sign in to comment.