Removing toggleComment from new emmet features as it needs more work

This commit is contained in:
Ramya Achutha Rao 2017-06-01 16:15:25 -07:00
parent 02783b149c
commit d80d550634

View file

@ -249,8 +249,7 @@ export abstract class EmmetEditorAction extends EditorAction {
'editor.emmet.action.mergeLines': 'emmet.mergeLines',
'editor.emmet.action.selectPreviousItem': 'emmet.selectPrevItem',
'editor.emmet.action.selectNextItem': 'emmet.selectNextItem',
'editor.emmet.action.splitJoinTag': 'emmet.splitJoinTag',
'editor.emmet.action.toggleComment': 'emmet.toggleComment'
'editor.emmet.action.splitJoinTag': 'emmet.splitJoinTag'
};
protected emmetActionName: string;