From f69ebda77c562dd90a1bb80102534eb2e6aa4758 Mon Sep 17 00:00:00 2001 From: sharpchen <77432836+sharpchen@users.noreply.github.com> Date: Sat, 26 Apr 2025 20:03:39 +0000 Subject: fix(powershell_es): typo bundlePath -> bundle_path #3785 --- lsp/powershell_es.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lsp/powershell_es.lua') diff --git a/lsp/powershell_es.lua b/lsp/powershell_es.lua index 1f77f29b..d734df29 100644 --- a/lsp/powershell_es.lua +++ b/lsp/powershell_es.lua @@ -39,7 +39,7 @@ return { cmd = function(dispatchers) local temp_path = vim.fn.stdpath('cache') - local bundle_path = vim.lsp.config.powershell_es.bundlePath + local bundle_path = vim.lsp.config.powershell_es.bundle_path local shell = vim.lsp.config.powershell_es.shell or 'pwsh' -- cgit v1.2.3-70-g09d2