IDE

VS Code Desktop

How To Configure Custom Connection Options for your SSH Client.

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 VS Code to the cluster with the cluster name:

1
Click on the top bar, type: > remote-ssh, and select Remote-SSH: Connect Current Window to Host...
2
Select the cluster name (e.g., dev) from the list of hosts.
3
Open folder: seed_workdir and find your code.

For more details, please refer to the VS Code documentation.