From 1347b68e19495c5d75a09130c908e7b0c472a679 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Tue, 4 Jun 2019 14:45:32 -0700 Subject: [PATCH] Add comment explaining xterm exception in tslint --- tslint.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tslint.json b/tslint.json index 9586cf8ad38..00b551ce907 100644 --- a/tslint.json +++ b/tslint.json @@ -506,6 +506,7 @@ { "target": "**/vs/workbench/contrib/terminal/browser/**", "restrictions": [ + // xterm and its addons are strictly browser-only components "xterm", "xterm-addon-*", "**/vs/**"