VSCode/Cursor Client
About 124 wordsLess than 1 minute
The default Workspaces environment supports remote connection with VSCode, Cursor, and CodeBuddy clients. For custom development environments, additional configuration is required:
Install SSH Server
Pre-install openssh-server in the Dockerfile. Note: installation methods may vary depending on the base image.
Install Client
Download the VSCode/Cursor/CodeBuddy client and install the Remote-SSH extension.
Resolving Window Overlap Issue
Clicking the VSCode client button may overlap existing windows. Set Open Folders In New Window to on to fix this:
- Manage → Settings → User → Window → New Window → Open Folders in New Window