We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 496fbb2 commit 20b8712Copy full SHA for 20b8712
installer/install-rust-analyzer.cmd
@@ -1,7 +1,6 @@
1
@echo off
2
3
setlocal
4
-curl -L -o "rust-analyzer-windows.gz" "https://github.com/rust-analyzer/rust-analyzer/releases/latest/download/rust-analyzer-x86_64-pc-windows-msvc.gz"
5
-call "%~dp0\run_gzip.cmd" rust-analyzer-windows.gz
6
-
7
-move rust-analyzer-windows rust-analyzer.exe
+curl -L -o "rust-analyzer-windows.zip" "https://github.com/rust-analyzer/rust-analyzer/releases/latest/download/rust-analyzer-x86_64-pc-windows-msvc.zip"
+call "%~dp0\run_unzip.cmd" rust-analyzer-windows.zip
+del rust-analyzer-windows.zip rust_analyzer.pdb
0 commit comments