提交 8186bf0c 编写于 作者: E Erich Gamma

Disable encode/decode actions, Fixes #8603

上级 82ca1dec
......@@ -24,7 +24,7 @@ import './actions/updateImageSize';
import './actions/evaluateMath';
import './actions/incrementDecrement';
import './actions/reflectCssValue';
import './actions/base64';
// import './actions/base64'; // disabled - we will revisit the implementation
import './actions/updateTag';
// Configuration: emmet
......
......@@ -43,10 +43,8 @@ export abstract class EmmetEditorAction extends EditorAction {
}
}
let syntaxProfile = this.configurationService.getConfiguration<IEmmetConfiguration>().emmet.syntaxProfiles;
if (Object.keys(syntaxProfile).length !== 0) {
_emmet.profile.reset();
_emmet.loadProfiles(syntaxProfile);
}
_emmet.profile.reset();
_emmet.loadProfiles(syntaxProfile);
}
private resetEmmetPreferences(_emmet: typeof emmet) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册