{"id":18512820,"url":"https://github.com/vmware/vrealize-developer-tools","last_synced_at":"2025-10-11T20:05:15.159Z","repository":{"id":38629166,"uuid":"172098217","full_name":"vmware/vrealize-developer-tools","owner":"vmware","description":"Extension for Visual Studio Code that provides code intelligence features and enables a more developer-friendly experience when creating vRealize content","archived":false,"fork":false,"pushed_at":"2025-09-29T07:27:37.000Z","size":10466,"stargazers_count":75,"open_issues_count":2,"forks_count":22,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-10-11T20:05:14.694Z","etag":null,"topics":["vrealize-automation","vrealize-orchestrator","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vmware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-02-22T16:27:04.000Z","updated_at":"2025-09-29T06:58:18.000Z","dependencies_parsed_at":"2023-02-13T01:00:28.864Z","dependency_job_id":"b6a1be38-f8b4-4aaa-aaf7-fed0e97b616e","html_url":"https://github.com/vmware/vrealize-developer-tools","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/vmware/vrealize-developer-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware%2Fvrealize-developer-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware%2Fvrealize-developer-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware%2Fvrealize-developer-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware%2Fvrealize-developer-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vmware","download_url":"https://codeload.github.com/vmware/vrealize-developer-tools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware%2Fvrealize-developer-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279008578,"owners_count":26084480,"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-11T02:00:06.511Z","response_time":55,"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":["vrealize-automation","vrealize-orchestrator","vscode","vscode-extension"],"created_at":"2024-11-06T15:35:35.893Z","updated_at":"2025-10-11T20:05:15.142Z","avatar_url":"https://github.com/vmware.png","language":"TypeScript","readme":"# vRealize Developer Tools\n\n\u003e A [Visual Studio Code](https://code.visualstudio.com/) extension that provides code intelligence features and enables a more\n\u003e developer-friendly experience when creating [vRealize Orchestrator](https://www.vmware.com/products/vrealize-orchestrator.html)\n\u003e and [vRealize Automation](https://www.vmware.com/products/vrealize-automation.html) content.\n\n[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/vmware-pscoe.vrealize-developer-tools.svg?label=VS%20Marketplace)](https://marketplace.visualstudio.com/items?itemName=vmware-pscoe.vrealize-developer-tools)\n[![Build Status](https://github.com/vmware/vrealize-developer-tools/workflows/Build/badge.svg)](https://github.com/vmware/vrealize-developer-tools/actions)\n[![Dependencies Status](https://david-dm.org/vmware/vrealize-developer-tools/status.svg)](https://david-dm.org/vmware/vrealize-developer-tools)\n[![Coverage Status](https://codecov.io/gh/vmware/vrealize-developer-tools/branch/master/graph/badge.svg)](https://codecov.io/gh/vmware/vrealize-developer-tools/)\n\n## Prerequisites\n\nTo use most of the vRealize Developer Tools's functionality, you will need a development [vRealize Orchestrator](https://www.vmware.com/products/vrealize-orchestrator.html) instance and to set up vRealize Build Tools.\n\n-   [vRealize Build Tools v2.29.0+](https://github.com/vmware/build-tools-for-vmware-aria)\n-   Access to Artifact Repository - [setup instructions](https://github.com/vmware/vrealize-developer-tools/wiki/Setup-Artifact-Repository)\n-   maven v3.5+ available on the PATH system variable\n-   jdk 1.8\n\n## Install\n\nvRDT can be installed either through the [VS Marketplace](https://marketplace.visualstudio.com/items?itemName=vmware-pscoe.vrealize-developer-tools) or a .vsix file downloaded from the [Releases](https://github.com/vmware/vrealize-developer-tools/releases/latest) page.\n\nTo verify the checksum of a .vsix file, do the following:\n\n1. Download all 3 files from the [Releases](https://github.com/vmware/vrealize-developer-tools/releases/latest) page (`.vsix`, `.vsix.sha256` and `.vsix.sha256.minisig`)\n2. Verify the signature of the checksum file using [minisign](https://jedisct1.github.io/minisign)\n    ```\n    minisign -Vm vrealize-developer-tools-X.X.X.vsix.sha256 \\\n        -P \"RWSLXIQU0b52vHvyFK7d0SQmt3he8hrZnBzwp/e30XALf4rtRc0Cluhh\"\n    ```\n3. Verify the checksum of the vsix file\n    ```\n    sha256sum -c vrealize-developer-tools-X.X.X.vsix.sha256\n    ```\n\n## Upgrade steps\n\nIf you have installed any versions prior 2.0.0, do the following to upgrade.\n\n1. Remove the old version from the VS Code Extensions panel (\u003ckbd\u003eCmd+Shift+X\u003c/kbd\u003e)\n2. Reload VS Code by executing the `Reload Window` command (\u003ckbd\u003eCmd+Shift+P\u003c/kbd\u003e)\n3. Install the latest version of vRealize Developer Tools.\n\n## Contributing\n\nIf you're interested in contributing, see our [contributing guide](./.github/CONTRIBUTING.md).\n\n## Open Source Licenses\n\nPlease see the file [open_source_licenses.txt](open_source_licenses.txt).\n\n## License\n\nCopyright 2018-2021 VMware, Inc.\n\nLicensed under the [MIT](LICENSE) License.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmware%2Fvrealize-developer-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvmware%2Fvrealize-developer-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmware%2Fvrealize-developer-tools/lists"}