No release in over 3 years
Serverkit plug-in for VSCode.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

 Project Readme

Test Gem Version

serverkit-vscode

Serverkit plug-in for VSCode.

Installation

# Gemfile
gem "serverkit-vscode"

Usage

Prerequisites

Basic Example

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.yml

Resource

vscode_package

Install specified VSCode package.

Attributes

  • name - package name (required)
  • version - package version (optional)

Example

resources:
  - type: vscode_package
    name: GitHub.vscode-pull-request-github
  - type: vscode_package
    name: github.copilot
    version: 1.156.0

Contributing

Bug reports and pull requests are welcome on GitHub at serverkit/serverkit-vscode.

License

The gem is available as open source under the terms of the MIT License.