chore: fix path to powershell script in vscode settings

This commit is contained in:
Tine Kondo
2025-10-16 03:37:51 +00:00
parent f3c77e2f4f
commit 9d4e8e9eb9
2 changed files with 1 additions and 2 deletions

View File

@@ -64,7 +64,7 @@
},
"chat.tools.terminal.autoApprove": {
".specify/scripts/bash/": true,
".specify/scripts/ps/": true
".specify/scripts/powershell/": true
}
}
}