# Gemfile gem "serverkit-vscode"
- Ensure you have serverkit gem installed
- Ensure you have VSCode CLI installed on your system
Create a recipe file that uses the vscode resources:
# recipe.yml resources: # Install GitHub Copilot extension - type: vscode_package name: github.copilot
Then apply your recipe with Serverkit:
$ serverkit apply recipe.ymlInstall specified VSCode package.
name- package name (required)version- package version (optional)
resources: - type: vscode_package name: GitHub.vscode-pull-request-github - type: vscode_package name: github.copilot version: 1.156.0
Bug reports and pull requests are welcome on GitHub at serverkit/serverkit-vscode.
The gem is available as open source under the terms of the MIT License.