The crave client has a flag called link-services which allows you to hook-up a port to your host system
In this section, we'll be using code-server(preinstalled on devspace CLI) to start a session.
Connect to it through your browser
Go into Sessions tab and click on "Connect VSCode" button.
This works well if you can access vscode.dev but cannot use the crave binary or the website for some reason, as a backup for when VSCode RAS doesn't work.
To set it up, run this command and follow further instructions as shown on the screen:
curl https://raw.githubusercontent.com/sounddrill31/crave_aosp_builder/main/scripts/vscode-tunnel.sh | bash && tmux a -t codetunnel
This command basically downloads the script from here, and attaches to the tmux window called codetunnel
Now, follow further instructions on the screen.
If things don't connect and you're sure that you did it right, try this:
If you still can't get it to work, also try asking in the ext-devspace channel in the discord server.