From 384773d4b3a4526c449a852957c79969b6c4ae9c Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Tue, 19 Mar 2019 17:36:49 +0100 Subject: [PATCH] make ts lint happy --- tslint.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tslint.json b/tslint.json index 3a7841fe5cc..4fa003c1e3c 100644 --- a/tslint.json +++ b/tslint.json @@ -378,6 +378,7 @@ { "target": "**/vs/workbench/api/common/**", "restrictions": [ + "vs/nls", "**/vs/base/common/**", "**/vs/platform/*/common/**", "**/vs/editor/common/**",