We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead2fbc commit f98fa71Copy full SHA for f98fa71
lua/lspconfig/configs/angularls.lua
@@ -59,7 +59,7 @@ return {
59
60
-- We need to check our probe directories because they may have changed.
61
new_config.cmd = {
62
- 'ngserver',
+ vim.fn.exepath('ngserver'),
63
'--stdio',
64
'--tsProbeLocations',
65
new_probe_dir,
0 commit comments