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

Remove error message on invalid abbreviation as it will be too frequest on tab is enabled

上级 f9ccef0b
......@@ -148,7 +148,6 @@ export function expandEmmetAbbreviation(args): Thenable<boolean> {
return;
}
if (!isAbbreviationValid(syntax, abbreviation)) {
vscode.window.showErrorMessage('Emmet: Invalid abbreviation');
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册