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(language-service): propagate attribute completion display parts #42472

Closed
wants to merge 1 commit into from

Conversation

atscott
Copy link
Contributor

@atscott atscott commented Jun 3, 2021

Before this commit, attribute completion display parts were retrieved
but not assigned. In addition, the switch case was non-exhaustive
because it did not include StructuralDirectiveAttribute.

@atscott atscott added state: WIP area: language-service Issues related to Angular's VS Code language service target: patch This PR is targeted for the next patch release labels Jun 3, 2021
@ngbot ngbot bot modified the milestone: Backlog Jun 3, 2021
@google-cla google-cla bot added the cla: yes label Jun 3, 2021
@atscott atscott force-pushed the attributedisplayparts branch 2 times, most recently from f595aef to d690355 Compare June 3, 2021 23:08
Before this commit, attribute completion display parts were retrieved
but not assigned. In addition, the switch case was non-exhaustive
because it did not include `StructuralDirectiveAttribute`.
Copy link
Contributor

@zarend zarend left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me. Asked a few questions.

@atscott atscott added the action: merge The PR is ready for merge by the caretaker label Jun 7, 2021
jessicajaniuk pushed a commit that referenced this pull request Jun 7, 2021
…42472)

Before this commit, attribute completion display parts were retrieved
but not assigned. In addition, the switch case was non-exhaustive
because it did not include `StructuralDirectiveAttribute`.

PR Close #42472
@angular-automatic-lock-bot
Copy link

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.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Jul 8, 2021
TeriGlover pushed a commit to TeriGlover/angular that referenced this pull request Jul 21, 2021
…ngular#42472)

Before this commit, attribute completion display parts were retrieved
but not assigned. In addition, the switch case was non-exhaustive
because it did not include `StructuralDirectiveAttribute`.

PR Close angular#42472
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker area: language-service Issues related to Angular's VS Code language service cla: yes target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants