提交 97af94c9 编写于 作者: A Alex Dima

TS Lint for platform/*/common

上级 4e25d355
......@@ -118,25 +118,25 @@
"**/vs/base/parts/tree/browser/**"
]
},
// {
// "target": "**/vs/platform/test/common/**",
// "restrictions": [
// "assert",
// "**/vs/platform/platform",
// "**/vs/base/common/**"
// ]
// },
// {
// "target": "**/vs/platform/*/common/**",
// "restrictions": [
// "vs/nls",
// "**/vs/base/common/**",
// "**/vs/platform/*/common/**",
// "**/vs/platform/platform",
// "**/vs/base/parts/ipc/common/**",
// "**/vs/base/parts/quickopen/common/**"
// ]
// },
{
"target": "**/vs/platform/test/common/**",
"restrictions": [
"assert",
"**/vs/platform/platform",
"**/vs/base/common/**"
]
},
{
"target": "**/vs/platform/*/common/**",
"restrictions": [
"vs/nls",
"**/vs/base/common/**",
"**/vs/platform/*/common/**",
"**/vs/platform/platform",
"**/vs/base/parts/ipc/common/**",
"**/vs/base/parts/quickopen/common/**"
]
},
{
"target": "**/vs/editor/common/**",
"restrictions": [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册