Skip to content

Commit 314b353

Browse files
wenijinewBruce Wen
andauthored
fix(powershell_es): set LogLevel to "Information" #3914
Co-authored-by: Bruce Wen <[email protected]>
1 parent 9276b82 commit 314b353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 Normal]]
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]]
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)