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

Removing toggleComment from new emmet features as it needs more work

上级 02783b14
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册