-
Notifications
You must be signed in to change notification settings - Fork 12k
VS Code language service is broken in 1.1.0 due to unessecary package #6536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Note : adding the
Then Angular language service will be working out of the box, with no plugin needed. But it's not ready yet, as it only works with inline templates for now (external templates support is waiting for a new TypeScript feature). |
@sumitarora can you take a look? |
@filipesilva I can confirm it's not working as expected for external templates. We can wait for the plugin to fix the issue as it seems to be an issue with VS code only. |
这个玩意儿,不能用好久了,我看了很多的讨论,都没什么结果,总之就是一句话,等!!!!!我靠 |
Closing, as it seems to be OK with last versions (even if the issue in angular/vscode-ng-language-service#102 wasn't closed). |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug Report or Feature Request (mark with an
x
)Versions.
cli 1.1.0
VS Code Angular Language Service 0.1.3
Repro steps.
npm uninstall @angular/language-service
Desired functionality.
VS Code Angular Language Service plugin seems to use :
@angular/language-service
if it's not present innode_modules
@angular/language-service
.I see no use to pre-install
@angular/language-service
as the developer won't use it directly, and plugins should manage their own dependencies to be sure to use the good version.So I think commit bb99fac should be reverted.
I've open the same issue in VS Code Angular Language Service project too : angular/vscode-ng-language-service#102
The text was updated successfully, but these errors were encountered: