项目作者: vmware

项目描述 :
Extension for Visual Studio Code that provides code intelligence features and enables a more developer-friendly experience when creating vRealize content
高级语言: TypeScript
项目地址: git://github.com/vmware/vrealize-developer-tools.git
创建时间: 2019-02-22T16:27:04Z
项目社区:https://github.com/vmware/vrealize-developer-tools

开源协议:Other

下载


vRealize Developer Tools

A Visual Studio Code extension that provides code intelligence features and enables a more
developer-friendly experience when creating vRealize Orchestrator
and vRealize Automation content.

Visual Studio Marketplace Version
Build Status
Dependencies Status
Coverage Status

Prerequisites

To use most of the vRealize Developer Tools’s functionality, you will need a development vRealize Orchestrator instance and to set up vRealize Build Tools.

Install

vRDT can be installed either through the VS Marketplace or a .vsix file downloaded from the Releases page.

To verify the checksum of a .vsix file, do the following:

  1. Download all 3 files from the Releases page (.vsix, .vsix.sha256 and .vsix.sha256.minisig)
  2. Verify the signature of the checksum file using minisign
    1. minisign -Vm vrealize-developer-tools-X.X.X.vsix.sha256 \
    2. -P "RWSLXIQU0b52vHvyFK7d0SQmt3he8hrZnBzwp/e30XALf4rtRc0Cluhh"
  3. Verify the checksum of the vsix file
    1. sha256sum -c vrealize-developer-tools-X.X.X.vsix.sha256

Upgrade steps

If you have installed any versions prior 2.0.0, do the following to upgrade.

  1. Remove the old version from the VS Code Extensions panel (Cmd+Shift+X)
  2. Reload VS Code by executing the Reload Window command (Cmd+Shift+P)
  3. Install the latest version of vRealize Developer Tools.

Contributing

If you’re interested in contributing, see our contributing guide.

Open Source Licenses

Please see the file open_source_licenses.txt.

License

Copyright 2018-2021 VMware, Inc.

Licensed under the MIT License.