Skip to content

Commit 9d4e8e9

Browse files
committed
chore: fix path to powershell script in vscode settings
1 parent f3c77e2 commit 9d4e8e9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
},
6565
"chat.tools.terminal.autoApprove": {
6666
".specify/scripts/bash/": true,
67-
".specify/scripts/ps/": true
67+
".specify/scripts/powershell/": true
6868
}
6969
}
7070
}

.devcontainer/post-create.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ echo -e "\n🤖 Installing OpenCode CLI..."
6060
run_command "bun add --global opencode-ai@latest"
6161
echo "✅ Done"
6262

63-
6463
echo -e "\n🤖 Installing Amazon Q CLI..."
6564
# 👉🏾 https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/command-line-verify-download.html
6665

0 commit comments

Comments
 (0)