Skip to content

Commit 5deef72

Browse files
authored
Fix readme with link to extensions (#1721)
* add extension links in readme Signed-off-by: Mohit Suman <[email protected]>
1 parent f080dbd commit 5deef72

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ When working with [OpenShift Online](https://www.openshift.com/products/online/)
7575

7676
Components can be in 3 stages:
7777

78-
* pushed - When the components are deployed into the cluster.
79-
* not pushed - When the components are in local config but NOT deployed into the cluster.
80-
* no context - When there is no context folder associated with the component in the workspace.
78+
* `pushed` - When the components are deployed into the cluster.
79+
* `not pushed` - When the components are in local config but NOT deployed into the cluster.
80+
* `no context` - When there is no context folder associated with the component in the workspace.
8181

8282
Components in different states have different set of commands available.
8383

@@ -134,17 +134,17 @@ Components in different states have different set of commands available.
134134
* Supports Local Node.js and Java Components
135135
* Does not support git and binary based components
136136

137-
'OpenShift: Debug' command simplifies the way to start debugging for OpenShift Components pushed to a cluster. It is an experimental feature, because it is using experimental odo `debug` command under the hood and supports only local Java and Node.js components. The command is available from command palette and context menu for Component nodes in OpenShift Application Explorer view.
137+
`OpenShift: Debug` command simplifies the way to start debugging for OpenShift Components pushed to a cluster. It is an experimental feature, because it is using experimental odo `debug` command under the hood and supports only local Java and Node.js components. The command is available from command palette and context menu for Component nodes in OpenShift Application Explorer view.
138138

139-
##### Debug Node.js Component
139+
#### Debug Node.js Component
140140

141141
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.
142142

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

145-
##### Debug Java Component
145+
#### Debug Java Component
146146

147-
To debug a Java Component, Java Language Support and Java Debugger Extensions are required. OpenShift Connector extension will prompt the user to install missing extension(s) before it starts Debugger for a Java Component.
147+
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.
148148

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

@@ -174,7 +174,7 @@ To debug a Java Component, Java Language Support and Java Debugger Extensions ar
174174
* `Openshift Connector: CRC Cpu Cores` - Number of CPU cores to allocate to the OpenShift cluster as selected during the first run.
175175
* `Openshift Connector: CRC Memory Allocation` - MiB of memory to allocate to the OpenShift cluster as selected during the first run.
176176

177-
Note: Version of CRC (Code Ready Containners) supported by the extension is `1.15.0` (OpenShift Version: `4.5.7`)
177+
**NOTE:** CRC (Code Ready Containners) version supported by the extension is `1.15.0` (OpenShift Version: `4.5.7`)
178178

179179
## Dependencies
180180

0 commit comments

Comments
 (0)