|
|
@@ -52,16 +52,5 @@
|
|
|
"WechatMiniprogram",
|
|
|
"Weixin"
|
|
|
],
|
|
|
- "typescript.tsdk": "node_modules\\typescript\\lib",
|
|
|
- // 控制相关文件嵌套展示
|
|
|
- "explorer.fileNesting.enabled": true,
|
|
|
- "explorer.fileNesting.expand": false,
|
|
|
- "explorer.fileNesting.patterns": {
|
|
|
- "*.ts": "$(capture).test.ts, $(capture).test.tsx",
|
|
|
- "*.tsx": "$(capture).test.ts, $(capture).test.tsx",
|
|
|
- // "*.env": "$(capture).env.*",
|
|
|
- "CHANGELOG.md": "CHANGELOG*",
|
|
|
- "package.json": "pnpm-lock.yaml,pnpm-workspace.yaml,LICENSE,.gitattributes,.gitignore,.gitpod.yml,CNAME,.npmrc,.browserslistrc",
|
|
|
- ".eslintrc.cjs": ".eslintignore,.prettierignore,.stylelintignore,.commitlintrc.*,.prettierrc.*,.stylelintrc.*,.eslintrc-auto-import.json,.editorconfig,.commitlint.cjs"
|
|
|
- }
|
|
|
+ "typescript.tsdk": "node_modules\\typescript\\lib"
|
|
|
}
|