We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9276b82 commit 314b353Copy full SHA for 314b353
lsp/powershell_es.lua
@@ -44,7 +44,7 @@ return {
44
local shell = vim.lsp.config.powershell_es.shell or 'pwsh'
45
46
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]]
+ [[& '%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]]
48
local command = command_fmt:format(bundle_path, bundle_path, temp_path, temp_path)
49
local cmd = { shell, '-NoLogo', '-NoProfile', '-Command', command }
50
0 commit comments