From 8289a08d2246154aeceeaf9492e5e2eb692292f1 Mon Sep 17 00:00:00 2001 From: Zhanghao Wu Date: Tue, 7 May 2024 23:15:00 -0700 Subject: [PATCH] Update docs/source/examples/interactive-development.rst Co-authored-by: Zongheng Yang --- docs/source/examples/interactive-development.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/examples/interactive-development.rst b/docs/source/examples/interactive-development.rst index 12231df95b7..3a29ed3c714 100644 --- a/docs/source/examples/interactive-development.rst +++ b/docs/source/examples/interactive-development.rst @@ -63,8 +63,8 @@ SkyPilot will automatically configure the SSH setting for a cluster, so that use VSCode ~~~~~~ -A common usecase for interactive developement is to connect an IDE directly to the cluster and edit code directly on the cluster. It -can also simply done by connecting VSCode to the cluster with the cluster name: +A common use case for interactive development is to connect a local IDE to a remote cluster and directly edit code that lives on the cluster. +This is supported by simply connecting VSCode to the cluster with the cluster name: #. Click on the top bar, type: :code:`> remote-ssh`, and select :code:`Remote-SSH: Connect Current Window to Host...` #. Select the cluster name (e.g., ``dev``) from the list of hosts.