- 合并多个相似的pnpm命令模式为更简洁的"Bash(pnpm --filter:*)" - 移除重复的pnpm子命令过滤配置,减少配置冗余
@@ -46,8 +46,7 @@
"Bash(pnpm install:*)",
"Bash(cat:*)",
"Bash(pnpm test:integration:*)",
- "Bash(pnpm --filter * test:integration:*)",
- "Bash(pnpm --filter * typecheck:*)"
+ "Bash(pnpm --filter:*)"
],
"deny": [],
"ask": []