Consolidate wrapWithAbbreviation and wrapIndividualLinesWithAbbreviation in one command (#116603)

fixes #109191, fixes #116738
This commit is contained in:
Jean Pierre
2021-02-19 14:33:47 -05:00
committed by GitHub
parent e66f74e0c2
commit 5d2c9bf299
6 changed files with 179 additions and 223 deletions

View File

@@ -238,11 +238,6 @@
}
},
"commands": [
{
"command": "editor.emmet.action.wrapIndividualLinesWithAbbreviation",
"title": "%command.wrapIndividualLinesWithAbbreviation%",
"category": "Emmet"
},
{
"command": "editor.emmet.action.wrapWithAbbreviation",
"title": "%command.wrapWithAbbreviation%",
@@ -361,9 +356,6 @@
],
"menus": {
"commandPalette": [
{
"command": "editor.emmet.action.wrapIndividualLinesWithAbbreviation"
},
{
"command": "editor.emmet.action.wrapWithAbbreviation"
},