Skip to content

Commit f69ebda

Browse files
authored
fix(powershell_es): typo bundlePath -> bundle_path #3785
1 parent 2f54017 commit f69ebda

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
@@ -39,7 +39,7 @@
3939
return {
4040
cmd = function(dispatchers)
4141
local temp_path = vim.fn.stdpath('cache')
42-
local bundle_path = vim.lsp.config.powershell_es.bundlePath
42+
local bundle_path = vim.lsp.config.powershell_es.bundle_path
4343

4444
local shell = vim.lsp.config.powershell_es.shell or 'pwsh'
4545

0 commit comments

Comments
 (0)