We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf7141 commit b114f4aCopy full SHA for b114f4a
lsp-mode.el
@@ -8020,7 +8020,7 @@ archieve(e. g. when the archieve has multiple files)"
8020
;; unzip
8021
8022
(defconst lsp-ext-pwsh-script "powershell -noprofile -noninteractive \
8023
--nologo -ex bypass Expand-Archive -path '%s' -dest '%s'"
+-nologo -ex bypass -command Expand-Archive -path '%s' -dest '%s'"
8024
"Powershell script to unzip file.")
8025
8026
(defconst lsp-ext-unzip-script "bash -c 'mkdir -p %2$s && unzip -qq -o %1$s -d %2$s'"
0 commit comments