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.
- Host: GitHub
- URL: https://github.com/toshimaru/serverkit-vscode
- Owner: toshimaru
- License: mit
- Created: 2019-07-08T20:41:18.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-02-04T06:55:20.000Z (over 2 years ago)
- Last Synced: 2024-08-09T13:15:03.288Z (almost 2 years ago)
- Topics: gem, ruby, serverkit
- Language: Ruby
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://github.com/toshimaru/serverkit-vscode/actions/workflows/test.yml)
[](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).