developmentseed / remote-workstation

A Dockerised work environment hosted on AWS Fargate which can be SSH'd into ☁️🌎📦
MIT License
25 stars 2 forks source link

VS Code reconnect Error #6

Closed wildintellect closed 3 years ago

wildintellect commented 3 years ago

I disconnected from an deployed stack, then tried to reconnect in VS Code: Screenshot from 2020-11-20 12-52-42

VS Code seemed unhappy about that. Note, direct ssh to the instance still works fine, so this is some VS Code behavior, perhaps it want's a different connection option the 2nd time so it doesn't try to add the VS Code remote service again?

wildintellect commented 3 years ago

@ciaranevans added curl to docker image dependencies #2 which seems to solve this.