fix(angularls): on_new_config uses wrong executable on Windows #3597

This commit is contained in:
Yavorski 2025-02-01 22:22:27 +02:00 committed by GitHub
parent ead2fbc489
commit f98fa715ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,