This repository was archived by the owner on Jul 31, 2023. It is now read-only.
File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -247,8 +247,8 @@ here."
247
247
((executable-find " powershell" )
248
248
(format " powershell -noprofile -noninteractive \
249
249
-nologo -ex bypass Expand-Archive -path '%s ' -dest '%s ' " temp-file install-dir))
250
- (t (user-error " Unable to extract '%s' to '%s'! \
251
- Please check unzip, powershell or extract manually." temp-file install-dir)))))
250
+ (t (lsp--info " Unable to extract '%s' to '%s'! \
251
+ Please extract manually." temp-file install-dir)))))
252
252
253
253
(lsp--info " Downloading Microsoft Python Language Server..." )
254
254
@@ -265,13 +265,12 @@ here."
265
265
(lsp--info " Downloading Microsoft Python Language Server...done" )
266
266
267
267
; ; Extract the archive
268
- (lsp--info " Extracting Microsoft Python Language Server..." )
269
268
(f-delete install-dir t )
270
269
271
270
(lsp-async-start-process
272
271
(lambda ()
273
272
(when (f-exists? lsp-python-ms-executable)
274
- (lsp--info " Extracting Microsoft Python Language Server...done " )
273
+ (lsp--info " Extracted Microsoft Python Language Server" )
275
274
; ; Make the binary executable
276
275
(chmod lsp-python-ms-executable #o755 )
277
276
; ; Start LSP if need
You can’t perform that action at this time.
0 commit comments