Angular#
Server#
For more information about the LSP server, check vscode-ng-language-service.
Installation#
npm install -g @angular/language-service@next typescript @angular/language-server
For more instructions on how to install manually, check here.
Debugger: Not relevant#
Available configurations#
lsp-clients-angular-language-server-command
#
Type: (choice (string :tag Single string value) (repeat :tag List of string values string))
Default: nil
The command that starts the angular language server.
lsp-clients-angular-node-get-prefix-command
#
Type: string
Default: npm config get --global prefix
The shell command that returns the path of NodeJSs prefix.
Has no effects when
lsp-clients-angular-language-server-command` is set.
Last update:
October 31, 2024