mirror of
https://github.com/neovim/nvim-lspconfig.git
synced 2026-05-10 02:56:10 +02:00
fix(angularls): on_new_config uses wrong executable on Windows #3597
This commit is contained in:
parent
ead2fbc489
commit
f98fa715ac
@ -59,7 +59,7 @@ return {
|
||||
|
||||
-- We need to check our probe directories because they may have changed.
|
||||
new_config.cmd = {
|
||||
'ngserver',
|
||||
vim.fn.exepath('ngserver'),
|
||||
'--stdio',
|
||||
'--tsProbeLocations',
|
||||
new_probe_dir,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user