{"id":31784691,"url":"https://github.com/serverkit/serverkit-vscode","last_synced_at":"2025-10-10T11:09:40.722Z","repository":{"id":56895095,"uuid":"195883292","full_name":"serverkit/serverkit-vscode","owner":"serverkit","description":"Serverkit plug-in for VSCode.","archived":false,"fork":false,"pushed_at":"2025-05-10T10:20:13.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-01T11:48:22.965Z","etag":null,"topics":["gem","ruby","serverkit"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/serverkit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-07-08T20:41:18.000Z","updated_at":"2025-05-10T08:55:53.000Z","dependencies_parsed_at":"2024-10-26T04:52:17.232Z","dependency_job_id":"634cf23a-4bda-4e7a-a522-a8e8eaaca18c","html_url":"https://github.com/serverkit/serverkit-vscode","commit_stats":null,"previous_names":["serverkit/serverkit-vscode"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/serverkit/serverkit-vscode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverkit%2Fserverkit-vscode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverkit%2Fserverkit-vscode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverkit%2Fserverkit-vscode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverkit%2Fserverkit-vscode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/serverkit","download_url":"https://codeload.github.com/serverkit/serverkit-vscode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverkit%2Fserverkit-vscode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002050,"owners_count":26083286,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gem","ruby","serverkit"],"created_at":"2025-10-10T11:09:39.624Z","updated_at":"2025-10-10T11:09:40.705Z","avatar_url":"https://github.com/serverkit.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Test](https://github.com/serverkit/serverkit-vscode/actions/workflows/test.yml/badge.svg)](https://github.com/serverkit/serverkit-vscode/actions/workflows/test.yml)\n[![Gem Version](https://badge.fury.io/rb/serverkit-vscode.svg)](https://badge.fury.io/rb/serverkit-vscode)\n\n# serverkit-vscode\n\n[Serverkit](https://github.com/serverkit/serverkit) plug-in for [VSCode](https://code.visualstudio.com/).\n\n## Installation\n\n```rb\n# Gemfile\ngem \"serverkit-vscode\"\n```\n\n## Usage\n\n### Prerequisites\n\n- Ensure you have [serverkit](https://github.com/serverkit/serverkit) gem installed\n- Ensure you have [VSCode CLI](https://code.visualstudio.com/docs/configure/command-line) installed on your system\n\n### Basic Example\n\nCreate a recipe file that uses the vscode resources:\n\n```yaml\n# recipe.yml\nresources:\n  # Install GitHub Copilot extension\n  - type: vscode_package\n    name: github.copilot\n```\n\nThen apply your recipe with Serverkit:\n\n```console\n$ serverkit apply recipe.yml\n```\n\n## Resource\n\n### vscode_package\n\nInstall specified VSCode package.\n\n#### Attributes\n\n- `name` - package name (required)\n- `version` - package version (optional)\n\n#### Example\n\n```yaml\nresources:\n  - type: vscode_package\n    name: GitHub.vscode-pull-request-github\n  - type: vscode_package\n    name: github.copilot\n    version: 1.156.0\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at [serverkit/serverkit-vscode](https://github.com/serverkit/serverkit-vscode).\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserverkit%2Fserverkit-vscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fserverkit%2Fserverkit-vscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserverkit%2Fserverkit-vscode/lists"}