You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,9 +75,9 @@ When working with [OpenShift Online](https://www.openshift.com/products/online/)
75
75
76
76
Components can be in 3 stages:
77
77
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.
81
81
82
82
Components in different states have different set of commands available.
83
83
@@ -134,17 +134,17 @@ Components in different states have different set of commands available.
134
134
* Supports Local Node.js and Java Components
135
135
* Does not support git and binary based components
136
136
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.
138
138
139
-
#####Debug Node.js Component
139
+
#### Debug Node.js Component
140
140
141
141
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.
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.
0 commit comments