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

Route updateImageSize cmd to emmet extension

上级 559bc456
......@@ -257,7 +257,8 @@ export abstract class EmmetEditorAction extends EditorAction {
'editor.emmet.action.incrementNumberByTen': 'emmet.incrementNumberByTen',
'editor.emmet.action.decrementNumberByOneTenth': 'emmet.decrementNumberByOneTenth',
'editor.emmet.action.decrementNumberByOne': 'emmet.decrementNumberByOne',
'editor.emmet.action.decrementNumberByTen': 'emmet.decrementNumberByTen'
'editor.emmet.action.decrementNumberByTen': 'emmet.decrementNumberByTen',
'editor.emmet.action.updateImageSize': 'emmet.updateImageSize'
};
protected emmetActionName: string;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册