From f066fd4878bc5a16911e2dc1c8191207c7a00868 Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Tue, 20 Jun 2017 07:55:00 +0200 Subject: [PATCH] fix build --- tslint.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tslint.json b/tslint.json index 69f1523e234..0e8a0939022 100644 --- a/tslint.json +++ b/tslint.json @@ -280,6 +280,7 @@ "**/vs/platform/**", "**/vs/editor/**", "**/vs/workbench/{common,browser,node,api,electron-browser}/**", + "vs/workbench/parts/files/common/editors/fileEditorInput", "**/vs/workbench/services/**", "**/vs/workbench/test/**", "*" // node modules -- GitLab