From 24d42757e9d9aecb1571b21b60ae3401cdccf170 Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Wed, 22 May 2019 13:03:27 +0200 Subject: [PATCH] Layering rules --- .gitignore | 3 +++ tslint.json | 13 +++++++++++++ 2 files changed, 16 insertions(+) diff --git a/.gitignore b/.gitignore index efb3489e5ad13..468c60a2b9715 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,9 @@ out-editor-min/ out-monaco-editor-core/ out-vscode/ out-vscode-min/ +out-vscode-reh/ +out-vscode-reh-min/ +out-vscode-reh-pkg/ build/node_modules coverage/ test_data/ diff --git a/tslint.json b/tslint.json index 311eec214aaa9..d92178d76bdd9 100644 --- a/tslint.json +++ b/tslint.json @@ -543,6 +543,19 @@ "*" // node modules ] }, + { + "target": "**/vs/agent/**", + "restrictions": [ + "vs/nls", + "**/vs/base/**/{common,node}/**", + "**/vs/base/parts/**/{common,node}/**", + "**/vs/platform/**/{common,node}/**", + "**/vs/workbench/**/{common,node}/**", + "**/vs/agent/**", + "**/vs/code/**/{common,node}/**", + "*" // node modules + ] + }, { "target": "**/{node,electron-browser,electron-main,extensions}/**", "restrictions": "**/*"