Skip to content
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

fix: exclude vue directive syntax injection in Angular bindings #3891

Merged
merged 1 commit into from Feb 29, 2024

Conversation

atscott
Copy link
Contributor

@atscott atscott commented Feb 15, 2024

Vue directive syntax captures take over required terminating characters for expressions inside Angular template bindings. These bindings are identifiable with meta.ng-binding (https://github.com/angular/vscode-ng-language-service/blob/5d73b53115db57ea868f11aa5caa4bc0d890bb12/syntaxes/template-tag.json#L43).

angular/vscode-ng-language-service#1989 angular/vscode-ng-language-service#2005

reviewer note: I'm the maintainer of the Angular VSCode extension. While I don't think it's necessary that we always maintain compatibility, it would be nice if our syntaxes played nicely together when there are simple solutions. This seemed like the cleanest solution but I'm open to other suggestions. I built this extension locally and it seems to resolve the issues.

Vue directive syntax captures take over required terminating characters
for expressions inside Angular template bindings. These bindings are
identifiable with `meta.ng-binding` (https://github.com/angular/vscode-ng-language-service/blob/5d73b53115db57ea868f11aa5caa4bc0d890bb12/syntaxes/template-tag.json#L43).

angular/vscode-ng-language-service#1989
angular/vscode-ng-language-service#2005
@johnsoncodehk
Copy link
Member

Thanks!

@johnsoncodehk johnsoncodehk merged commit d5ab9ed into vuejs:master Feb 29, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants