question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Version of Angular Language Service used?

See original GitHub issue

What determines the version of the Angular Language Service that is used? I have this extension installed on a couple systems (one each of Windows 10, Mac, and Ubuntu). All are running the latest VS Code Insiders, and 0.1.6 of the extension.

On the Linux and Mac, on startup, or project load, in the Output window it is displaying:

Angular Language Service: 4.3.6
TypeScript: 2.4.2

But on the Windows machine, it shows:

Angular Language Service: 5.0.0-beta.5
TypeScript: 2.4.2

The project on Windows has, in the project.json: "@angular/language-service": "4.3.1",

and on the other two it’s: "@angular/language-service": "^4.3.6",

On the commit that fixed the issues with v0.1.4, it mentions updating to use the 5.0.0-beta.5 version, so I’m not sure what’s going on?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
Meligycommented, Sep 8, 2017

+1 here on Windows 8.1. It doesn’t seem to detect the local version, even thought VSCode is opened to the folder that contains package.json and node_modules, and running npm ls @angular/language-service in the folder shows v4.3.6.

0reactions
angular-automatic-lock-bot[bot]commented, Feb 17, 2020

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Angular Language Service
The Angular Language Service provides code editors with a way to get completions, errors, hints, and navigation inside Angular templates.
Read more >
@angular/language-service - npm
Angular - language services. Latest version: 15.0.4, last published: 12 days ago. Start using @angular/language-service in your project by ...
Read more >
Releases · angular/vscode-ng-language-service - GitHub
Angular extension for Visual Studio Code. Contribute to angular/vscode-ng-language-service development by creating an account on GitHub.
Read more >
Angular Language Service - w3resource
The Angular Language Service is a way to get completions, errors, hints, and navigation inside your Angular templates whether they are ...
Read more >
What's New in Angular Language Service in 2021 - Telerik
According to the Angular docs, the Angular Language Service provides code editors with a way to get completions, errors, hints and navigation ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found