IDE
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:
> remote-ssh
, and select Remote-SSH: Connect Current Window to Host...
dev
) from the list of hosts.seed_workdir
and find your code.For more details, please refer to the VS Code documentation.