Skip to content
Closed
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
6 changes: 6 additions & 0 deletions roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,12 @@
- name: Add gh zsh completion
shell: gh completion -s zsh > /usr/local/share/zsh/site-functions/_gh

- name: Install Copilot Language Server
become: true
community.general.npm:
- name: '@github/copilot-language-server'
global: true

- name: Setup configs
block:
- name: Create symbolic link for bashrc
Expand Down
Loading