mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
fix #140992.
This commit is contained in:
@@ -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}/*/~",
|
||||
|
||||
Reference in New Issue
Block a user