1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/developer-cli-odo-installing-odo-on-vs-code.adoc

27 lines
705 B
Plaintext

// Module included in the following assemblies:
//
// * cli_reference/developer_cli_odo/installing-odo.adoc
:_content-type: PROCEDURE
[id="installing-odo-on-vs-code_{context}"]
= Installing odo on VS Code
The https://marketplace.visualstudio.com/items?itemName=redhat.vscode-openshift-connector[OpenShift VS Code extension] uses both `odo` and the `oc` binary to interact with your {product-title} cluster. To work with these features, install the OpenShift VS Code extension on VS Code.
.Prerequisites
* You have installed VS Code.
.Procedure
. Open VS Code.
. Launch VS Code Quick Open with `Ctrl`+`P`.
. Enter the following command:
+
----
$ ext install redhat.vscode-openshift-connector
----