Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cirolosapio committed Oct 2, 2023
1 parent fe01388 commit be98bc8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/alpine-gh-copilot-cli/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,12 @@
"id": "alpine-gh-copilot-cli",
"version": "0.0.1",
"description": "Installs Github Copilot CLI on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-gh-copilot-cli"
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-gh-copilot-cli",
"options": {
"initZsh": {
"type": "boolean",
"default": true,
"description": "Init zsh"
}
}
}

0 comments on commit be98bc8

Please sign in to comment.