An open API service indexing awesome lists of open source software.

https://github.com/toshimaru/serverkit-vscode

Serverkit plug-in for VSCode.
https://github.com/toshimaru/serverkit-vscode

gem ruby serverkit

Last synced: about 1 year ago
JSON representation

Serverkit plug-in for VSCode.

Awesome Lists containing this project

README

          

[![Test](https://github.com/toshimaru/serverkit-vscode/actions/workflows/test.yml/badge.svg)](https://github.com/toshimaru/serverkit-vscode/actions/workflows/test.yml)
[![Gem Version](https://badge.fury.io/rb/serverkit-vscode.svg)](https://badge.fury.io/rb/serverkit-vscode)

# serverkit-vscode

[Serverkit](https://github.com/serverkit/serverkit) plug-in for [VSCode](https://code.visualstudio.com/).

## Install

```rb
# Gemfile
gem "serverkit-vscode"
```
## Resource

### vscode_package

Install specified VSCode package.

#### Attributes

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

#### Example

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

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

## 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](https://github.com/toshimaru/serverkit-vscode/blob/master/CODE_OF_CONDUCT.md).