Skip to content

Commit 91bca1b

Browse files
authored
add crc webview gif (#1723)
Signed-off-by: Mohit Suman <[email protected]>
1 parent a2874f9 commit 91bca1b

File tree

6 files changed

+15
-6
lines changed

6 files changed

+15
-6
lines changed

.vscodeignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.vscode/**
22
.vscode-test/**
3-
images/vscode-openshift-tools.gif
3+
images/gif/**
44
out/test/**
55
out/build/**
66
out/test-resources/**
@@ -24,8 +24,6 @@ build/**
2424
out/build**
2525
azure-pipelines.yml
2626
images/demo-featured-image.png
27-
images/debug-node.gif
28-
images/debug-java.gif
2927
test-resources/**
3028
header.js
3129
.mocharc.js

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ OpenShift Connector extension provides an end-to-end developer experience for Re
1515

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

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

2020
### Supported OpenShift Clusters
2121

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

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

137+
#### Running OpenShift Locally
138+
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:
139+
140+
* Start a new OpenShift cluster (4.5.7)
141+
* Stop the cluster
142+
* Refresh the status of the cluster
143+
* Open the Console Dashboard
144+
* Stop the cluster from Status Bar
145+
146+
![ screencast ](https://raw.githubusercontent.com/redhat-developer/vscode-openshift-tools/master/images/gif/crc-webview.gif)
147+
137148
#### Debug Support
138149

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

146157
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.
147158

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

150161
#### Debug Java Component
151162

152163
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.
153164

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

156167
## Icons for OpenShift Application Explorer View Items
157168

images/gif/crc-webview.gif

1.03 MB
Loading
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)