Add GitHub Copilot installation support to macOS development station

This commit is contained in:
2026-07-06 17:04:24 +02:00
parent 3063561832
commit 95efe242ac
3 changed files with 199 additions and 0 deletions
@@ -31,6 +31,12 @@ macos_dev_station_code_server_extensions:
- redhat.ansible
- eamodio.gitlens
macos_dev_station_copilot_enabled: false
macos_dev_station_copilot_extensions:
- GitHub.copilot
- GitHub.copilot-chat
macos_dev_station_copilot_fail_on_error: false
macos_dev_station_oh_my_zsh_enabled: true
macos_dev_station_oh_my_zsh_install_url: "https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh"