This commit is contained in:
rebornix
2022-01-19 11:20:22 -08:00
parent fc96b80eae
commit 29b03e8c1b
7 changed files with 0 additions and 17 deletions
-17
View File
@@ -272,23 +272,6 @@
"@microsoft/applicationinsights-web" // node module allowed even in /common/
]
},
{
// TODO@layers `contrib/notebook` does its own special layering with an inner /contrib/ folder
"target": "src/vs/workbench/contrib/notebook/browser/contrib/*/test/**",
"layer": "browser",
"test": true,
"restrictions": [
"vs/base/~",
"vs/base/parts/*/~",
"vs/platform/*/~",
"vs/editor/~",
"vs/editor/contrib/*/!(test){,/**}",
"vs/workbench/~",
"vs/workbench/api/~",
"vs/workbench/services/*/~",
"vs/workbench/{contrib,contrib/welcome}/*/~"
]
},
{
// TODO@layers `contrib/welcome` does its own special layering with sub-layers
"target": "src/vs/workbench/{contrib,contrib/welcome}/*/~",