Update displayName, description for Emmet #43978

This commit is contained in:
Ramya Achutha Rao 2018-02-27 16:42:46 -08:00
parent 3912405ce8
commit dcbeb21cb3
2 changed files with 4 additions and 3 deletions

View file

@ -1,8 +1,8 @@
{
"name": "emmet",
"displayName": "emmet",
"description": "Emmet support for VS Code",
"version": "0.0.1",
"displayName": "Emmet",
"description": "%description%",
"version": "1.0.0",
"publisher": "vscode",
"engines": {
"vscode": "^1.13.0"

View file

@ -1,4 +1,5 @@
{
"description": "Emmet support for VS Code",
"command.wrapWithAbbreviation": "Wrap with Abbreviation",
"command.wrapIndividualLinesWithAbbreviation": "Wrap Individual Lines with Abbreviation",
"command.removeTag": "Remove Tag",