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
Jacob Berger 432eeda24b added a procedure modle for vs code instructions to the installation guide
added procedure module

addressed comments to refine the procedure module

refined procedure module

fixed procedure heading
2020-10-29 18:46:02 +00:00

26 lines
679 B
Plaintext

// Module included in the following assemblies:
//
// * cli_reference/developer_cli_odo/installing-odo.adoc
[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
----