Skip to content

Commit f98fa71

Browse files
authored
fix(angularls): on_new_config uses wrong executable on Windows #3597
1 parent ead2fbc commit f98fa71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/lspconfig/configs/angularls.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ return {
5959

6060
-- We need to check our probe directories because they may have changed.
6161
new_config.cmd = {
62-
'ngserver',
62+
vim.fn.exepath('ngserver'),
6363
'--stdio',
6464
'--tsProbeLocations',
6565
new_probe_dir,

0 commit comments

Comments
 (0)