Pebrian
Pebrian
It works! syntax highlighting, autocompletion, error checking and goto navigation. ```TOML [language-server.angular] command = "ngserver" args = [ "--stdio", "--tsProbeLocations", "$(npm -g root)/typescript/lib", "--ngProbeLocations", "$(npm -g root)/@angular/language-server/bin", ] [[language]] name...
Here my config, i try on angular 17 it's working fine like error checking, auto completion and goto navigation like goto definition and goto reference ```TOML [language-server.angular] command = "ngserver"...
"It seems 'npm root -g' doesn't retrieve the global path, '@angular/language-server' will use 'typescript' and '@angular/language-service' within the project, not globally. That's why you have to install '@angular/language-service' as dev...