Kevin Yarosh
Kevin Yarosh
@github-jane-doe It's technically possible but it might be a bit of a pain since you would have to launch the extension in an extension developer workspace whenever using it. Since...
Hmmm, the [SSH docs](https://code.visualstudio.com/docs/remote/ssh) seem to suggest that, while you can't connect to macOS servers, you should be able to connect *from* a mac. > macOS SSH hosts are **not**...
Ran into this error myself and was able to resolve it by creating an empty `requirements.txt` file in the folder that contains the Lambda function module.
Got the same error on a fresh install of 4.5 with Windwos 11 ``` [API] [ERROR] : Error reading ports via Boot Daemon STDOUT. Bytes read: -109 Error code: generic:32...
In case anyone else ends up here just looking for a way to use containerd with buildx in a GitHub runner, [check out `crazy-max/gh-action-setup-docker` instead](https://github.com/crazy-max/ghaction-setup-docker?tab=readme-ov-file#daemon-configuration)