Skip to content

Commit 89cc7b6

Browse files
fix(powershell_es): unknown LogLevel breaks LSP #3920
This reverts commit 314b353
1 parent 0112e1f commit 89cc7b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lsp/powershell_es.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ return {
4444
local shell = vim.lsp.config.powershell_es.shell or 'pwsh'
4545

4646
local command_fmt =
47-
[[& '%s/PowerShellEditorServices/Start-EditorServices.ps1' -BundledModulesPath '%s' -LogPath '%s/powershell_es.log' -SessionDetailsPath '%s/powershell_es.session.json' -FeatureFlags @() -AdditionalModules @() -HostName nvim -HostProfileId 0 -HostVersion 1.0.0 -Stdio -LogLevel Information]]
47+
[[& '%s/PowerShellEditorServices/Start-EditorServices.ps1' -BundledModulesPath '%s' -LogPath '%s/powershell_es.log' -SessionDetailsPath '%s/powershell_es.session.json' -FeatureFlags @() -AdditionalModules @() -HostName nvim -HostProfileId 0 -HostVersion 1.0.0 -Stdio -LogLevel Normal]]
4848
local command = command_fmt:format(bundle_path, bundle_path, temp_path, temp_path)
4949
local cmd = { shell, '-NoLogo', '-NoProfile', '-Command', command }
5050

0 commit comments

Comments
 (0)