Skip to content

Commit

Permalink
Add reference to vRealize Build Tools
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolay Blagoev <[email protected]>
  • Loading branch information
nblagoev committed May 29, 2019
1 parent 4da7982 commit 5d19cc9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ and [vRealize Automation](https://www.vmware.com/products/vrealize-automation.ht

To 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.

- vRealize Build Tools
- maven 3.3.9+ available on the PATH system variable
- [vRealize Build Tools v1.5.11+](https://labs.vmware.com/flings/vrealize-build-tools)
- maven v3.3.9+ available on the PATH system variable
- jdk 1.8

## Features

Expand Down
Binary file added assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"onCommand:vrdev.toggle.typescript"
],
"main": "./extension/out/extension",
"icon": "./assets/logo.png",
"contributes": {
"commands": [
{
Expand Down Expand Up @@ -164,7 +165,7 @@
"vrdev.buildTools.defaultVersion": {
"type": "string",
"required": false,
"default": "1.5.9",
"default": "1.5.11",
"description": "The version of vRealize Build Tools to be used outside the context of a project (e.g. when onboarding project and running untitled actions).",
"scope": "application"
}
Expand Down

0 comments on commit 5d19cc9

Please sign in to comment.