提交 89f23d76 编写于 作者: M Martin Aeschlimann

[handlebars] does not have a "format code" command in the command palette. Fixes #2913

上级 1741f43f
...@@ -114,8 +114,6 @@ export class HandlebarsMode extends htmlMode.HTMLMode<htmlWorker.HTMLWorker> { ...@@ -114,8 +114,6 @@ export class HandlebarsMode extends htmlMode.HTMLMode<htmlWorker.HTMLWorker> {
) { ) {
super(descriptor, instantiationService, threadService, modeService); super(descriptor, instantiationService, threadService, modeService);
this.formattingSupport = null;
this.onEnterSupport = new OnEnterSupport(this.getId(), { this.onEnterSupport = new OnEnterSupport(this.getId(), {
brackets: [ brackets: [
{ open: '<!--', close: '-->' }, { open: '<!--', close: '-->' },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册