VSCode
You can access workspace remotely by using remote ssh in vscode.
Follw below steps to connect your workspace with vscode:
- Ensure workspace is running.
kl box info
command will give output of running workspace in the working directory. If not running usekl box start
to start the workspace - Get workspace info using
kl box info
command - User host, username, ssh port from the info to create SSH connection in VSCode
- Open
/workspace
directory of the container.
Now you are good to open your workspace in vscode to start your development.
Last updated on