Skip to content

Commit

Permalink
Bump up PowerShellEditorServices to v3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgur authored and mattn committed Dec 15, 2023
1 parent e4b2886 commit 6f55f12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installer/install-powershell-languageserver.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

setlocal
set VERSION=2.1.0
set VERSION=3.14.0
curl -L -o PowerShellEditorServices.zip "https://github.com/PowerShell/PowerShellEditorServices/releases/download/v%VERSION%/PowerShellEditorServices.zip"
call "%~dp0\run_unzip.cmd" PowerShellEditorServices.zip
del PowerShellEditorServices.zip
Expand All @@ -11,7 +11,7 @@ echo @echo off^

setlocal^

set PSES_BUNDLE_PATH=%%~dp0PowerShellEditorServices^
set PSES_BUNDLE_PATH=%%~dp0^

set SESSION_TEMP_PATH=%%~dp0session^

Expand Down

0 comments on commit 6f55f12

Please sign in to comment.