Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"settings": {
"files.autoSave": "afterDelay",
"workbench.statusBar.visible": false,
"workbench.sideBar.visible": false,
"workbench.sideBar.visible": true,
"workbench.panel.defaultLocation": "bottom",
"workbench.editor.showTabs": "none",
"breadcrumbs.enabled": false,
Expand All @@ -27,9 +27,9 @@
"*": false
},
"github.copilot.editor.enableAutoCompletions": false,
"workbench.activityBar.location": "hidden",
"workbench.activityBar.visible": false,
"workbench.explorer.enabled": false,
"workbench.activityBar.location": "default",
"workbench.activityBar.visible": true,
"workbench.explorer.enabled": true,
"github.copilot-chat.enable": false,
"chat.disableAIFeatures": true,
"chat.editor.show": false,
Expand Down
6 changes: 3 additions & 3 deletions .devcontainer/postCreate.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail

# Match the terminal-in-editor experience used in the reference exercise.
code --command workbench.action.createTerminalEditor >/dev/null 2>&1 || true
echo "Configuring terminal to open in the editor area..."

echo "Terminal is configured to open in the editor area."
# Keep terminal launch as the final startup action.
code --command workbench.action.createTerminalEditor >/dev/null 2>&1 || true
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@ package-lock.json
.eslintcache
dist/
build/

# Impeccable local cache
.impeccable/hook.cache.json