From a288e86c623f0c4544a943a484db4c5dee07e662 Mon Sep 17 00:00:00 2001 From: JenChieh Date: Sun, 22 Dec 2024 07:01:13 -0800 Subject: [PATCH] fix download url --- clients/lsp-ts-query.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/lsp-ts-query.el b/clients/lsp-ts-query.el index c6ca3b3631..e60ec7cff4 100644 --- a/clients/lsp-ts-query.el +++ b/clients/lsp-ts-query.el @@ -66,7 +66,7 @@ name. Ordered from highest to lowest precedence." :group 'lsp-ts-query) (defconst lsp-ts-query--download-url-format - "https://github.com/ribru17/ts_query_ls/releases/latest/download/ts_query_ls-x86_64-pc-windows-msvc.zip" + "https://github.com/ribru17/ts_query_ls/releases/latest/download/ts_query_ls-%s-%s.zip" "Format to the download url link.") (defun lsp-ts-query--url ()