Skip to content

Commit d096b4b

Browse files
ErrorPower2001mattn
authored andcommitted
Update install-powershell-languageserver.cmd
1 parent 4f8471d commit d096b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/install-powershell-languageserver.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ set PSES_BUNDLE_PATH=%%~dp0^
1515

1616
set SESSION_TEMP_PATH=%%~dp0session^
1717

18-
powershell -NoLogo -NoProfile -ExecutionPolicy RemoteSigned -Command ^"%%PSES_BUNDLE_PATH: =` %%\PowerShellEditorServices\Start-EditorServices.ps1^" -BundledModulesPath '%%PSES_BUNDLE_PATH%%' -LogPath '%%SESSION_TEMP_PATH%%\logs.log' -SessionDetailsPath '%%SESSION_TEMP_PATH%%\session.json' -FeatureFlags @() -AdditionalModules @() -HostName 'My Client' -HostProfileId 'myclient' -HostVersion 1.0.0 -Stdio -LogLevel Normal^
18+
powershell -NoLogo -NoProfile -ExecutionPolicy RemoteSigned -Command ^"%%PSES_BUNDLE_PATH%%\PowerShellEditorServices\Start-EditorServices.ps1 -BundledModulesPath '%%PSES_BUNDLE_PATH%%' -LogPath '%%SESSION_TEMP_PATH%%\logs.log' -SessionDetailsPath '%%SESSION_TEMP_PATH%%\session.json' -FeatureFlags @() -AdditionalModules @() -HostName 'My Client' -HostProfileId 'myclient' -HostVersion 1.0.0 -Stdio -LogLevel Normal^"^
1919

2020
> powershell-languageserver.cmd

0 commit comments

Comments
 (0)