提交 8e3c444b 编写于 作者: R Ramya Achutha Rao

Absorb upstream fix for #38766

上级 1e5d02c7
......@@ -298,7 +298,7 @@
"@emmetio/html-matcher": "^0.3.1",
"@emmetio/css-parser": "ramya-rao-a/css-parser#vscode",
"@emmetio/math-expression": "^0.1.1",
"vscode-emmet-helper": "^1.1.18",
"vscode-emmet-helper": "^1.1.19",
"vscode-languageserver-types": "^3.0.3",
"image-size": "^0.5.2",
"vscode-nls": "2.0.2"
......
......@@ -298,14 +298,14 @@ suite('Tests for Wrap with Abbreviations', () => {
const contents = `
<ul class="nav main">
<li class="item1">img</li>
<li class="item2">hithere</li>
<li class="item2">hi.there</li>
</ul>
`;
const wrapIndividualLinesExpected = `
<ul class="nav main">
<ul>
<li class="hello1"><li class="item1">img</li></li>
<li class="hello2"><li class="item2">hithere</li></li>
<li class="hello2"><li class="item2">hi.there</li></li>
</ul>
</ul>
`;
......
......@@ -2048,9 +2048,9 @@ vinyl@~2.0.1:
remove-trailing-separator "^1.0.1"
replace-ext "^1.0.0"
vscode-emmet-helper@^1.1.18:
version "1.1.18"
resolved "https://registry.yarnpkg.com/vscode-emmet-helper/-/vscode-emmet-helper-1.1.18.tgz#6209a3cda3cb04d98d69ebfaa55a7bdf2dc2d83f"
vscode-emmet-helper@^1.1.19:
version "1.1.19"
resolved "https://registry.yarnpkg.com/vscode-emmet-helper/-/vscode-emmet-helper-1.1.19.tgz#e5b607076171555c6be3655a8eb11c17f980b2dd"
dependencies:
"@emmetio/extract-abbreviation" "^0.1.1"
vscode-languageserver-types "^3.0.3"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册