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

@@ -1,7 +1,6 @@
{
"description": "Emmet support for VS Code",
"command.wrapWithAbbreviation": "Wrap with Abbreviation",
"command.wrapIndividualLinesWithAbbreviation": "Wrap Individual Lines with Abbreviation",
"command.removeTag": "Remove Tag",
"command.updateTag": "Update Tag",
"command.matchTag": "Go to Matching Pair",