提交 b4e4dabe 编写于 作者: J Johannes Rieken

better import-pattern config

上级 9e01b590
......@@ -46,16 +46,16 @@
"import-patterns": [
true,
{
"target": "**/{node,electron-browser,electron-main}/**",
"target": "**/{node,electron-browser,electron-main,extensions}/**",
"restrictions": "**/*"
},
{
"target": "**/**.test.ts",
"target": "{**/**.test.ts,**/test/**}",
"restrictions": "{**/vs/**,assert,sinon}"
},
{
"target": "**/{common,browser,workbench}/**",
"restrictions": "{**/vs/**,assert}"
"restrictions": "**/vs/**"
}
],
"duplicate-imports": true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册