Skip to content

Commit

Permalink
add crc webview gif (#1723)
Browse files Browse the repository at this point in the history
Signed-off-by: Mohit Suman <[email protected]>
  • Loading branch information
mohitsuman authored Aug 31, 2020
1 parent a2874f9 commit 91bca1b
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.vscode/**
.vscode-test/**
images/vscode-openshift-tools.gif
images/gif/**
out/test/**
out/build/**
out/test-resources/**
Expand All @@ -24,8 +24,6 @@ build/**
out/build**
azure-pipelines.yml
images/demo-featured-image.png
images/debug-node.gif
images/debug-java.gif
test-resources/**
header.js
.mocharc.js
Expand Down
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ OpenShift Connector extension provides an end-to-end developer experience for Re

### Demo: https://youtube.com/watch?v=m0wBKuKDYO0

[![ screencast ](https://raw.githubusercontent.com/redhat-developer/vscode-openshift-tools/master/images/vscode-openshift-tools.gif)](https://youtube.com/watch?v=m0wBKuKDYO0)
[![ screencast ](https://raw.githubusercontent.com/redhat-developer/vscode-openshift-tools/master/images/gif/vscode-openshift-tools.gif)](https://youtube.com/watch?v=m0wBKuKDYO0)

### Supported OpenShift Clusters

Expand Down Expand Up @@ -134,6 +134,17 @@ Components in different states have different set of commands available.

**NOTE:** Currently we support creation of one component per folder. Multiple components from a folder might be supported in future releases.

#### Running OpenShift Locally
The extensions allows to create a webview panel to run local instance of OpenShift 4.5.7 using Red Hat CodeReady Containers. The wizard worrkflow guides to select the different configurations and start a new ckuster directly from the extension. Users can perform the following operations using the wizard:

* Start a new OpenShift cluster (4.5.7)
* Stop the cluster
* Refresh the status of the cluster
* Open the Console Dashboard
* Stop the cluster from Status Bar

![ screencast ](https://raw.githubusercontent.com/redhat-developer/vscode-openshift-tools/master/images/gif/crc-webview.gif)

#### Debug Support

* Supports Local Node.js and Java Components
Expand All @@ -145,13 +156,13 @@ Components in different states have different set of commands available.

Default Visual Studio Code installation includes JavaScript/TypeScript Language Support and Debugger Extensions required to debug a Node.js Component. That means new `OpenShift: Debug` command can be used without installing any additional extensions.

![ screencast ](https://raw.githubusercontent.com/redhat-developer/vscode-openshift-tools/master/images/debug-node.gif)
![ screencast ](https://raw.githubusercontent.com/redhat-developer/vscode-openshift-tools/master/images/gif/debug-node.gif)

#### Debug Java Component

To debug a Java Component, [Java Language Support](https://marketplace.visualstudio.com/items?itemName=redhat.java) and [Java Debugger](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-debug) Extensions are required. OpenShift Connector extension will prompt the user to install missing extension(s) before it starts Debugger for a Java Component.

![ screencast ](https://raw.githubusercontent.com/redhat-developer/vscode-openshift-tools/master/images/debug-java.gif)
![ screencast ](https://raw.githubusercontent.com/redhat-developer/vscode-openshift-tools/master/images/gif/debug-java.gif)

## Icons for OpenShift Application Explorer View Items

Expand Down
Binary file added images/gif/crc-webview.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 91bca1b

Please sign in to comment.