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

Fixes Issue 117154 - VScode Emmet missing HTML "hgroup" tag #55

Merged
merged 3 commits into from
Mar 2, 2021

Conversation

OBITORASU
Copy link
Contributor

Description

This PR adds suggestion for the hgroup tag in vscode-emmet-helper.
Fixes Issue #117154.

@ghost
Copy link

ghost commented Feb 23, 2021

CLA assistant check
All CLA requirements met.

@rzhao271 rzhao271 self-assigned this Feb 23, 2021
@rzhao271 rzhao271 added the bug Issue identified by VS Code Team member as probable bug label Feb 23, 2021
@rzhao271 rzhao271 added this to the March 2021 milestone Feb 23, 2021
@@ -119,6 +119,9 @@ describe('Expand Abbreviations', () => {
// https://github.com/microsoft/vscode/issues/114923
testExpandWithCompletion('html', 'figcaption', '<figcaption>${0}</figcaption>');

// https://github.com/microsoft/vscode/issues/117154
Copy link
Contributor

Choose a reason for hiding this comment

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

Nitpick: can you move this addition to a later part of the document? The tests are currently somewhat sorted by issue id

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure thing!

@rzhao271
Copy link
Contributor

rzhao271 commented Mar 2, 2021

Thanks! merging

@rzhao271 rzhao271 merged commit 8888243 into microsoft:main Mar 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VScode Emmet missing HTML "hgroup" tag
2 participants