diff --git a/extra-extensions.toml b/extra-extensions.toml index ad4cd62d..75acd7d7 100644 --- a/extra-extensions.toml +++ b/extra-extensions.toml @@ -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" }