From 89f23d76734a29df139fe9ccc0f7898b1c5a6be3 Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Thu, 11 Feb 2016 09:27:59 +0100 Subject: [PATCH] [handlebars] does not have a "format code" command in the command palette. Fixes #2913 --- src/vs/languages/handlebars/common/handlebars.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/vs/languages/handlebars/common/handlebars.ts b/src/vs/languages/handlebars/common/handlebars.ts index af7e37832ad..585e03dd6e6 100644 --- a/src/vs/languages/handlebars/common/handlebars.ts +++ b/src/vs/languages/handlebars/common/handlebars.ts @@ -114,8 +114,6 @@ export class HandlebarsMode extends htmlMode.HTMLMode { ) { super(descriptor, instantiationService, threadService, modeService); - this.formattingSupport = null; - this.onEnterSupport = new OnEnterSupport(this.getId(), { brackets: [ { open: '' }, -- GitLab