We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f54017 commit f69ebdaCopy full SHA for f69ebda
1 file changed
lsp/powershell_es.lua
@@ -39,7 +39,7 @@
39
return {
40
cmd = function(dispatchers)
41
local temp_path = vim.fn.stdpath('cache')
42
- local bundle_path = vim.lsp.config.powershell_es.bundlePath
+ local bundle_path = vim.lsp.config.powershell_es.bundle_path
43
44
local shell = vim.lsp.config.powershell_es.shell or 'pwsh'
45
0 commit comments