Version of Angular Language Service used?
See original GitHub issueWhat 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:
- Created 6 years ago
- Comments:8 (2 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
+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
andnode_modules
, and runningnpm ls @angular/language-service
in the folder shows v4.3.6.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.