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 30656f2 commit 30ed36bCopy full SHA for 30ed36b
dap-utils.el
@@ -36,8 +36,8 @@
36
-nologo -ex bypass Expand-Archive -path '%s' -dest '%s'"
37
"Powershell script to unzip vscode extension package file.")
38
39
-(defcustom dap-utils-unzip-script (cond ((executable-find "unzip") dap-utils--ext-unzip-script)
40
- ((executable-find "powershell") dap-utils--ext-pwsh-script)
+(defcustom dap-utils-unzip-script (cond ((executable-find "powershell") dap-utils--ext-pwsh-script)
+ ((executable-find "unzip") dap-utils--ext-unzip-script)
41
(t nil))
42
"The script to unzip vscode extension package file."
43
:group 'dap-utils
0 commit comments