Skip to content

Commit

Permalink
Update docs/source/examples/interactive-development.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Zongheng Yang <[email protected]>
  • Loading branch information
Michaelvll and concretevitamin authored May 8, 2024
1 parent a8b0911 commit 8289a08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/examples/interactive-development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8289a08

Please sign in to comment.