settings.local.json 183 B

123456789
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(mvn clean)",
  5. "Bash(mvn compile -pl ruoyi-modules/yp-stock -am -DskipTests)",
  6. "Bash(xargs grep -l \"history\")"
  7. ]
  8. }
  9. }