Build Status

serverkit-vscode

Serverkit plug-in for VSCode.

Install

# Gemfile
gem "serverkit-vscode"

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: ms-vscode.Go
    version: 0.11.0

License

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

Code of Conduct

Everyone interacting in the Serverkit::Vscode project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.