Skip to content

Commit b114f4a

Browse files
authored
Fix unzipping failure when PowerShell is available (#3799)
1 parent eaf7141 commit b114f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8020,7 +8020,7 @@ archieve(e. g. when the archieve has multiple files)"
80208020
;; unzip
80218021

80228022
(defconst lsp-ext-pwsh-script "powershell -noprofile -noninteractive \
8023-
-nologo -ex bypass Expand-Archive -path '%s' -dest '%s'"
8023+
-nologo -ex bypass -command Expand-Archive -path '%s' -dest '%s'"
80248024
"Powershell script to unzip file.")
80258025

80268026
(defconst lsp-ext-unzip-script "bash -c 'mkdir -p %2$s && unzip -qq -o %1$s -d %2$s'"

0 commit comments

Comments
 (0)