description : "Microsoft not even capable of adding a few commands to their install script..."
tags : ['docker', 'watchtower']
---
When it comes to Microsoft, it's not uncommon to encounter unresolved issues, and one such case is using the VSCode remote agent on Alpine Linux.
By default, Alpine Linux utilizes Dropbear, which isn't compatible with remote development in VSCode. However, fret not! I've got a few commands that can help you overcome this hurdle and add support for Alpine.
{{<codelanguage="BASH"title="Add Alpine support for Remote VSCode"expand="Show"collapse="Hide"isCollapsed="false">}}